DEV Community

Benjamin Fadina
Benjamin Fadina

Posted on

DESIGNING A WEB API USING DATABASE FIRST APPROACH

In this video, I show you how to implement a Web API using database first approach.

The following technologies are used: Web API, Visual Studio 2022, EntityFrameworkCore, C#, Swagger, .NET6 and Microsoft SQL SERVER

Source code can be pulled from https://github.com/benjaminsqlserver/DesiginingWebAPIDatabaseFirst

Top comments (1)

Collapse
 
polterguy profile image
Thomas Hansen

I personally believe that the waterfall or BDUF approach to software development, designing the database first that is, has gotten a way worse reputation than it deserves. However, once you've got the database done, there's actually no need to manually write code