Skip to content

ddaranowski/WebApiStartTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web API Visual Studio Template.

VS template for Web API with OWIN projects.

It is created from empty Web API project template and it includes:

  • CORS configuration
  • Bad route handling
  • Error handling through IExceptionHandler
  • Error logging via IExceptionLogger (you still need to implement your favorite logger)
  • Autofac container configuration
  • Simple home "screen", well not a screen but a message that states that Web API hase started successfully.

About

Web API Visual Studio Template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 74.1%
  • HTML 16.9%
  • CSS 9.0%