ASP.NET Core, building REST APIs in C# with Entity Framework
ASP.NET Core, building REST APIs in C# with Entity Framework, C# ASP.NET Core 3.1 and Entity Framework boot camp from Expert. Create Web APIs for scalable .NET projects with MS SQL
Created by Jakub Kozera
English
English [Auto]
PREVIEW THIS COURSE - GET COUPON CODE
More Courses by Jakub Kozera
Complete C# ASP.NET Core 3.1 and Entity Framework bootcamp. Deploy the ASP.NET Core API and Database to MS Azure cloud.
Build full web app including user authorization and authentication with ASP.NET Core (C#), Entity Framework and Azure
Kompletny kurs języka C# z zadaniami praktycznymi, omawijący kluczowe zagadnienia języka C# dla platformy .NET Core
What you'll learn
create an application that according to the REST architecture will: read, create, modify or delete data from the server
send database queries from code using ORM (Entity Framework Core)
create an MS SQL database based on classes in C#
validate incoming models and return appropriate messages in case of incorrectness
use the auto-mapper
use the built-in container to inject dependencies
log errors or specific information to a text file
create documentation (using the Swagger tool)
configure NLogger
use the Postman to consume the web API