Sonu KumarInitializeObject<T>private static T InitializeObject<T>(Action<T> initialize) where T : new() { var obj = new T(); initialize(obj); return obj; }Jul 31Jul 31
Sonu KumarFault-tolerant patterns for MicroserviceThe Risk of the Microservices Architecture :Sep 17, 2020Sep 17, 2020
Sonu KumarRESTful API & Web Application Security Tips from ExperienceImportant points for Securing our .Net Core Application.Sep 16, 20201Sep 16, 20201
Sonu KumarSending and Receiving Events with Azure Event Hub using .Net Core 3.1BackgroundJun 25, 20202Jun 25, 20202
Sonu KumarDeploy your MicroService to Azure Container Services (AKS)Azure Kubernetes ClusterApr 24, 20201Apr 24, 20201
Sonu KumarDeveloping API Gateways using Ocelot for .NET Core 3.1 MicroservicesBackgroundApr 16, 20201Apr 16, 20201
Sonu KumarBuild and Deploy Microservices using Docker Compose fileThe Compose file provides a way to document and configure all of the application’s service dependencies (databases, queues, caches, web…Apr 9, 2020Apr 9, 2020