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 integrated all these capability in to single service and made it easy to configure. Azure… Continue reading
Category: ASP.NET
ASP.NET Related
Visual Studio 2015 – ctp6
Microsoft today has released Visual Studio 2015 Community Technology Preview 6 (CTP 6), which includes some new features and improvements, such as new UI debugging tools for XAML, new Control Flow Guard security tool, and feature updates to ASP.NET framework. For more information about what’s new in this release, please see the release notes. Visual Studio 2015… Continue reading
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 it, use the respective NUGET package from below links: ASP.NET Web API v1.0 – Unity.WebAPI… Continue reading
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 more information: Soma’s blog Brian Harry’s blog Visual Studio team blog Slides Also see Visual… Continue reading
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 days validity if you login with a Microsoft Account in VS2013) Microsoft Visual Studio Premium… Continue reading
WCF RIA Services V1.0 SP2–available
Latest update for WCF RIA Services v 1.0 includes support for Windows 8.1 and VS2010, 2012, 2013. Version: 4.1.61829.0 | Date Published: 11/5/2013 Little about WCF RIA Services “ WCF RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. RIA Services provides a pattern to write application logic… Continue reading
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. For example: The below code block will register validation block for Title property in the… Continue reading
Visual Studio 2012.4 RC 3 Available
Microsoft has released the Visual Studio 2012.4 RC3 Update for Visual studio 2012. This update includes lots of bug fixes and improvements. Here are some informative links for you: Download – Visual Studio 2012.4 RC3 Update Visual Studio 2012.4 RC3 Update – KB Article
Visual Studio 2013 RC (Release Candidate) now available
Microsoft has released Release Candidate version of Visual studio 2013 which is now available for public download through Microsoft Download Center and MSDN/TechNet. For more details read Somasekhar’s blog: http://blogs.msdn.com/b/somasegar/archive/2013/09/09/announcing-the-visual-studio-2013-release-candidate.aspx Related links: http://channel9.msdn.com/Shows/Visual-Studio-Toolbox/Visual-Studio-2013-Release-Candidate http://blogs.msdn.com/b/lightswitch/archive/2013/09/09/announcing-lightswitch-in-visual-studio-2013-rc.aspx Download from below links: Microsoft Visual Studio Professional 2013 RC Microsoft Visual Studio Premium 2013 RC Microsoft Visual Studio Ultimate 2013… Continue reading
Visual Studio 2013 Preview and .NET 4.5.1 Preview Now Available
Microsoft has released the preview version of upcoming Visual Studio 2013 and .NET 4.5.1 DOWNLOAD: Visual Studio 2013 Preview and .NET 4.5.1 Preview . Read more about this release from Somasekhar’s blog