Opening book details…
Can I read MiniORM Framework Tutorial in C# on EtoBox?
MiniORM Framework Tutorial in C# by Michael-S is a document available to read on EtoBox.
What is MiniORM Framework Tutorial in C# about?
This document provides instructions for building a basic ORM framework in C# called MiniORM Core. It outlines the key classes needed in the framework, including DbSet, DbContext, ChangeTracker and others. It then provides step-by-step guidance to implement the ChangeTracker class, which tracks added, modified and deleted entities, and the DbSet class, which represents entity collections. It also describes implementing the abstract DbContext class. The goal is to create a basic framework that can connect to
- Author
- Michael-S
- Language
- EN