Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@efemuratrendeci efemuratrendeci released this 23 Dec 14:24
· 2 commits to master since this release

What is Version 1.0 Can Do

  • You can access your MsSQL Database with ADO .NET or EntityFrameworkCore
  • You can read ConnectionString from .Json file
  • You have just one Base Repository Class for transaction/non-transaction management
  • You have just one EntityFrameworkCore Base Entity Repository Class to manage your tables

And you can find basic usage in this code