Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 371 Bytes

File metadata and controls

12 lines (8 loc) · 371 Bytes

CSharp_WebService_Demo

Simple C# web service to perform CRUD operations using DbContext, MySQL, LINQ, EntityFrameworkCore.

Hi coders!

Step 1: download the code and open in VS Code. Step 2:In VS Code terminal type, "dotnet build" Step 3: After successfull build, type, "dotnet watch run"

Serivce will be hosted in url "https://localhost:5001/swagger".

Enjoy coding!