Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.83 KB

Prerequirements.md

File metadata and controls

43 lines (30 loc) · 1.83 KB

 .NET Incubator Prerequirements




For this Incubator we will be using The latest version of .NET Scan through the basic concepts

1. The Startup class
2. Dependency injection (services)
3. Middleware
4. Servers
5. Configuration
6. Options
7. Environments (dev, stage, prod)
8. Logging
9. Routing
10. Handle errors
11. Make HTTP requests
12. Static files
  • Principles, Frameworks and Architectures

We will also, build a solution based on the Single Responsibility Principle. To help us achieve this we will be making use of the CQRS pattern alongside a Clean Code Architecture. If you have never heard about these terms, don't worry we will be discussing them in detail.

Implicit Usings

Implicit Usings

Entity Framework Core

Intro