DEV Community

Julius Bacosa
Julius Bacosa

Posted on • Updated on

Building a Simple and Clean Asp.net Core 3.0 Web Api

Using Visual Studio 2019 Preview.

The Frontend Side of this project is an Angular App which you can also learn how to build by following this post

Update your Starup.cs

Build your api project

Create your endpoint Controller.

Build your model project
Create your simple model

Build your efcore infra project

Create your DbContext Interface


Create your DbContext Implementation

If you need detail tutorial drop a commend below we can do a one x one session.

Top comments (0)