C# 6.0 : Something new on it’s way

As we know C# 6.0 is about to come with Visual Studio 2015, Let us see some of the awesomeness which will be gifted to us with C# 6.0 First of all Let us start with the part which a developer always gets, even after taking lots of care, is Exceptions!! 1) Conditional Catch Blocks … Continue reading C# 6.0 : Something new on it’s way

NodaTime : A Nuget Package for Date and Time

It has been a while since i wrote last post but i am back with one more Nuget package which is NodaTime. Many of you have always worked with Date time or time zone in your current project or in past and if you try to recall you might have faced some problems because while … Continue reading NodaTime : A Nuget Package for Date and Time

CourtesyFlush : A Nuget package for flushing buffers early in ASP.NET MVC

In my previous post I have written about a Nuget package called Polly for Exception handling which you can find here. In this post I will again write for a Nuget package which is called CourtesyFlush which was before known as PerfMatters.Flush and it is created by Nik CourtesyFlush , as the name suggests it … Continue reading CourtesyFlush : A Nuget package for flushing buffers early in ASP.NET MVC

Polly : A latest nuget package for Exception handling

We all know that every applications sometime or other gives exception. Have you ever wondered wish you could give Retry, Retry Forever or Wait and Retry on your particular exception? Well we have already a nuget package for that which is called Polly. Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library that allows … Continue reading Polly : A latest nuget package for Exception handling