在.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
(摘自李洪根博客)
本文介绍了多种.NET环境下自动生成SQL Server存储过程的方法及工具,包括ADD/DELETE/UPDATE等操作,同时提供了自动生成数据层的建议和相关工具链接。
8529

被折叠的 条评论
为什么被折叠?



