Today while surfing i got to know interesting very new born command by MVC which is called dnu sources. Suppose you are extra enthusiastic person and who is willing to get code of particular package of MVC then .Net team is making it easier for you. Now very first question that appears in mind is: … Continue reading Get source code via dnu sources : A New born MVC command
Category: Uncategorized
NTVS for Node.js : Use Visual Studio as Node.js IDE
Yes, Now you can convert your Visual Studio to Node.js IDE thanks to NTVS 1.0! First of all let us see what is Node.js? Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on OS X, Microsoft … Continue reading NTVS for Node.js : Use Visual Studio as Node.js IDE
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
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


