Skip to content
Mirza Merdovic edited this page Jun 1, 2018 · 8 revisions

Introduction

This is a simple .Net Core template for Web Api that should help kick-start your development. Framework version: Core 2.0

Template Content

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

TODOs

  • Do more tests
  • Try to create VSIX template
Clone this wiki locally