5,442,984 members and growing! (18,821 online)
Email Password   helpLost your password?
Languages » C# » Applications     Intermediate

Code Generator using CodeSmith Api

By napster_ghb

This tool generate the c# code using the code smith templates and API
C#, Windows, .NET 2.0, .NET, ADO.NET, Visual Studio, VS2005, Dev

Posted: 8 Jan 2007
Updated: 8 Jan 2007
Views: 24,533
Bookmarked: 23 times
Announcements
Want a new Job?



Search    
Advanced Search
Sitemap
11 votes for this Article.
Popularity: 2.38 Rating: 2.29 out of 5
6 votes, 54.5%
1
0 votes, 0.0%
2
0 votes, 0.0%
3
0 votes, 0.0%
4
5 votes, 45.5%
5

Sample Image - Code_Generator.jpg

Introduction

Before I start to explain what my code generator is and how it works, I want to let you people what thing have hit me to write this article and my code generator.

Well as all programmer knows that writing code for DAL and BL is time consuming and we write same lines of code for each project excepts some custom changing, so I was wondering by we take such burden every time there should some other fast, easiest , efficient way, so I started to explorer it and started working on that, as I progress I find CodeSmith (www.codesmithtools.com) as a useful tool to achieve that.

CodeSmith enables software developers to efficiently:

  • Reduce repetitive coding
  • Generate your code in less time with fewer bugs
  • Produce consistent code that adheres to your standards
  • Create your own custom templates for any language

So I started to learn the codesmith, and luckly due to its easy structure I grasp its concept , working quickly.

Now I should explain the working of my software. First of I started to work on writing templates for myself. I stated building my own frame work, As I am beginner so started to understand the .netTiers Application Framework (http://www.nettiers.com). After under standing this framework I started to build my framework and get some help from the .netTiers Application Framework.

My framework consist of the following classes

  • Entity Class
  • Entity Base Class
  • EntityController Class
  • EntityController Base Cclass
  • DataProvider Class
  • DataProvider Base Class
  • GenericList Class
  • CBO Class

Entity Class:

This class is inherited from the base class Entity Base Class, the entity class contain no function but you can override the virtual function in the base class, and if you want some custom function then you can write your own function in the entity class no in the base class.

Entity Base Class;

This class have the properties , methods to that should be required for the database table. Its an abstract class. This class have the following functions other then the constructor

  • Equals
  • GetHashCode

EntityController Class:

This class is inherited from the base class EntityController Base Class, this class can also override the virtual functions from the base class.

EntityController Base Class:

This class have the basic methods as follows

  • Add(with four overloaded methods
  • Update(with four overloaded methods)
  • Delete(with four overloaded methods)
  • GetPagedData(for getting data in the form of page)
  • DeleteAll
  • Get
  • GetAll
  • GetCustomView(to get the custom data base table columns
  • GetByPk
  • CountAll
  • GetByFk

This class call the function of the DataProvider class to interact with the database.

DataProvider Class:

This class is inherited from the base class DataProvider Base Class, this class can also override the virtual functions from the base class.

DataProvider Base Class:

This class actually interact with the database. For this purpose I uses the Microsoft Enterprise Library 2006. which provide efficient data access libraries. You can download the enterprise library from the Microsoft site (www.microsoft.com).

GenericList Class:

In my framework for getting data in bundle I uses generic list instead of the datasets, for this I write the generic class.

CBO Class:

For converting the object to the required class or entity object I use this class.

CodeGenerator:

I wrote CodeSmith templates for above mentions class, other then these to class I wrote an other template which was use to generate the store procedure which will be use by the methods in the DataProvider Base Class.

Now come to point why I write the application for compiling the CodeSmith templates that I have written, the problem was that to generate the code for the some database we have to compile each template for each table. So it take some time and also some hectic, so I develop the application to perform this work, I generate the code using all these templates by just info about the database. I develop this tool which uses CodeSmith API to compile the templates. Please install the CodeSmith 3.2 on your system to generate the code

There was another class for the CodeSmith templates which was code behind class SqlScript.cs; I adopted this class from the .netTiers Application Framework (http://www.nettiers.com). And have some custom function to be used in my framework.

Please let me know about your suggestions and comments thanks, and I am working on to version capability like dot net 2003 and dot net 2005. And also to compile the other templates also not specific related to my frame work

Name: Muhammad Shafqat Masood

Software Engineer (Nextbridge)

Contact: Napster_ghb@yahoo.com

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

napster_ghb



Occupation: Web Developer
Location: Pakistan Pakistan

Other popular C# articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 23 of 23 (Total in Forum: 23) (Refresh)FirstPrevNext
Subject  Author Date 
GeneralNot able work with newer Codesmithmembernikhil_ksa11:07 1 Aug '08  
GeneralRe: Not able work with newer Codesmithmembershafqatm20:49 3 Sep '08  
General3qmemberXuShiHao23:12 25 Mar '08  
Generalcould u please give me a code to add webreference dynamically to c# dllmemberAvdooth20:11 15 Oct '07  
GeneralCould you give a sample business logic class codemembersarzzaidi2:16 9 Oct '07  
Generalits unable to load database namememberMCSDvikasmisra11:16 27 Jun '07  
GeneralRe: its unable to load database namememberChoice4Me4:24 17 Dec '07  
GeneralAdvantages of SmartCodememberDanilo Mendez15:40 26 May '07  
GeneralAnother Option!!memberIqbal M Khan21:45 15 Feb '07  
QuestionWhat's the benefit?memberChris Carter17:19 9 Jan '07  
AnswerRe: What's the benefit?membershafqatmasood21:29 9 Jan '07  
GeneralRe: What's the benefit?memberEric J. Smith8:44 17 Sep '07  
GeneralWhere is the source code for your codeGenerator?memberdevnet2470:10 9 Jan '07  
GeneralRe: Where is the source code for your codeGenerator?membershafqatmasood21:31 9 Jan '07  
GeneralRe: Where is the source code for your codeGenerator?memberMember 15407933:50 1 May '08  
Generalcode generatormemberTanvir Ahmed20:57 8 Jan '07  
GeneralCode Generator Requirementsmembershafqatmasood20:45 8 Jan '07  
GeneralSource Link is working Nowmembershafqatmasood20:23 8 Jan '07  
GeneralComment Plzmembershafqatmasood20:13 8 Jan '07  
GeneralRe: Comment PlzmemberMuhammad Farhat Malik20:53 8 Jan '07  
GeneralRe: Comment Plzmemberlevomaniac1:12 29 Jan '07  
GeneralSource link is not foundmembermp279:02 8 Jan '07  
GeneralRe: Source link is not foundeditorPaul Conrad9:53 8 Jan '07  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 8 Jan 2007
Editor: Paul Conrad
Copyright 2007 by napster_ghb
Everything else Copyright © CodeProject, 1999-2008
Web07 | Advertise on the Code Project