Language

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

Cool ASP.NET Web Forms Features in 2015 – Async Model Binding

Thursday, June 25, 2015

Great post from Jeffrey Fritz with an overview of the history of model binding features, ending with the new async model binding improvements in ASP.NET 4.6.

ASP.NET MVC Boilerplate

Wednesday, June 24, 2015

Muhammad Rehan Saeed introduces the ASP.NET MVC Boilerplate, a professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites.

Dependency Injection In ASP.NET 5 - One Step Deeper

Tuesday, June 23, 2015

Emad Alashi digs into the dependency injection system in ASP.NET 5. He explains the different components and show how to bring your own IoC container.

Shine Up Those Older Web Forms Applications with ServiceStack

Monday, June 22, 2015

Patrick Steele shows how to add REST services powered by ServiceStack to enhance your legacy Web Forms applications.

Using ASP.NET 5 and EF7 with Modern Web Dev Tools like AngularJS and Grunt

Friday, June 19, 2015

Nice article from Ravi Kiran showing how to create an application using ASP.NET 5 with AngularJS and Grunt.

JavaScript Editor Improvements in Visual Studio 2015

Thursday, June 18, 2015

Jordan Matthiesen describes some great new features in the Visual Studio 2015 JavaScript editor.

Hangfire, a must for adding background tasks in ASP.NET

Wednesday, June 17, 2015

Michael Swanson overviews Hangfire, a library for running background tasks in ASP.NET.

MVC recommended tutorials and articles

Wednesday, April 29, 2015

This page contains links to ASP.NET MVC tutorials and a suggested sequence to follow them.

Best practices for deploying passwords and other sensitive data to ASP.NET and Azure App Service

Friday, April 24, 2015

This tutorial shows how your code can securely store and access secure information. The most important point is you should never store passwords or other sensitive data in source code, and you shou...

Unstructured Blob Storage (Building Real-World Cloud Apps with Azure)

Monday, March 30, 2015

The Building Real World Cloud Apps with Azure e-book is based on a presentation developed by Scott Guthrie. It explains 13 patterns and practices that can help you be successful developing web apps...