-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mirza Merdovic edited this page Mar 6, 2018
·
8 revisions
This is a simple template for Web Api that should help kick-start your development.
I tried to add the functionalities that are usually going to be used, which includes:
- CORS
- Configuration transformation (appsettings(.debug).json)
- Response caching
- Swagger
- Application Insight configuration
- Global exception handling which includes sending erroneous request to Application Insight.
- DI - example of using build in DI capabilities.
- ValueController - extended controller example that includes routing and IActionResult => Http Response examples
- Clean referenced dependencies to make template as thin as possible
- Do more tests
- Try to create VSIX template