Complete ASPNET Core and Entity Framework Development
What you’ll learn
Build Complete Data Driven .NET Core MVC Application From Scratch
.NET 6 / 7 Development
Learn C# and Visual Studio Techniques
Implement Authentication and Authorization functionality with Identity Core
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
Review Application Security Measures
Requirements
A computer
The Internet
A Willingness to Learn
Description
OverviewLearn how to build an Employee Leave Management System using ASP.NET Core 6 / 7, Entity Framework, Code-First, and the Repository Pattern. This complete course will show you how to use Visual Studio and Microsoft SQL Server Express and explore dynamic web development with Bootstrap and jQuery, and various front-end libraries. ASP.NET Core 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 applications, from understanding the folder structure and files to building a complete web application. NEXT STEPSAfter you have learned the fundamentals of ASP.NET Core and Entity Framework, it is time to take your architectural skills to the next level. Enroll in ASP.NET Core – SOLID and Clean Architecture to learn how to rebuild this application using advanced architectural techniques. Why Learn .NET Core 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 of 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. It’s 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 various industries, which 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 Entity Framework Core Data Models, View Models and AutoMapper Understand Security measures to be taken in the development Use Bootstrap to style and manipulate the overall layoutManage Packages with NuGet ManagerImplement Website Layout using a Third-Party Admin ThemeSetup GitHub for Source ControlSetup IIS Server on a Local Machine (Or Windows Server)Setup Microsoft Azure AccountPublish .NET Core Application to IIS Publish .NET Core Application to Microsoft Azure App ServicesImplement Email Services Content and OverviewTo take this course, you must have some knowledge of Object Oriented Programming, if not C#. Even if you have little exposure to the .NET development stack, this course is beginner-friendly and full of development tips. This is a huge course. Over 14 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 newly learned skills into practical use and impress your boss and coworkers.The course is complete with working files hosted on GitHub, including some files to make it easier for you to replicate the demonstrated code. 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! See you in the course!
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Environment Configuration and Account Setup
Lecture 2 Create a GitHub Account
Lecture 3 Install Visual Studio 2022 Community Edition and .NET 6
Section 3: Project Setup and Configurations
Lecture 4 Create ASP.NET Core Web Application Project
Lecture 5 Tour of ASP.NET Core Project Structure and Files
Lecture 6 *OPTIONAL* – .NET 7 Compatibility
Lecture 7 Setup and Understand Website Layout
Section 4: Database Setup (Entity Framework, Tables and Migrations)
Lecture 8 Section Overview
Lecture 9 Understanding Migrations (Creating User Tables)
Lecture 10 Setup Database, Models and Migrations
Lecture 11 Review and Add Changes to GitHub
Section 5: Leave Type Management Module
Lecture 12 Section Overview
Lecture 13 Setup Controller and Actions
Lecture 14 Explore Scaffolding and Functionality
Lecture 15 Setup Index View – Using View Models and Automapper
Lecture 16 Setup Create View
Lecture 17 Setup Edit View
Lecture 18 Setup Details View
Lecture 19 Setup Secure Delete with Confirmation Prompt
Lecture 20 Add Data Table and Font Awesome Icons
Lecture 21 Review and Add Changes to GitHub
Section 6: Implement The Repository Pattern
Lecture 22 Section Overview
Lecture 23 Setup Asynchronous Database Repository – Part 1
Lecture 24 Setup Asynchronous Database Repository – Part 2
Lecture 25 Setup Repository and Dependency Injection
Lecture 26 Refactor Controller to Use Repository
Lecture 27 Review and Add Changes to GitHub
Section 7: User Authentication and Authorization With Identity Core
Lecture 28 Section Overview
Lecture 29 Understanding Authentication Functionality
Lecture 30 Customizing Registration Page and Process
Lecture 31 Review Login Functionality
Lecture 32 Seeding Default Roles and Admin User
Lecture 33 Assign Roles to Users At Registration
Lecture 34 Control User Access with Role Authorization
Lecture 35 Reducing Role Magic String Values
Lecture 36 Configure and Implement Email Services
Lecture 37 Review and Add Changes to GitHub
Section 8: Employee Leave Allocation Module
Lecture 38 Section Overview
Lecture 39 Perform Database Updates
Lecture 40 Setup Index View
Lecture 41 Setup Leave Allocation Repository
Lecture 42 Test Leave Allocation Functionality
Lecture 43 Setup Employee Listing View
Lecture 44 Setup View Employee Allocations Page
Lecture 45 Setup Edit View
Lecture 46 Setup Edit View – Part 2
Lecture 47 Finishing Touches
Lecture 48 Review and Add Changes to GitHub
Section 9: Employee Leave Requests Module
Lecture 49 Section Overview
Lecture 50 Perform Database Changes
Lecture 51 Employee Application View – Part 1
Lecture 52 Employee Application View Part 2
Lecture 53 Debugging The Form Code and Fixing Errors
Lecture 54 Setup Employee Leave View
Lecture 55 Setup Administrator Index View
Lecture 56 Admin Leave Request Review
Lecture 57 *FIX* – Admin Leave Request Review
Lecture 58 Code Cleanup and Coding Challenge
Lecture 59 Review and Add Changes to GitHub
Section 10: Value Added Enhancements and Cleanup
Lecture 60 General Code Cleanup
Lecture 61 Add Emailing Mechanism for System Operations
Lecture 62 Automate Auditing on Database Records
Lecture 63 *FIX* Auditing on Database Records
Lecture 64 Implement Logging and Exception Handling
Lecture 65 Separation of Concerns
Lecture 66 Setup Admin Layout
Lecture 67 Full Source Code
Section 11: Publish To Production
Lecture 68 Section Overview
Lecture 69 Publish to IIS and SQL Server
Lecture 70 Publish To Azure App Service and Azure SQL
Section 12: BONUS Section
Lecture 71 Bonus Lecture
Anyone who wants to learn Data Driven Web Development,Anyone who wants to learn ASP .NET Core Web Development and Programming,Beginner developers,Developers transitioning from .NET Framework to .NET Core
Course Information:
Udemy | English | 14h 39m | 7.45 GB
Created by: Trevoir Williams
You Can See More Courses in the Developer >> Greetings from CourseDown.com