ASP.NET

ASP.NET Related

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…
Read more

Microsoft ASP.NET and Web Tools 2012.2 RC(Release Candidate)

This release updates Visual Studio 2012 with a pre-release 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 API ASP.NET Web API enhanced with…
Read more

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…
Read more

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…
Read more

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…
Read more