Md-Faisal-Mahmud / custom-mini-orm

Entity Framework alternate! It can generate SQL queries dynamically and execute them by ado.net!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-mini-orm

This custom-mini-orm build with ado.net c# like entity framework. It can generate SQL queries dynamically and execute them by ado.net! It was an exciting and complex project. There's lots of learning.

How to run?

  1. Add username & password in connectionString, in CourseDbContext.cs for migration.
  2. Add username & password in connectionString, in Program.cs for ado.net
  3. Add username & password in connectionString, in Program.cs for ORM
  4. There is a migration just update it now. click the run button.

About

Entity Framework alternate! It can generate SQL queries dynamically and execute them by ado.net!

License:MIT License


Languages

Language:C# 100.0%