Click here to Skip to main content
15,888,984 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 140.1K   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.

Views

Daily Counts

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