Skip to content
| Marketplace
Sign in
Visual Studio>Templates>AspNetCore Web Api Starter Template
AspNetCore Web Api Starter Template

AspNetCore Web Api Starter Template

LazyByte AspNetCore Web Api Starter

|
7,157 installs
| (2) | Free
AspNet Core Web API starter template that includes: swagger, configuration reading, exception handling, examples of routing with proper HTTP responses.
Download

Introduction

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

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
  • DI - example of using built in DI capabilities.
  • Example of using custom middleware
  • FooController - extended controller example that includes routing, file upload and IActionResult => Http Response examples
  • Healthchecks - Readiness and Liveness

Classic .Net version can be found here: Web Api Starter Template

If you find any problems or have questions or suggestion please file an issue on GitHub.

Cheers, mm

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft