.NET 5 Web API & Entity Framework Crash Course
Ditulis pada: May 30, 2021
.NET 5 Web API & Entity Framework Crash Course, Build your RESTful web service with .NET 5 Web API from the ground up and use Entity Framework to create your database.
Created by Patrick God
English
English [Auto]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
Build RESTful web services with .NET 5 Web API
Object-relational mapping with Entity Framework
Save data persistently in a SQL Server database
Entity Framework Code-First Migrations
Use Postman to test your web service calls
All CRUD operations (Create, Read, Update, Delete)
HTTP Request Methods GET, POST, PUT, DELETE