ASP.NET Core is a lean and composable framework for building web and cloud applications. ASP.NET Core is fully open source and available on GitHub. ASP.NET Core is available on Windows, Mac, and Linux.
See the ASP.NET Core documentation at https://docs.microsoft.com/aspnet/core/
View the ASP.NET Core Schedule and Roadmap
The below resources will get you up to speed on what's happening with the next version of ASP.NET.
Additionally, the weekly ASP.NET Community Standup covers live community Q&A, product team discussion and the most recent updates. Recordings of previous meetings are available.
Next meeting is April 25 at 3:45 PM Pacific time.
[video] Come join Scott Hanselman and Scott Hunter and learn about the groundbreaking changes in ASP.NET. For the first time ever ASP.NET is supported on Windows, Mac and Linux with a fully cross-platform ASP.NET Core.
[video] In this presentation learn all about ASP.NET Core and including the latest features and innovations in MVC. You’ll see how you can build applications that run cross-platform on Windows, Mac and Linux via .NET Core. You’ll also see how ASP.NET Core MVC gives you a unified web programming model for building both web UI and web APIs.
[video] It's a whole new world: support for Linux in Azure and cross-platform support for the next version of ASP.NET. This session will demonstrate a variety of options and techniques to deploy ASP.NET Core applications on premises and to Azure including IIS and Docker.
Ready to get the basics on ASP.NET Core 1.0 and learn the foundational skills that employers are looking for? Join experts Scott Hanselman and Maria Naggaga, and find out how to build .NET Core applications on any operating system..
ASP.NET Core is a significant redesign of ASP.NET. This topic introduces the new concepts in ASP.NET Core and explains how they help you develop modern web apps.
Get the bits and installation instructions you need to get started with ASP.NET on Windows, Mac OS X, and Linux.
This tutorial will teach you the basics of building an ASP.NET Core MVC app using Visual Studio. The app stores data in a SQL database using Entity Framework (EF) and uses ASP.NET MVC to support the basic CRUD operations (create, read, update, delete).
In this walkthrough, you will build an ASP.NET Core MVC application that performs basic data access using Entity Framework. You will use migrations to create the database from your model.
ASP.NET Core is cross-platform; you can develop and run web apps on Mac OS X, Linux and Windows. This article will show you how to write your first ASP.NET Core application on a Mac.
Tag Helpers enable server-side code to participate in creating and rendering HTML elements in Razor files.
Includes instructions on how to get ASP.NET Core on Mac and Linux.
Build and debug modern web and cloud applications with Visual Studio Code. Code is free and available on your favorite platform - Linux, Mac OS X, and Windows.
In this tutorial, you’ll build a simple web API for managing a list of “to-do” items. You won’t build any UI in this tutorial.