• Post category:StudyBullet-7
  • Reading time:13 mins read


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

What you will learn

Build Complete Data Driven .NET Core MVC Application From Scratch

Upgrade Project to .NET Core 5 (or .NET 6)

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

Description

Overview

Learn how to build an Employee Leave Management System using ASP.NET Core, 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.


Get Instant Notification of New Courses on our Telegram channel.


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.

RECENT UPDATES

Since ASP.NET Core 6 became available with Visual Studio 2022, this course has been updated to use the technologies Visual Studio 2022 and .NET 6 in development.

Otherwise, everything in the project will work just the same if you are not inclined to upgrade, and I constantly highlight alternative code for .NET 5 and .NET Core 3.1 where applicable. .

NEXT STEPS

After you have learned the fundamentals of ASP.NET Core and Entity Framework, it is time to take you architectural skills to the next level. Enroll in ASP.NET Core – SOLID and Clean Architecture (.NET 5 and up) 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 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. 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 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 Core
  • Repository Pattern and Dependency Injection
  • Understand how the MVC (Models, Views and Controllers) Pattern works
  • Understand C# and .NET Core Web Syntax
  • Understand user Authentication using ASP.NET Core Identity
  • Understand how to use Entity Framework Core Data Models, View Models and AutoMapper
  • Understand Security measures to be taken in development
  • Use Bootstrap to style and manipulate the overall layout
  • Manage Packages with NuGet Manager
  • Implement Website Layout using a Third-Party Admin Theme
  • Setup GitHub for Source Control
  • Setup IIS Server on Local Machine (Or Windows Server)
  • Setup Microsoft Azure Account
  • Publish .NET Core Application to IIS
  • Publish .NET Core Application to Microsoft Azure App Services
  • Implement Email Services

Content and Overview

To 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!

See you in the course!

English
language

Content

Introduction

Introduction

Environment Configuration and Account Setup

Create a GitHub Account
Install Visual Studio 2019 Community Edition

Project Setup and Configurations

Create .Net Core Web Application Project
Tour of Project Structure and Files
Setup Website Layout

Implement Database and Repository Pattern

Setup Database, Models and Migrations
Setup Repository and Dependency Injection
Implement Database and Entity Framework Functionality
Setup ViewModels and AutoMapper
Review and Add Changes to GitHub

Leave Type Management Module

Setup Controller and Actions
Setup Index View
Setup Create View
Setup Edit View
Setup Details View
Setup Delete Function
Add Data Table and Font Awesome Icons
Review and Add Changes to GitHub

User Authentication and Authorization Module

Understanding Authentication Functionality
Customizing Registration Page and Process
Review Login Functionality
Add Default Roles and Admin User
Control User Access with Role Authorization
Review and Add Changes to GitHub

Employee Leave Allocation Module

Module Overview
Perform Database Updates
Leave Allocation Create View
Leave Allocation Employee Listing
View Leave Allocation Per Employee
Edit Leave Allocation Per Employee
Review and Add Changes to GitHub

Employee Leave Requests Module

Employee Leave Requests Overview
Database Changes and ViewModels
Setup Controller and Admin Index Action
Setup Administrator Index View
Employee Application View Part 1
Employee Application View Part 2
Admin Leave Request Review
Employee Leave Request Views
Review and Add Changes to GitHub

Implementing AdminLTE Layout

Introduction
Create New Layout Page
Setup AdminLTE and Dependencies
Essential Layout Fixes and Additions
Custom Login And Registration Pages
Review and Add Changes to GitHub

BONUS Section

Bonus Lecture