21 May 2022

Azure Service Fabric

 

·    Azure Service Fabric is Microsoft’s Platform-as-a-Service (PaaS) and is used to build and deploy microservices-based cloud applications.

·       Support Stateless and Stateful service

·       development through deployment, daily monitoring, management, and maintenance, to eventual decommissioning.

·       Support in both Windows and Linux.

Find number of letter occurence of all letter in c#

  Find number of letter occurence of all letter in c#  namespace ConsoleApp1 {     internal class Program     {         static void Main(st...