Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ MicroORM_examples Public archive

Repository to store the examples of experimenting/playing with Micro ORMs in .Net

License

Notifications You must be signed in to change notification settings

jgraber/MicroORM_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroORM Examples

Repository to store the examples of experimenting/playing with Micro ORMs in .Net

Goal

Be able to use a Micro ORM for the applications planned to build in 2015. For that I need to be able to

  • create, read, update and delete rows (CRUD) in a SQL Server database ✔️
  • use fulltext & semantic search to find the requested data ✔️
  • use transactions to ensure data integrity ✔️
  • explain patterns and their trade offs
  • ensure the quality of the application using automated tests
  • have an example project that uses all of these points

Links

Micro ORM

Theory

Courses / Examples

Problems / Attention

Full text search

Other

About

Repository to store the examples of experimenting/playing with Micro ORMs in .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages