Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Async API with Asp.Net Core & EF Core (step by step project)
Rating: 4.5 out of 5(46 ratings)
1,341 students

Async API with Asp.Net Core & EF Core (step by step project)

Build complete async API from start to finish with .Net Core Services, AutoMapping, Interfaces, DTO objects and more
Created byPavol Almasi
Last updated 10/2020
English

What you'll learn

  • How to build API from start to finish
  • Explore ASP .Net Core MVC
  • Apply REST to .Net Core API
  • Implement Data Transfer Objects
  • Configure .Net Core Services
  • Map Entitities with AutoMapper
  • Implement Relationships between classes
  • Work with Keys and Foreign Keys

Course content

8 sections47 lectures3h 43m total length
  • First Look at What We'll be Creating5:35

    Explore building an async ASP.NET Core and EF Core API for comedy events, venues, comedians, and gigs, with CRUD operations, relationships, DTO vs entity mapping, and flexible get queries.

  • Source Code, Help, Discounts, and Misc1:36

    Download the source code from Udemy resources or GitHub with commit history, compare it to the final code, and use the Udemy Q&A for help while following the videos.

Requirements

  • 3-6 months of C# programming
  • Visual Studio 2017
  • Course uses .Net Core 2.2 (it is recommended you use the same version!)

Description

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.

Everything is coded on camera, including some mistakes, both intentional and unintentional. This allows us to go over some concepts that would be hard to explain and understand, such as Reference Loop Handling, AutoMapping set up, possible problems with DTO objects and others.

So buckle up, get a big cup of coffee, and get ready to finally understand what all this fuss about API's and REST is about.

Let's code

Who this course is for:

  • Self learner who prefers faster paced course
  • C# programmer who wants to dive into creating API's
  • ASP .Net developer who wants to build web-facing API