The Basics Series
A set of short basic walkthroughs of different .NET technologies.
In The Basics series, we'll explore several .NET technologies with a bare-minimum set of knowledge required to be productive. In 1 to 3-minute videos, we'll go from an idea (💡) to a working example (🎉), showing that we don't have to be an expert to be effective.
Basics of ASP.NET MVC
A complete MVC pipeline with routes, models, views, and controllers.
Basics of Razor Pages
A complete Razor Pages pipeline.
Basics of Entity Framework Core
Working with databases using an object relational mapper.
Basics of ADO.NET
Working with databases using DbConnection, DbCommand, and DbDataReader.
Basics of Dapper
Working with databases using Open Source.