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
Category: ASP.NET MVC
ASP.NET MVC
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
Getting Started to become MCSD–Web Application Solutions Developer
In this article I will introduce you to the necessary requirements for preparing and earning MCSD – Web Apps Solutions Developer certification. In my previous article Permanent Link to Getting Started to become an MCSD in Windows Store Apps, I have introduced you to the MCSD – Windows Store Apps Developer certification exams and requirements.… Continue reading
Microsoft ASP.NET and Frameworks 2012.2 – a.ka.–ASP.NET Web Tools – final Released
Microsoft has released ASP.NET and Frameworks Update 2012.2, also known as ASP.NET Web Tools 2012.2. This will provide updates to the web frameworks that shipped with Visual Studio 2012. For more information see instructions in the release notes at http://go.microsoft.com/fwlink/?LinkID=275132. Download: AspNetWebTools2012Setup.exe
Upcoming Webinars and Trainings on Microsoft Technologies(Windows 8, Windows Phone 8, Windows Azure, HTML5) – Feb 2013
Jump Start – February 19: Building Web Apps with ASP.NET (February 19) An accelerated introduction to building modern web applications with ASP.NET 4.5 and ASP.NET MVC 4 team-taught by Scott Hanselman and Jon Galloway. Windows Azure Hands-on Labs Online Training (February 20) Learn how to connect a Paas application to an Iaas application. Matt Hester… Continue reading
Introduction to The One ASP.NET Platform/Ecosystem
Introduction ASP.NET has travelled a long way through evolutions. Earlier when ASP.NET 1.0 was released as part of .NET Framework 1.0 in Jan 2002, there was only ASP.NET – a framework for building dynamic web applications and it provided lots of flexibility web developers in building robust, dynamic web applications. ASP.NET was and is the… Continue reading
Visual Studio 2012 Update 1–Available Now
Microsoft has released the Update 1 for Visual studio 2012 RTM. The key features available with this update include: SharePoint development: additional ALM capabilities in SharePoint – such as Load Testing and Coded UI testing support – improving quality, scalability and agility. Agile team support: easier agile planning with Web Access and new Kanban support,… Continue reading
New Update for ASP.NET & Visual Studio 2012 – Microsoft ASP.NET Fall 2012 Update BUILD Prerelease
A new prerelease update for Microsoft ASP.NET 4.5 has been introduced for Visual Studio 2012 and Visual Studio Express for WEB. This release updates Visual Studio 2012 with a prerelease update to ASP.NET. Features and updates: Enhanced Website publishing New ASP.NET MVC Templates for Facebook applications and Single Page Application using knockout.js and ASP.NET Web… Continue reading
Lazy Request Validation in ASPDotNET 4.5 and AntiXSS
Lazy Request Validation is an interesting feature included as part of .NET Framework 4.5 and ASP.NET 4.5. By default all request data is subject to request validation. However, you can configure the application to defer request validation until you actually access request data. You can configure the application to use deferred validation in the Web.config… Continue reading