Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.62 KB

File metadata and controls

33 lines (29 loc) · 1.62 KB
Table of Contents
  1. Employee Management
  2. Tech/Framework used
  3. Features
  4. Credits

Employee Management

Web application for employee managment that aim to learning ASP.NET Core. introduce basic, intermediate and advanced ASP.NET core concepts that help to build real-world enterprise class data driven web applications.

(back to top)

Tech/Framework used

This project is implemented by ASP.NET core is a free and open-source web framework and successor to ASP.NET, developed by Microsoft. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform.

(back to top)

Features

In this project is implement a lot feature like:

  • perform all the CRUD operations i.e Create, Read, Update and Delete using SQL Server as our database.
  • Identity API provieded by ASP.NET core
  • Authentication using local and external provider like google and facebook.
  • Authorization using identity role and claim
  • Filter and attribute
  • ORM using entity framework core and apply code first + migration
  • Log framwork using NLog

(back to top)

Credits

I built and learned this web application from Kudvenkat on YouTube. especial thanks for this channel and great teacher venkat.