Click here to Skip to main content
15,895,011 members
Articles / Programming Languages / SQL

DbSharpApplication (DAL Generator Tool on .NET6, and released new version on .NET8)

Rate me:
Please Sign up or sign in to vote.
4.98/5 (62 votes)
17 Feb 2024CPOL23 min read 141.4K   182  
A DAL generator that generates StoredProcedure client class and creates Table and Record classes
DbSharp is a DAL Generator. It generates a StoredProcedure client class that enables you to call stored procedure easily. DbSharp also creates Table and Record classes that enables you to CRUD operation.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO TinyBetter, Inc
Japan Japan
I'm a CEO of TinyBetter, Inc in Japan.

Comments and Discussions