BUILD A CRUD System in C# with Entity framework
  • EF CRUD - Create Project
  • EF CRUD - Model and Migrations
  • EF CRUD - Seed Data
  • EF CRUD - Fetch data into dataGridview
  • EF CRUD - Create, Update & Delete
  • EF CRUD - Finalizing the project
Making Project Asynchronous
  • EF CRUD - Async CRUD Overview
  • EF CRUD - Download the Previous Project and make it Ready
  • EF CRUD - Improving the User Interface interactions
  • EF CRUD - Make the Saving Process Asynchronously
  • EF CRUD - Dealing with Delete record process
  • EF CRUD - Final Make the DataGridview Fetching Process Asynchronously