Click here to Skip to main content
Click here to Skip to main content

C# DAL Method Code Generator

By , 19 May 2008
 
Click to enlarge

Introduction

DAL Method Generator is a simple utility to generate data access layer methods in C# for SQL Server stored procedures. Have you ever written too many data access layer methods in C# to connect to SQL server stored procedures? This utility could save your effort using few clicks.

Using the Utility

C# DAL Method Generator is written using C# and you will require .NET Framework 2.0 to execute.

To use the utility, just invoke the EXE, which should open the Connect to SQL Server dialog below. It uses Windows authentication to connect to the SQL Server. Future work includes connecting to various other data stores like Oracle, etc. with other authentication as well.

Sample Image - maximum width is 600 pixels

Once connected to the server, you can drill down to see the databases and stored procedures for which you have permission.

Sample Image - maximum width is 600 pixels

To select all the stored procedures in a database, right click-on the node "Stored Procedures" and click "Add all Stored Procs to List". To add selected stored procedures, right click on them and choose, "Add to List". Selected stored procedures will appear on the right pane. Provide the method name for the C# method, by default the system uses the stored procedure name only. Also choose the return type for the method. By default, all methods generated return void.

Click to enlarge

To generate C# DAL methods, click on File -> Generate Code or the Generate Code Tool bar item. The code will be generated as below:

Click to enlarge

Points of Interest

I would like to extend it further to generate C# business entity, DAL method, basic CRUD stored procedures for the business entity based on table definitions and also to support other data stores.

History

  • 19th May, 2008: Initial post

License

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

About the Author

Saravanan.B
Singapore Singapore
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralMy vote of 5mvpMd. Marufuzzaman21 Dec '11 - 3:14 
GeneralGreate toolmemberMember 247899423 Apr '11 - 2:07 
GeneralWill this work for Oracle (ODP.Net)memberHet210911 Jun '08 - 9:55 
GeneralRe: Will this work for Oracle (ODP.Net)memberSaravanan.B12 Jun '08 - 4:56 
QuestionWhy not using DataTables?memberbytejaeger28 May '08 - 11:05 
GeneralGreat toolmemberkalyankrishna120 May '08 - 0:00 
GeneralGreat tool. [modified]membermilan19 May '08 - 22:36 
GeneralRe: Great tool.memberdangrass3 Jun '08 - 9:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 19 May 2008
Article Copyright 2008 by Saravanan.B
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid