Level: Introductory to Intermediate
ASP.NET Core 1.0 (formerly ASP.NET 5) is a rewrite of the ASP .NET stack. Some of the major changes include a more modular design, cross platform execution (OS X, Linux, and Windows), new configuration options, and a convergence of MVC and Web API. While there are too many changes to cover during this session, you'll briefly discuss some of the design goals and then drop into code to see how to create your next generation Web application with ASP.NET Core 1.0.
You will learn:
- Why Microsoft created ASP.NET Core
- How to download and install ASP.NET Core
- Common development patterns, like interacting with services and handling configuration