Introduction
  • Introduction
Creating .NET 8 Project
  • Create Project
Testing Endpoint with new feature
  • Testing Endpoint
Explain File Structure in .NET 8
  • Explain File Structure
Install Required Packages and open DB
  • Install Required Packages
Configure Connection String
  • Configure Connection String
Get Employees With Dapper and solve Globalization invariant Issue
  • Get Employees With Dapper and solve Globalization Issue
Moving Minimal API to static class
  • Moving Minimal API to static class
Using Simple Factory Design Pattern
  • 09- Using Simple Factory DP
Creating the get endpoint to fetch single employee
  • Creating the get endpoint to fetch single employee
Implement Adding New Employee
  • Adding New Employee
Implementing Update Exiting Employee
  • Update Exiting Employee
Implementing Delete Exiting Employee
  • Delete Exiting Employee
Groping Route Name and Final Test
  • Groping Route Name and Final Test