Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / code-generation

Code Generation

code-generation

Great Reads

by Abdullah Al-Muzahid
This is a RAD tool which can be used to generate codes for CRUD operation in ASP.NET and C# automatically based on Database Model Diagram.
by Giancarlo Rhodes
ORM objects and basic CRUD operation procedures are first phase tasks that come after establishing a first version of the database. This java-based code generation tool builds those classes and stored procedures.
by malzbiertrinker
Anytime you are developing a project using Entity Framework, you need to create a DataLayer class accessing each object within your model with different methods. This generator will do this stuff for you.
by honey the codewitch
Easily convert identifiers from one casing style to another with this simple to use class

Latest Articles

by Abdullah Al-Muzahid
This is a RAD tool which can be used to generate codes for CRUD operation in ASP.NET and C# automatically based on Database Model Diagram.
by Giancarlo Rhodes
ORM objects and basic CRUD operation procedures are first phase tasks that come after establishing a first version of the database. This java-based code generation tool builds those classes and stored procedures.
by malzbiertrinker
Anytime you are developing a project using Entity Framework, you need to create a DataLayer class accessing each object within your model with different methods. This generator will do this stuff for you.
by honey the codewitch
Easily convert identifiers from one casing style to another with this simple to use class

All Articles

Sort by Score

code-generation 

by honey the codewitch
Easily convert identifiers from one casing style to another with this simple to use class
by Duncan Edwards Jones
Utility class for adding XML comment to auto-generated code
by Duncan Edwards Jones
A quick-and-dirty function to display the VB.NET code resultant from any given code compile unit
by Henning Dieterichs
This tip shows how to change a WSDL-file to avoid the SFxCannotImportAsParameters_DifferentWrapperName-Exception, which is thrown when importing the WSDL-file in Visual Studio
by matalan44
How to generate code in Java
by honey the codewitch
A simple helper class to aid in code generation