Async API with Asp.Net Core & EF Core (step by step project)
$24.99 $14.99Track price
Welcome to Crash Course on Creating API with ASP .Net Core
This course is all about creating a functional Async API using .Net Core and Entity Framework. Step by step, we will set up a complete API to handle each of the operations in a multi–table database. We’ll develop all necessary entities, Data Transfer Objects, Interfaces, use dependency injection to inject services for our app, design fully MVC structure, map entities to DTO object with automapper, turn our Controllers into fully functional API controllers, handle relationships, keys and foreign keys in our database tables and Models, use Entity Framework as a back end utilizing Code–First integration, seed the database with dummy data… you get the picture!
So in the next several hours, you will go from an API novice to a developer capable of developing – and understanding – basic API structure,
Get excited to learn a ton of new material and dive into the new world of .net core. This is a relatively fast–paced course, designed with a busy self–learner in mind. If you like to be shown a concept and then move on to another concept to learn more, then this course is for you. No time is wasted.
Instructor Details
Courses : 12
Specification: Async API with Asp.Net Core & EF Core (step by step project)
|
5 reviews for Async API with Asp.Net Core & EF Core (step by step project)
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 3.5 hours |
Year | 2020 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$24.99 $14.99
Palusko Palusko –
I bought the course to get a quick overview of creating API with .net Core. This course delivers. Well paced, and goes over all necessary concepts and features that are needed in well designed API. The project is great example, and easy to follow.
Dustin Cotten –
Very straightforward and easy to follow. This is my first actual API I’m going to be using at work and I’m familiar with MVC and .NET core at a basic level. I wanted something more explicit to follow and the course is very straightforward. I would also take a look at the MDN walk through as I think the database DI is simpler to follow and change when not done in the model context. However, I like the other design choices and I think they cleaned up the controller code.
Iordache Mihail–Madalin –
Great course for learning the basics of a ASP.NET Core Web API by using generics and asynchronous methods. Would definitely recommend to anyone wanting to learn more about Web APIs or the Task based Asynchronous Pattern in .NET.
Mario Salvatierra –
Well explained. Excellent for somebody like me. I am trying to learn Entity Framework code first
Devashish . –
Many basic information was not included. 1.What are action results lik Iactionresult etc. 2.Token Authentication. 3.Routing.