DBMethods
Home Page
Categories: Persistence - Data-tier
Author: Atif Aziz
Latest version: 1.0.3910
Added 2004-10-15
Library that allows you to express parameterized SQL and stored procedures as managed code functions in your language of choice (C#, VB.NET, J# and others) using the .NET Framework.
Just as Platform Invoke (P/Invoke) allows you to call unmanaged code APIs in platform libraries (DLLs) by supplying a compatible method definition in managed code, DBMethods allows you to call stored procedures and parameterized SQL in a database by defining a compatible method definition in managed code.
Unlike many products already on the market, DBMethods does not rely on templates or scriptable code generators. Instead, it makes use of the innovative features of the Common Language Runtime (CLR) like metadata, reflection services, custom attributes and dynamic code emission.
 Built for .NET |
 Library |
 Free or free version available |
 Source code provided |