Developer Fundamentals are what I consider a minimum set of have-to-know aspects of .Net and C# every developer should know and understand.
- Configuration Fundamentals
- Dependency Injection Fundamentals
- Logging Fundamentals
- Exception Handling Fundamentals
- xUnit Testing Fundamentals
- Integration Testing Fundamentals
- Web API Fundamentals
- Web Application Fundamentals
- Blazor WebAssembly Fundamentals
dotnet new sln -n DeveloperFundamentalsdotnet new console -n DeveloperFundamentals.ConsoleAppdotnet new classlib -n DeveloperFundamentals.ClassLibrarydotnet new xunit -n DeveloperFundamentals.XUnitTestsdotnet new webapi -n DeveloperFundamentals.WebApidotnet new webapp -n DeveloperFundamentals.WebAppdotnet new blazorwasm -n DeveloperFundamentals.BlazorWasm