ASP.NET MVC

ASP.NET MVC

Visual Studio 2015 RC–Download

During #Build2015 event Microsoft has unveiled Visual Studio 2015 RC (Release Candidate) with lots of improvements and fixes to CTP version of Visual Studio. RC would be a near release quality and your see it is stable than ever. Release…
Read more

Azure App Service–create Web + Mobile + Logic + API apps with ease

Microsoft today announced availability of new azure cloud services named as Azure App Service. Azure App Service. Azure App Service is a replacement of old Azure Websites / Azure Mobile Services, earlier these services were delivered separately and Microsoft has…
Read more

NuGet Package – Unity.WebAPI

Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container. It is pretty simple to configure and install on your existing Web API project or new ones. Inorder to use…
Read more

Get – Visual Studio 2013 – Update 4

Microsoft has released an update for Visual Studio 2013, this update is the latest in a cumulative series of feature additions and bug fixes for Visual Studio 2013. Download VS2013.04.exe  (Online/Web Install) Download VS2013.04.iso (Offline Install) For more information, For…
Read more

Download Visual Studio 2013 Trial (Web Install/Offline ISO)

Microsoft has released Visual Studio 2013 few weeks back and this article gives you enough information to obtain Trial versions of Visual Studio 2013 for your evaluation and development. Visual Studio Trial Editions  (30 days validity after install  and  90…
Read more

Disable Client Side validation on a button click – ASP.NET MVC

ASP.NET MVC we use client side validation using jQuery.validate plugin, which will be based on Model – Data Annotation validation attributes. In some cases we might want to disable such validation on a button click wherever it is not needed….
Read more