Complete ASP.Net Core 3.1 and Entity Framework Development (Udemy.com)

Learn ASP.NET Core 3.1 and Entity Framework by building and publishing a practical Employee Leave Management System.

Created by: Trevoir Williams

Produced in 2021

icon
What you will learn

  • Build Complete Data Driven ASP .Net Core 3.1 MVC Application From Scratch
  • Upgrade Project to .NET 5
  • Learn C# and Visual Studio Techniques
  • Implement Authentication and Authorization functionality
  • Repository and Unit Of Work Pattern and Dependency Injection
  • Use AutoMapper and View Models
  • Build Database using Code First Pattern and Migrations
  • Interact with Database using Entity Framework Core
  • Use NuGet Package Manager
  • Manage and Track Changes using GitHub
  • Asynchronous Programming
  • Setting up and Publishing to IIS and Remote Database
  • Setting up a Microsoft Azure Account
  • Publishing to Azure Web and SQL Services
  • Setup Automated Build/Release Pipeline using GitHub and Azure DevOps

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 92 / 100

icon
Course Description

OverviewLearn how to build an Employee Leave Management System using ASP.
Net Core 3.
1, Entity Framework, Code-First and the Repository Pattern. This complete course will show you how to use Visual Studio, Microsoft SQL Server Express and explore dynamic web development with Bootstrap and JQuery and various front-end libraries. ASP.
NET Core 3.
1 is Microsoft's modern, cross-platform framework for building enterprise ready web applications. In this course, you will learn everything you need to know about building ASP.
NET Core 3.
1 applications, from understanding the folder structure and files, to building a complete web application. Upgrade to .
NET 5 *NEW*.
NET 5 is the latest in Microsoft's SDK technologies and while we develop this solution using .
NET Core 3.
1, we do an upgrade to .
NET 5 with very minimal effort. EVERYTHING still works! Why Learn .
NETCore Microsoft .
NET is the platform that drives the business technology of many of the top corporations in the United States and many other countries. It is the predominant technology used to drive enterprise-scale business technology. Companies have chosen .
NET because for its proven scalability, reliability, and support.
The .
NET language of choice to learn is C#, as it is among the most widely used languages today. Its a general purpose programming language that can handle almost any problem, from desktop to mobile to dynamic web applications. As such, there is a high demand across the world for .
NET developers in a variety of industries, so that means that more jobs are available for candidates with a foundation built upon .
NET technologies.
Build A Strong Foundation in .
NET Core Programming: Build a fully data driven web application using cutting edge technology Connect to a Database using Entity Framework CoreRepository Pattern and Dependency InjectionUnderstand how the MVC (Models, Views and Controllers) Pattern worksUnderstand C# and .
Net Core Web SyntaxUnderstand user Authentication using ASP.
NET Core IdentityUnderstand how to use Models, ViewModels and AutoMapper Use Bootstrap to style and manipulate the overall layoutManage Packages with NuGet ManagerImplement Website Layout using AdminLTE ThemeSetup GitHub for Source ControlSetup IIS Server on Local Machine (Or Windows Server)Setup Microsoft Azure AccountPublish .
NET Core Application to IIS Publish .
NET Core Application to Microsoft Azure App ServicesMigrate To .
NET 5 in 3 easy stepsContent and OverviewTo take this course, you will need to have some knowledge of Object Oriented Programming, if not C#. Even if you do not have much exposure to the .
NET development stack, this course is very beginner friendly and chock full of development tips. This is a huge course. Over 15 hours of premium content, but smartly broken up to highlight a set of related activities based on each module in the application that is being built. We will also look at troubleshooting and debugging errors as we go along; implementing best practices; writing efficient logic and understanding why developers do things the way they do. Your knowledge will grow, step by step, throughout the course and you will be challenged to be the best you can be.
By the time you have finished the course you will have moved around in Visual Studio and examined logic and syntax errors so much, that it will be second nature for you when working in the .
NET environment. This will put your new learned skills into practical use and impress your boss and coworkers.
The course is complete with working files hosted on GitHub, with the inclusion of some files to make it easier for you to replicate the code being demonstrated. You will be able to work alongside the author as you work through each lecture and will receive a verifiable certificate of completion upon finishing the course.
Clicking the Take This Course button could be the best step you could take towards quickly increasing your income and marketability! Also, remember that if you don't think the course is worth what you spent, you have a full 30 days to get a no questions asked refund!
It's time to take action! Click the "Buy Now" button Today!
Every hour you delay is costing you money...
See you in the course!
Who this course is for:
Anyone who wants to learn Data Driven Web DevelopmentAnyone who wants to learn .
NET Core 3.
1 Web Development and ProgrammingEveryone

icon
Instructor Details

Trevoir Williams

