-
Notifications
You must be signed in to change notification settings - Fork 0
.NetCore API
vijayapalponram edited this page Dec 30, 2021
·
3 revisions
- Controller/Action
- Routing
- HTTP verbs
- Request Binders
- Middleware - Routing, Endpoint, RequestValidation
Create sample API with GET & POST methods
- Authorization
- Filters
- Custom Response - (Knowing Response Status Codes)
- Exception Handling
- Dependency Injection - (Default vs Autofac)
- Logging - (Default vs Serilog)
Add authorization to your existing APIs, Send enrich responses, handle the exceptions with status codes
- Basics
- Create tables with CodeFirst approach
- Migrations
- DBContext, DBSets
- Unit of Work (Optional)
Fetch the data from database and insert a record into database