Course Information
Course Overview
Build complete async API from start to finish with .Net Core Services, AutoMapping, Interfaces, DTO objects and more
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
Course Content
- 8 section(s)
- 47 lecture(s)
- Section 1 Introduction
- Section 2 Project Set Up
- Section 3 Creating Interfaces
- Section 4 Implementing Interfaces
- Section 5 Creating Events Controller and Actions and Configuring Services
- Section 6 Creating Comedians Controller and Actions and Configuring Services
- Section 7 Creating Gigs and Venues Controller and Actions and Configuring Services
- Section 8 Conclusion
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
Skills covered in this course
Reviews
-
ĐĐồng Nhật Anh Tâm
good
-
PPrabhugurudarshan Singh
Just what I was looking for to getting started on .Net core. The instructor has done an excellent job in organizing the course content and provide step by step instructions. Thank you so much for this wonderful course. I would recommend this course to anybody who wants to get started on .Net core.
-
DDevashish .
Many basic information was not included. 1.What are action results lik Iactionresult etc. 2.Token Authentication. 3.Routing.
-
MMario Salvatierra
Well explained. Excellent for somebody like me. I am trying to learn Entity Framework-code first