.NET-Core-Web-API-Template-Project

This is a boiler plate scaffolding for setting up a Web API project in .NET Core. Contains the following :

  • Controller with REST API's for POST, PUT, GET and DELETE operations
  • Data Access Layer
  • Service Layer
  • Interfaces
  • Classes
  • Helper Classes
  • In-Memory Cache
  • SQL Cheat Sheet for DB Queries
  • Has Swagger implemented