Pune, Maharashtra, IndiaI am working on Dotnet Core and making WebAPI using MVC structure and we are using 3 Layer architecture and 1st layer is for making controller for the UI and in the 2nd layer we are writing the code for business (that is DAL part) and in the 3rd layer we are writing the code for Models as same as database On the Database Level I am making Store Procedures for the connection of database and th...