I am a Software Engineer and part time lecturer.
With a Master's Degree in Computer Science, I have spent over a decade teaching Web, Software and Database Development Courses. I also have as much industry experience in Web Application Development and Azure Cloud System and Server Administration.
I enjoy teaching IT and Development courses and hope to impart the latest in industry standards and knowledge to my students.

icon
More courses by Trevoir Williams

End to End ASP.NET Core 3.1 API and Blazor Development

$11.99

icon
More asp.net courses

#1 Complete ASP.NET Core MVC Single-Page App[The Future]

$11.99

A Gentle Introduction To ASP.NET Web Forms For Beginners

$11.99

Master ASP . NET 4 from scratch - Part 1

$11.99

Beginner Object Oriented Programming In C# and .NET Core

$11.99

Advanced ASP.NET Core 3 Razor Pages

$11.99

End to End ASP.NET Core 3.1 API and Blazor Development

$11.99

icon
Reviews

4.6

92 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By Paul Williams on 11/14/2020

The course is good at what it does and Trevoir has a good style that I find easy to follow and a clear voice. In reality the course is a good foundation for MVC even though that isnt the title.
If you want a foundation course on MVC then this is a great course. It is a little slow to start and becomes a bit repetitive because the example application isnt a trivial one and includes several views that essentially perform similar operations (albeit on different data or to produce different views of it).
One thing I found frustrating is that in a few places very basic aspects of C# are explained (ie what the ! does in if(!x)) but pertinent details arent. An example being that the modelstate is glossed over without explaining it but googling it I found a good Microsoft explanation of what it is, how its produced, what it contains and what it does. Once I understood that it makes far more sense and is easily understandable. A simple slide is provided to explain scoped vs singleton vs transient but it just repeats the standard simple Microsoft explanation and isnt helpful at explaining these which are important issues and deserved a full explanation. Similarly I felt that async was glossed over but is an extremely important topic.
Identity is covered and Trevoir explains extending the base Identity to include additional fields. Its a very useful section and as with everything else covered if explained in a clear step-by-step manner. However, I really really wished it had gone further. My frustration is the course covers the basics but in many places falls into the common trap of just saying you need to put this line of code here without explaining the details or whats actually happening within the framework. I think a weakness of the course is that it doesnt explain the security issues and just glosses over things like ValidateAntiForgeryToken. At a couple of points Trevoir uses a js onclick function but warns that it creates a security issue and therefore isnt good practice. I think at one point he says hes going to explain this but unless I missed the explanation never does so. It would have been very useful to have a section on security.
The course is billed as the complete source on EF development. However, I was left wanting/needing more. It covers the essentials for an app with a small database with reasonably simple queries. However, there is no explanation that .net can execute some queries in the database whereas as soon as you cast the results to other data classes any query will be executed in memory having fetched all of the underlying records from the database. If you have a table with millions of records that quickly because extremely bad. Also the course doesnt deal with only fetching limited columns to optimise performance and doesnt deal with complex queries. The course assumes the use of automapper but does not really deal with building apps without automapper.
The course is billed as the complete course for EF and whilst it is a good course in the essentials of MVC I found it very lacking in terms of covering EF except in terms of the basics for a reasonably simple MVC app.
The course doesnt cover Razor @pages (just razor views its an MVC course) and doesnt cover partial pages (except briefly mentioning the login view) or Razor components. I havent found a course that deals with partial pages, components, etc and disappointed that these arent covered.
If you want a course focused on MVC and covering the essentials then this IS a good course and Trevoir is a good tutor.

By Kevin Allen on 11/14/2020

Very happy. Great lecturer.

By Marcus Vinicius Watanabe on 11/7/2020

Very good and explained content

By Ken Mauch on 11/7/2020

This course was a great introduction to APS.NET Core 3.1 and Entity Framework. The additional explanations of the various design patterns were a nice touch as well. I would definitely recommend this course to anyone interested in this subject matter.

By Amanda De Longchamp on 10/24/2020

So far very good match, thanks!

By Henning Opel on 10/16/2020

i'm very satisfied with this course and enjoyed every minute of the 19 hours. It was especially helpful to see, what to do if something went wrong...

By Kenneth Herrera Briones on 10/15/2020

Es muy buena.

By Joo Gabriel Vasconcellos Godoy on 10/14/2020

So far it's been very instructive!

By Darmarajen Treevangudum POMANAH on 10/9/2020

Nice Man! Really good explanation!

By Edison Leger Arroro on 10/7/2020

Im Exited what much I Learn. I reinforce my Knowledge..

By Bhavesh on 10/4/2020

Clear and complete so far in explanations.

By Carlos De Jong on 10/3/2020

This is the only course that I found so far that actually explains everything he shows in GREAT detail. The course is slower because of this but for beginners like me, it's perfect.
Half a star missing because the Identity coverage was too basic for me.