Introduction Microservices is here to stay and we can witness the increasing popularity and the maturing technology stack which facilitate … More
Category: C#
Are you awaiting at the right place?
The C# language features async and await are very easy to use, straight forward and available right out of the … More
Project Oxford – Behind the scenes of how-old.net
http://www.how-old.net has been trending recently in social media. Simply you can upload a picture in this website and it will … More
Generating code using System.CodeDom
Get the code sample for this post git We face several occasions that we need to generate code by automation. … More
How to create a certificate authentication with Azure Management Service
In order to carry out any management tasks in Azure using an agent (Visual Studio or any custom code), it … More
How to enable sessions in Web API
Web API does not support native HTTP sessions. And it’s the nature of Web API, but there might be times … More
Windows Azure Caching
Role Based Caching Windows Azure provides 2 primary role based caching options. Shared caching and Dedicated caching. Shared Caching is … More