| No | Topic | Example |
|---|---|---|
| 1 | SQL - Join.md | join.sql |
| 2 | SQL - Procedure.md | procedure.sql |
| 3 | SQL - Trigger.md | trigger.sql |
| 4 | SQL - Concurrency.md | |
| 5 | Selecting Table Metadata | table-metadata.sql |
| 6 | Advanced Example - Calculate Net Salary | net-salary.sql |
| No | ASP.NET Basics & Overview |
|---|---|
| 1 | ASP.NET - Overview.md |
Walkthroughs (VS2019 .NET v6.0) | Examples (VS2026 .NET v10.0)
| No | .Net Framework |
|---|---|
| 1 | Web Forms - Hospital (webforms) |
| No | .Net Core |
|---|---|
| 2 | Minimum Web Server - Min Web Server (kestrel) |
| 3 | Introduction to MVC - Intro MVC (part 1, 2) |
| 4 | MVC Application - MovieTracker (part 1) |
| No | EF Core |
|---|---|
| 5 | Entity Framework Intro - MovieTracker (part 2) |
| No | Testing |
|---|---|
| 6 | Error Handling - MovieTracker (part 3) |
| 7 | xUnit Testing - MovieTracker (part 4) |
| No | Migration |
|---|---|
| 8 | EF Core Database Migrations - MovieTracker (part 5) |
| No | Scaffolding |
|---|---|
| 9 | Scaffolding - Hospital MVC (part 1) |
| 10 | MVC Paging - Hospital MVC (part 2) |
| 11 | MVC Filtering - Hospital MVC (part 3) |
| No | API |
|---|---|
| 12 | Introduction to Web API - Medication API (back-end) |
| 13 | Using a RESTful Web Service - BlogPost (front-end) |
| 14 | Fully Implementing a REST API - PhysicianAPI+Doctors (full-stack) |
| No | Security |
|---|---|
| 15 | Authentication and Authorization - SecureSite (part 1) |
| 16 | Identity Customization and Role-Based Authorization - SecureSite (part 2) |
| No | Razor |
|---|---|
| 17 | Razor Pages Introduction - RazorIntro |
| 18 | Razor Pages with EF Core - MovieTrackerRazor |