Started to learn MVC and WebAPI from scratch, have been working with non-web stuffs (mostly protocols and win-service) for a very long time and just want to get my head around with the Modern Microsoft way to do web stuffs using ASP.NET MVC and / or WebAPI.
So I decided to add my learning notes here as Modern ASP.NET (MAN - slug) blog post series so it can help other starters to jingle and mingle with web using ASP.NET MVC and / or WebAPI.
Current version of ASP.NET MVC is 5.1 and ASP.NET We » Read more
Its never to late, recently I am seeing people around me who are misunderstanding NuGet Package Manager in Visual studio.
Shouting
Stop adding NuGet packages / library to source control
First version of NuGet was release in January 13, 2011 and lots of things are changed since then. One of my favorite feature of NuGet is package restore. This particular feature is available since Version 1.6 release on 13th December, 2011.
It helps to avoid adding source control memory consuming pack » Read more
One thing any .NET developer is addicted to is Nuget Package Manger. Life has become so easy, no more hassle of maintain all those 3rd party libraries or remember them or list them down in some document. No more Reference DLL not found errors to deal with and all credits goes to Nuget. Nuget handles it all for you and gets whatever is needed from Nuget Server on demand or as configured.
I am writing this one specifically cause there are situations when
*
you might not be having » Read more