Web Server

W05 ASP.NET Core: Reimagining Web Application Development in .NET

08/10/2016

8:00am - 9:15am

Level: Introductory to Intermediate

Ido Flatow

Ido Flatow

MRD, MVP

Senior Architect and Trainer

SELA Group

ASP.NET Core was designed from the bottom up to be a lean and composable .NET stack for building Web and cloud-based applications. Envision an ASP.NET stack where MVC, Web API, and Web pages are all merged into the same framework, where you have a server-optimized version of ASP.NET with a smaller memory footprint, and truly do side-by-side deployment where even the .NET framework is a NuGet package. This is the new ASP.NET Core.

In this session, you will explore the eco-system of ASP.NET Core, its project system and configuration system, and how to use it to build exciting Web applications.

You will learn:

  • Using the new configuration system
  • Creating UI and Services with ASP.NET Core
  • Hosting ASP.NET Core on different platforms