Course Information
Course Overview
Learn web application development using the new completely written from scratch framework called ASP.NET (5) Core
* PLEASE READ BELOW
In this new course, you will learn web application development using the new completely written from scratch framework called ASP.NET Core 1.0 using MVC 6 and Entity Framework. This course is available "AS IS" and currently not being maintained due to my other commitments at work. I may add more lectures but not guaranteed.
In this course I've tried my best to make it very simple and easy to grasp new concepts introduced in the .Net Core version.
Happy Programming!
Course Content
- 5 section(s)
- 29 lecture(s)
- Section 1 Introduction
- Section 2 Installation
- Section 3 The Basics
- Section 4 MVC
- Section 5 Entity Framework Core
What You’ll Learn
- Develop Asp.Net Core Web Apps using MVC and Entity Framework Core, Develop and Host Web APIs in the Cloud using Asp.Net Core (coming soon), Consume Web APIs from iOS (iPhone) App using Swift from Scratch (coming soon)
Skills covered in this course
Reviews
-
AAbhi
The course is great. However, it is not complete. Whatever lectures seen so far has great and valuable content. Few things are outdated. I had to make few changes to the project as project.json is no longer supported now. I can understand that making changes to course videos to keep in pace with the actual changes made in .NET core is hard. I'm ready to leave 5 star rating once the content is complete. Each lecture is straight to the point and explained a single concept which is very good. I feel that the course could be improved by adding more content related to Dependency injection. It needs more explanation for a beginner like me. I'm still curious how just adding an argument to a constructor (and adding it as a service) lets the framework create an object and pass the correct argument while creating the Startup or any other object that has a dependency injected interface type as its parameter. Moreover, AddScoped, AddSingleTon service methods could have been explained in detail. Thank you for the course.
-
KKalyan Penumutchu
Its good but the ending of this course not satisfactory because of 1. Not covered all CRUD operations using EF. 2. The author mentioned Repository pattern will be shown in next video but which is not happened.
-
MMarcus shipman
This guy is a good instructor, I like how he has everything laid out and he is patient in teaching what is he doing. I don't give it a full five star because in the email section and EF section. He does not go into detail as to how he created the model for the email and how he created the data for the database in EF. Those two areas are just important for persons like me learning. We need to know when, where, how and why. This instructor did not full fill all aspects.
-
MMichael Gardner
The course starts you from a completely empty project and then shows you how and where to add all features that come with .Net Core. Great presentation and pace. All that is required is some knowledge of C#.