Blog

Get Building.

A free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies

Get ASP.NET

Websites

Build standards-based websites with HTML5, CSS3, and JavaScript

Learn more

Mobile

Power mobile apps with responsive design and mobile frameworks

Learn more

APIs

Write web APIs and services that produce JSON or XML to talk to connected devices

Learn more

Real-time

Enable real-time bi-directional communication between client and server with web sockets

Learn more

Community spotlight RSS Feed

Announcing ASP.NET Core RC2

Jeff Fritz announces the release of ASP.NET Core RC2 and the official rebranding of ASP.NET 5 to ASP.NET Core.

Stack Overflow: How We Do Deployment - 2016 Edition

May 12, 2016

Here's a really interesting post from Nick Craver explaining how they handle deployment at Stack Overflow.

ASP.NET Web API: Passing Multiple Objects as an Input Parameters to Action Metho...

May 11, 2016

Nice article from Mahesh Sabnis explaining how to pass multiple objects to an ASP.NET Web API action method.

WebForms can Gulp too – Using Node Tools with ASP.NET Web Forms | .NET Web Devel...

May 10, 2016

Jeffrey Fritz shows how you can use Visual Studio tools for npm, Gulp and Bower with ASP.NET Web Forms applications.

See more

What's new RSS Feed

Enabling authentication using external providers

Thursday, May 19, 2016

This tutorial shows you how to build an ASP.NET Core app that enables users to log in using OAuth 2.0 with credentials from an external authentication provider, such as Facebook, Twitter, LinkedIn...

Configuration

Thursday, May 19, 2016

Steve Smith , Daniel Roth ASP.NET Core supports a variety of different configuration options. Application configuration data can come from files using built-in support for JSON, XML, and INI fo...

See more