Table of Contents
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.
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.
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
I built and learned this web application from Kudvenkat on YouTube. especial thanks for this channel and great teacher venkat.