Full Stack Web Development

T06 Essential Web Development with ASP.NET Core

09/18/2018

9:30am - 10:45am

Level: Intermediate

Mark Michaelis

Chief Technical Architect and Trainer

IntelliTect

.NET Core is no minor upgrade of ASP.NET. It is the culmination of many changes, even to areas that have remained the same since the first days of Visual Studio .NET. This session will delve into the details of those changes as they relate to ASP.NET Core. This includes things like the solution structure, unit test tool updates, debugging, config file changes, project schema changes to leverage JSON, and much more. Attend this session to jumpstart your ASP.NET Core development, and catapult you to immediate productivity instead of wallowing in the surprise of change.

You will learn:

  • About the new ASP.NET Core Project/Solution structure
  • About the overall Visual Studio solution structure and where to put your own files within the new solution structure
  • About the ASP.NET Core code flow and how to customize it throughout