Skip to content

It is a .NET Core/Standard library that provides base class that provides methods to handle SQL Server statements optimizing performance

Notifications You must be signed in to change notification settings

juninhodigital/Framework.Data.SQL

Repository files navigation

Framework.Data.SQL

Enhance your .NET application with more than 1000 extension methods.

It is a .NET Core/Standard library that provides base class that provides methods to handle SQL Server statements optimizing performance and scalability

Technologies

  • .NET Core and .NET Standard

Features

  • It doesn't use reflection to map the entity properties, instead it uses IL/Cache capabilities;
  • Developer can preview T-SQL statements (including Table Value Parameters);
  • Log T-SQL statements easily;
  • MARS full support;
  • Multiple Result Set;
  • Unit test that contains some sample code (XUnit);

Instructions

  • Setup your database using the file '$\Database\Scripts\Initial Payload.sql'
  • Check out the unit tests and debug/run the sample codes

Contact Me

E-mail Linkedin
[email protected] https://www.linkedin.com/in/juninhodigital

Contribute

The best way to contribute is by putting in some good words about the library and help me out by:

  • Fork it
  • Pull Request
  • Comment it
  • Star it
  • Share it

I would really love your help to make it better and usefull to the community. Need more info? [email protected]

About

It is a .NET Core/Standard library that provides base class that provides methods to handle SQL Server statements optimizing performance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages