Blue Theme Orange Theme Green Theme Red Theme
 
MindFusion's Components
Home | Forums | Videos | Photos | Downloads | Blogs | E-Books | Interviews | Jobs | Beginners | Training
 | Consulting  
Submit an Article Submit a Blog 
 Login Close
User Id:
Password:
 
Forgot Password
Forgot Username
Why Register
 Jump to
Skip Navigation Links
TechnologyExpand Technology
WebsiteExpand Website
 Resources  
Close
 Our Network  
Close
Search :       Advanced Search »
Home » ASP.NET & Web Forms » N-Tier Code Generator for ASP.NET

N-Tier Code Generator for ASP.NET

This application helps developers to build an N-Tier Web application and saves development time and effort.

Technologies: .NET 2.0,Visual C# .NET
Total downloads : 506
Total page views :  6597
Rating :
 5/5
This article has been rated :  3 times
   Print Read/Post comments Post a comment  Rate  
   Email to a friend  Bookmark  Similar Articles  Author's other articles  
Download Files:
CodeGenerator2005.zip
 
Become a Sponsor


Related EbooksTop Videos


Introduction

The attached application helps developers to save time and effort in creating N-tier applications.

It creates stored procedures, adds data, data access layer, business layer and web pages in ASP.NET version and all layers works with C# and data, data access layer, business layer with c# and vb.net.

The system has code template for each layer then according to the selected language it create properties and events and methods then find the properties region or method region and replace the region in templates with the code then save it as files for selected layer

How to Use Steps:

  1. Set Connection, output folder and language settings
    Select C# as a language;
    check Use Data Object so the methods take one object as parameter (its recommendation to set primary key name table name + "Id"

  2. Click Get Tables to retrieve all tables schema

  3. Go to Generate stored procedure tab and click generate In this step the application will get saved stored procedure template then loop on database tables and get table name then replace #Table Name# with the table name in the template and save it as sql file

  4. Go to Generate data objects tab and click generate in this step the application get the data object template for selected language and put fields and variables according to the selected language Vb or C#

  5. Go to Generate data access layer tab and click generate the same as the previous step but it read from DAL Template according to the selected language and create method parameters and return types then create the new DAL Class for each table in selected database

  6. Go to Generate business layer tab and click generate using the bus template

  7. Go to Generate web layer (GUI) tab and click generate in this step the application generate master page ,base web form and for each table it generate details page and list


---- page the details page contain textbox ,required validation ,save and delete button the detail page works in two modes (Insert new item and update exists data)

---- list page contain the list of all data in the table in data grid view and edit link in each row to open detail page in edit mode

The DB Manager Class

Used to get tables and columns schema and required columns and primary keys and foreign keys

The File Manager

Used to manage templates and layers files to create files from templates and save it in selected output folder 

image1.gif


Download and run the attached application for more details.

 



Login to add your contents and source code to this article
 Article Extensions
Contents added by Nesreen Maged on Jul 02, 2009
Download File: TestCodeGenerator.zip

Simple NTier project using code generator 

note: attach the TestGenerator.mdf and change connection string in web config

Contents added by Nesreen Maged on May 21, 2009
Download File: CodeGenerator2005.zip
Contents added by uri b on May 21, 2009

hi , very nice application , and very productive , but a lot of files are missing in the solution.

i can run or compile the code to test it .

please upload a new one that can be tested.

thxmissing.JPG

 [Top] Rate this article
 About the author
 
Nesreen Maged
Looking for C# Consulting?
C# Consulting is founded in 2002 by the founders of C# Corner. Unlike a traditional consulting company, our consultants are well-known experts in .NET and many of them are MVPs, authors, and trainers. We specialize in Microsoft .NET development and utilize Agile Development and Extreme Programming practices to provide fast pace quick turnaround results. Our software development model is a mix of Agile Development, traditional SDLC, and Waterfall models.
Click here to learn more about C# Consulting.
 
Introducing MaxV - one click. infinite control. Hyper-V Hosting from MaximumASP.
Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
Dynamic PDF
ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications.
Go.NET
Build custom interactive diagrams, network, workflow editors, flowcharts, or software design tools. Includes many predefined kinds of nodes, links, and basic shapes. Supports layers, scrolling, zooming, selection, drag-and-drop, clipboard, in-place editing, tooltips, grids, printing, overview window, palette. 100% implemented in C# as a managed .NET Control. Document/View/Tool architecture with many properties&events. Optional automatic layout.
Dundas Software
Dundas Chart for .NET is the most advanced .NET charting package available today.  With an extremely complete feature set, elegant architecture and easy implementation, Dundas Chart can quickly add advanced Charting functionality to enhance and transform ASP.NET and Windows Forms applications.  Whether you are implementing charting into internal projects, or building applications for clients, Dundas Chart offers advanced technology and advanced results to get the most out of data.
Clickatell's SMS Gateway
Clickatell's Developer Solutions allow you to SMS enable any website or application via a range of API's. Learn More about our API connections.
Free access to .NET Memory Management video
Everything you need to know about Garbage Collection, Temporary Objects, Fragmentation, Finalization and common causes of memory leaks in .NET. Watch the video here.
Microsoft Visual Studio 2010
Microsoft Visual Studio 2010 offers more to developers than any other Visual Studio release. Work more productively and collaboratively-with greater control over your work at every step. The Beta 2 can give you a head start on achieving efficiency.
 
   Print Read/Post comments Post a comment  Rate  
   Email to a friend  Bookmark  Similar Articles  Author's other articles  
Download Files:
CodeGenerator2005.zip
 
 Post a Feedback, Comment, or Question about this article
Subject:  
Comment:  
Powerful ASP.NET Hosting w/ NO Setup Fees. Click Here!
Become a Sponsor
 Comments
Error by Carlos On May 20, 2009
I can't run this application....

Error 1 Source file 'C:\Temp\CodeGeneratorSourceCode\CodeGenerator2005\VarietyClasses\Controls\web\wucLogin.ascx.cs' could not be opened ('The system cannot find the file specified. ') CodeGenerator2005

Reply | Email | Delete | Modify | 
Re: Error by Nesreen On May 20, 2009
thanks a lot for your reply
to resolve this issue right click on this files on Solution Explorer in VarietyClasses  and delete  it because it's deleted files
i will upload a new version now

thanks alot

Reply | Email | Delete | Modify | 
New Version by Nesreen On May 21, 2009

thanks a lot for your reply
I already uploaded a new version

thanks alot
Reply | Email | Delete | Modify | 
perfect code gen.. by atraktor On June 6, 2009
 thank you
Reply | Email | Delete | Modify | 
Re: perfect code gen.. by Nesreen On June 6, 2009
:)
Reply | Email | Delete | Modify | 
CodeGenerator2005 (Sample Generated Application) by Doug On June 30, 2009
Hello Nesreen,

