Full Stack Web Development

T01 Guiding Principles for ASP.NET Core

10/08/2019

8:00am - 9:15am

Level: Intermediate

K. Scott Allen

OdeToCode

Improve the architecture, design, and code inside your ASP.NET Core applications with an opinionated approach to ASP.NET Core. In this talk, we'll look at strategies for organizing projects, solutions, files and folders. We'll also look at data access alternatives, see tips for writing unit and integration tests, and think differently about the MVC design pattern.

You will learn:

  • How to remove the typical complexities from ASP.NET
  • Razor pages are better than what you think
  • Testing is about adding value for each line of code