Learning ASP.NET

ASP.NET is a free web framework for building web sites,
apps and services with HTML, CSS and JavaScript.

Learn more

Web Sites

ASP.NET is great for building standards-based websites with HTML5, CSS3, and JavaScript.

Learn more

ASP.NET powered Web APIs

You can write ASP.NET Web APIs and Services that produce JSON or XML to talk to connected devices!

Learn more

Real-time ASP.NET

With ASP.NET SignalR you can enable real-time bi-directional communication between client and server with web sockets.

Learn more

Mobile Apps & Sites with ASP.NET

ASP.NET can power your mobile apps with responsive design or mobile frameworks like jQuery Mobile and more.

Learn more

Announcing New Web Features in Visual Studio 2013 Update 2 RTM

Xinyang Qiu announces the release of Visual Studio 2013 Update 2, including support for SASS and JSON, Azure resource provisioning, ASP.NET Scaffolding and more.

Introducing ASP.NET vNext

Monday, May 12, 2014

Scott Hanselman announces the next version of ASP.NET, explaining how the new cloud-optimized CLR will work.

Getting Started with ASP.NET MVC 5 using Visual Basic

Friday, May 9, 2014

Mike Brind posts a Visual Basic version of the eleven-part "Getting Started with ASP.NET MVC 5" tutorial.

My Switch to Azure Websites

Thursday, May 8, 2014

Shawn Wildermuth talks about why and how he's moved his sites to Azure Web Sites.

Editable HTML Table with CRUD operations using KnockoutJS and ASP.NET WEB API

Wednesday, May 7, 2014

Mahesh Sabnis posts an example showing how to set up Ajax editing for a table of data using KnockoutJS and ASP.NET Web API.

ASP.NET MVC Helper - MoreLessText

Tuesday, May 6, 2014

James Curran announces a useful ASP.NET MVC helper that truncates text and adds a link to display the remaining text via jQuery.

ASP.NET 4.5.2 and EnableViewStateMac

Monday, May 5, 2014

Starting with ASP.NET 4.5.2, the runtime enforces EnableViewStateMac=true. Levi Broderick explains the change and answers a lot of common questions related to this change.