Would you be able to provide an example of a generated application using a simple database? I creating an empty .NET project in Visual Studio and copied the contents of the top-most generated folder to the new project. Unfortunately, I encountered a few compile errors. For example:

public class personDL : BaseDL,IDL
-> "The type or namespace name 'BaseDL' could not be found..."

Is it possible that BaseDL.cs is missing...? (same with IDL, Utilities, BaseBL, IBL)

Many thanks for all the hard work you've put into your code generator!

Regards,
--Doug
Reply | Email | Delete | Modify | 
Re: CodeGenerator2005 (Sample Generated Application) by Nesreen On July 2, 2009

Hello orillia319

Thank you for your comment
-the base class (BaseDL ,IDL) are  just empty classes and empty interface
you can add it manual  or remove it from parent class text box so it will generate the classes without parent.
-remove using utilities (it's mistake)
-I uploaded  a Simple Ntier project 
 using the Generator with db .just attach the db and change connection string in web config

Thanks & Best Regards
Nesreeen

Reply | Email | Delete | Modify | 
Re: Re: CodeGenerator2005 (Sample Generated Application) by Doug On July 2, 2009
Thanks, Nesreen.

I appreciate your quick response.

--Doug
Reply | Email | Delete | Modify | 

 Hosted by MaximumASP  |  Found a broken link?  |  Contact Us  |  Terms & conditions  |  Privacy Policy  |  Site Map  |  Suggest an Idea  |  Media Kit
Current Version: 5.2009.6.2
 © 1999 - 2009  Mindcracker LLC. All Rights Reserved