Full Stack Web Development

T05 ASP.NET Core Beyond the Basics

03/21/2023

9:30am - 10:45am

Level: Intermediate to Advanced

Chris Klug

Developer

Active Solution

There are a lot of "getting started" talks in the ASP.NET Core world, but they won't take you very far in the real world. What if you already know what the Startup class does, how configuration is handled, and what Kestrel is? Well, that's where this talk might become interesting.

Instead of covering the basics of how to get up and running, this talk will have a look at some of the more…how to put it…complex areas of ASP.NET Core. Instead of looking at how you build a basic Hello World website, it looks at things like building custom middlewares and model binders, how we can do URL rewriting and run background tasks. And more!

With all the demos to be presented, and the limited amount of time to do it in, there will be no introduction to ASP.NET Core. There will be no "this template includes…". Instead, there will be a quick jump right into the deep end, and a big focus on expanding your knowledge of some of the more advanced abilities built into the framework!

You will learn:

  • To understand that there is more to ASP.NET Core than meets the eye
  • To see some ways that we can extend our ASP.NET Core applications to solve some interesting problems
  • To have some fun, seeing some stuff you have never seen before