-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mirza Merdovic edited this page Jun 1, 2018
·
8 revisions
This is a simple .Net Core template for Web Api that should help kick-start your development. Framework version: Core 2.0
I tried to add the functionalities that are usually going to be used, which includes:
- CORS
- Configuration transformation (appsettings(.environment).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.
- ValuesController - extended controller example that includes routing and IActionResult => Http Response examples
- Do more tests
- Try to create VSIX template