MVC Web Api Project And Guide
C:\Users\vasan\OneDrive\Desktop\Online Class\MVC Class Projects\Api_MVC\Api_MVC
https://www.codeproject.com/Articles/821439/Getting-started-with-ASP-Net-Web-API-using-CodeF
Add Conn.Str in Web.config
Add DbContext
Then these cmds
Install-Package EntityFramework
Enable-Migrations
Add-Migration Initial
Update-Database
Then add Controller
Add DTO Object (Data Tranfer Object)
Comments
Post a Comment