I learned .Net 6.0 during my internship with SSW. New candidates there are upskilled by being tasked to create a recipe app. In building the recipe app I had the opportunity to create controller classes which interact with an SQL server. The controller classes would handle HTTP requests and hand the data off to separate dependency injected service classes which would validate the information and handle any interaction with the database.
C#
REST APIs
Dependency Injection
Entity Framework