ASP.NET中数据访问层自动生成的一些工具

类别:Asp 点击:0 评论:0 推荐:

在.NET开发中,自动产生SQL SERVER存储过程:

如对表操作的ADD / DELETE / UPDATE /GetSingleRow

我推荐的方法:

ADVANCED T-SQL:Automate the Generation of Stored Procedures for Your Database
http://msdn.microsoft.com/msdnmag/issues/03/04/StoredProcedures/default.aspx

SPGen - Stored Procedure Generator
http://www.codeproject.com/cs/database/spgen.asp

存储过程的自动调用:

http://www.codeproject.com/dotnet/spinvoke.asp
http://codeproject.com/useritems/SPGenerator.asp
http://www.codeproject.com/cs/database/dbhelper.asp

自动生成数据层:

Suggested Data Layer Generators   
http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=35928

自动生成数据层的相关工具:

LLBLGen Pro, THE n-tier generator and O/R mapper
http://www.llblgen.com
http://www.gavinjoyce.com
http://www.sharppower.com
http://www.alachisoft.com
http://www.dnzone.com/showDetail.asp?TypeId=23&NewsId=545

SQL Stored Procedure Wrapper & Typed DataSet Generator for .NET
http://www.thecodeproject.com/cs/database/dbhelper.asp


Auto-Generating Wrapper Classes for Stored Procedures, Part 2: The Internals of the AutoSproc Tool
http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dndotnet/html/autointe2.asp#autointe2_topic2
http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dndotnet/html/autousa2.asp

http://www.dotnetutilities.com
http://www.sharppower.com

http://www.yellow-bridge.com
http://weblogs.asp.net/fbouma/archive/2003/11/18/38178.aspx

Related Keywords : Stored Procedure Proxy Generator,dotNET NET Framework Stored Procedure Proxy Generator SQL Server Database C# Visual Basic Wrapper Assembly Reflection Emit,

http://dotnetjunkies.com/WebLog/seichert/archive/2003/12/17/4594.aspx
(摘自李洪根博客)

本文地址:http://com.8s8s.com/it/it7438.htm