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 […]

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 new features: ASP.NET Web API OData gives you the flexibility you need to build OData […]

Read more โ†’

Download – Microsoft Web Deploy v3.0 for IIS

The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. Administrators can use command-line scripting with the Web Deployment Tool to synchronize IIS 6.0, IIS 7.0 and IIS 8.0 servers or to migrate an IIS 6.0 and IIS 7.0 servers to IIS 8.0. The Web Deployment […]

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 access request data. You can configure the application to use deferred validation in the Web.config […]

Read more โ†’

ASP.NET MVC 4.0 Roadmap

Phil Haack has nicely documented next version of ASP.NET MVC said to be ASP.NET MVC 4.0 road map. Interesting we will have a new ASP.NET MVC Application template called Mobile Application Template using jQuery Mobile. Come on read through the below links for more information.. ASP.NET MVC 4 Roadmap – Blog post by Phil Haack […]

Read more โ†’

ASP.NET MVC 4 Developer Preview & new Mobile Application Project Templates with jQuery Mobile support

Newly released Developer Preview of so called ASP.NET MVC 4 is having some interesting additions.  ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile – special jQuery library for building mobile user interfaces Check jQuery Mobile support levels for different mobile […]

Read more โ†’