Click here to Skip to main content

Development Lifecycle » Code Generation

Code Generation articles

This section contains articles on automated Code Generation. Please be aware that we do not accept articles on commericial third party tools.

    General 

    top
    Title / Updated Author Score  
    Project Metadata Generation using T4
    Updated: 7 Nov 2009
    Generate project metadata with T4 and unburden yourself from string literals in XAML binding expressions and INotifyPropertyChanged event arguments.
    C# (C#2.0, C#3.0), VB (VB9.0), .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2008), XAML, WPF, LINQ, Silverlight, Architect, Dev, WinForm
     
    Daniel Vaughan 5.00
    Genuilder
    Updated: 10 Nov 2009
    Enhance Visual Studio and your build process in just two clicks. This tool does its best to be out of your way, while improving your development experience seemlessly.
    C#, .NET
     
    Nicolas Dorier 5.00
    Using AutoMapper's Custom Formatters
    Updated: 4 Jan 2010
    A simple how-to on using the Custom Formatter capability within the AutoMapper library.
    C#3.0, .NET3.5, Dev
     
    Leftend 5.00
    Setting up COCO/R for Use in C# Visual Studio Projects
    Updated: 6 May 2010
    How to set up the COCO/R compiler with Visual Studio
    C# (C#2.0), Windows, Visual-Studio, Dev
     
    c2423 5.00
    MBG XML to Class Generator
    Updated: 3 Nov 2010
    Code generator for creating XML serializable classes from scanning the XML file itself.
    C#, XML, .NET3.5, Dev, General
     
    gordon_matt 5.00
    XamlVerifier - check or auto correct binding path at compile and design time
    Updated: 9 Jan 2012
    Stop wasting time on a stupid typo in binding paths.
    C#, .NET
     
    Nicolas Dorier 5.00
    Genuilder - Build Time Development Framework
    Updated: 29 Nov 2011
    Generate, verify, modify code files automatically during the build process of your projects.
    C#, .NET, Visual-Studio, Dev
     
    Nicolas Dorier 5.00
    Millennials - A Custom Source Code Generator
    Updated: 23 Nov 2011
    Custom code generator for C# programming language. Supports MVC and three-tier architecture; ADO.NET, NHibernate and LINQ data access
    C#, Windows, .NET
     
    mauriciobarros 5.00
    XamlResource - Access xaml resources in a strongly typed way
    Updated: 21 Jan 2012
    Access xaml resources in a strongly typed way
    C#
     
    Nicolas Dorier 5.00
    Quick prototyping with XML/XSD and T4 templates
    Updated: 20 Dec 2011
    T4 templetes with built-in support for CRUD operations, that utilize XML/XSD for DAL/BLL generation.
    XML, C#3.0, C#4.0, .NET3.5, ASP.NET, ADO.NET, Architect, Dev, C#3.5, Web-Development, Framework, .NET4, Web, Development
     
    Shahriar Iqbal Chowdhury 4.95
    On the fly Code Generation with Evolutility
    Updated: 11 Jun 2010
    A generic Web User Interface for CRUD applications generating all screens at run-time based on external metadata. It comes with sample applications for address book, memo pad, to do list, restaurants list, wine cellar, and database structure documentation that are easily customizable.
    VB, Javascript, XML, CSS, SQL, HTML, ASP.NET, Visual-Studio, Dev
     
    Olivier Giulieri 4.94
    Genuilder Extensibility
    Updated: 13 Nov 2011
    Generate your own code during compilation without MSBuild knowledge
    .NET
     
    Nicolas Dorier 4.92
    A tool for making C# decorators/proxies
    Updated: 6 Dec 2008
    Describes a small VS add-in for making decorators from existing code.
    C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2008), Dev
     
    Dmitri Nesteruk 4.92
    ScriptEngine - User Defined Calculations in C#, VB, JScript and F#
    Updated: 18 Nov 2008
    Enabling run time code in any .NET language
    C#, VB, JScript.NET, F#, Windows, Visual-Studio, Dev
     
    Walt Fair, Jr. 4.91
    Wizard and CRUD Applications to Build other CRUD Applications
    Updated: 8 Jun 2010
    Looking at the possibility of using CRUD applications to manage other CRUD applications inside a web browser and without any hand-coding. Also, presenting a step wizard deriving the database structure from the UI rather than the opposite.
    C#, VB, Javascript, XML, CSS, SQL, HTML, ASP.NET, SQL-Server, Visual-Studio, CEO, Architect, DBA, Dev, Design
     
    Olivier Giulieri 4.91
    Strongly typed AppSettings with MSBuild
    Updated: 18 Oct 2009
    How to extend MSBuild to dynamically compile stuff during a build.
    XML, C#1.0, C#2.0, C#3.0, .NET, Dev
     
    Nicolas Dorier 4.89
    Tier Generator 1.0
    Updated: 26 Jul 2008
    A powerful tool for rapid application development.
    C# (C#2.0), Windows (WinXP), .NET (.NET2.0), SQL-Server (SQL2005)
     
    Shakeel Iqbal 4.87
    SQL Class Shell Generator
    Updated: 8 Jan 2009
    Generate class shells from SQL Server database tables, (SQL 2005 & 2008 only). Output languages supported: C# and VB.NET.
    C#, VB, SQL, Windows (Win2K, WinXP, Win2003, Vista), .NET (.NET2.0), Win32, SQL-Server (SQL2005), Visual-Studio (VS2008), Dev
     
    Paw Jershauge 4.86
    Write C# and Java Code using Code
    Updated: 29 Jun 2010
    The code writer allows to transparently write code for C# and Java, for applications like serialization, equality, etc.
    C#, Java, Windows, .NET, Visual-Studio, Dev, JDK, shortcut, Framework, General, codegen, scripting, programming
     
    ShlomiAtia 4.86
    Minimalist Meta-Model for CRUD Applications
    Updated: 28 Dec 2011
    A look at the minimal metadata needed (database mapping and user interface) for generic CRUD applications using the example of a to do list.
    C#, Javascript, XML, CSS, SQL, HTML, .NET, ASP.NET, SQL-Server, Visual-Studio, WebForms, MySQL, MVC, Architect, DBA, Dev, Design
     
    Olivier Giulieri 4.85
    Xmi CodeDom Library, Part 1
    Updated: 26 May 2008
    A .Net 2.0 library that converts XMI into CodeDom. Part 1 introduces the library.
    C#, XML, Windows, .NET2.0, Visual-Studio, Architect, Dev
     
    Dustin Metzgar 4.83
    NArrange - .NET Code Organizer/Formatter/Beautifier
    Updated: 22 Dec 2008
    Using NArrange to organize C# source code.
    C#, .NET, Visual-Studio, Dev
     
    James Nies 4.83
    A tool for making C# visitors
    Updated: 13 Dec 2008
    A small VS add-in to implement a Visitor pattern.
    C# (C#1.0, C#2.0, C#3.0), Windows, .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2008), Architect, Dev, Design, WinForm
     
    Dmitri Nesteruk 4.83
    SharpTemplate - A strongly typed HTML templating solution for Script#
    Updated: 15 Jan 2010
    SharpTemplate enhances Script# by providing statically compiled, strong typed, super efficient HTML templating. This article is a tutorial for using SharpTemplate.
    C#, Javascript, HTML, .NET, ASP.NET, Ajax, Architect, Dev
     
    shivashankarp 4.80
    netTierGenerator
    Updated: 30 Nov 2008
    A 3-tier application framework and code generation tool - the way for rapid and effective development.
    C#, XML, .NET2.0, .NET3.0, .NET3.5, Architect, Dev, EF
     
    Dmitry Zubrilin 4.79
    Generate Proxy Class at Build Time
    Updated: 15 Nov 2011
    An introduction to Genuilder Extensibility
    C#, .NET
     
    Nicolas Dorier 4.73
    Declarative Codesnippet Automation with T4 Templates
    Updated: 20 Apr 2011
    This article describes a technique for automating codesnippets which are associated with a class via attributes. This results in a declarative approach to the generation of boiler-plate code.
    C#, VB, .NET, Dev, Design
     
    Colin Eberhardt 4.73
    Generate AST for the DLR
    Updated: 1 Aug 2008
    Learn how to generate your own code for the DLR using an Abstract Syntax Tree.
    C# (C#1.0, C#2.0, C#3.0), Windows, .NET (Mono, .NET3.5), Visual-Studio (VS2008), Silverlight, Architect, Dev
     
    Lionel LASKE 4.71
    Strongly typed AppSettings with Genuilder.Extensibility
    Updated: 26 Jun 2010
    Practical use case of Genuilder.Extensibility: Strongly typed AppSettings.
    C#, XML, .NET, Dev, codegen
     
    Nicolas Dorier 4.71
    Dynamic Creation of Assemblies/Apps
    Updated: 27 Jan 2008
    How to use CodeDOM and CompilerServices to dynamically create assemblies/apps.
    C#1.0, C#2.0, C#3.0, VB.NET, .NET2.0, .NET3.0, .NET3.5, VS2008, Dev
     
    Sacha Barber 4.70
    Using T4 to Generate a Wrapper for a WCF Client
    Updated: 14 Jun 2010
    Using T4 to generate a wrapper for a WCF Client
    C#
     
    Jeremy Hutchinson 4.67
    Binding Web Pages with nHydrate
    Updated: 1 Jun 2011
    Bind your UI controls to generated objects generically
    C# (C#4.0), Windows, .NET (.NET3.0, .NET3.5), Visual-Studio (VS2008, VS2010), Architect, Dev, Design, architecture, EF
     
    Christopher R Davis, Ben Traynor 4.67
    Luna Data Layer Code Generator for VB.NET
    Updated: 9 Sep 2011
    This article discusses Luna Data Layer Code Generator for VB.NET.
    VB.NET
     
    Lunadix 4.67
    CodeGen - SDK for Visual Studio Projects
    Updated: 21 Mar 2011
    The main goal of the kit is enabling people to create C# Open Source software with this platform - you can export and import any project done with it... similar to SourceForge, but more .NET oriented.
    C#4.0, .NET, Visual-Studio, Dev
     
    rodrigogroff 4.63
    XSL Code Generator
    Updated: 4 Oct 2011
    An XML/XSLT based solution for auto-generating API and code.
    C++, C#, XML, XSLT, Dev
     
    Avi Bueno 4.60
    Database Helper v 2.0.0
    Updated: 8 Jun 2010
    An open source code generation utility with some useful features to generate procedures,class for tables and .net code for procedures automatically.
    C# (C#1.0, C#2.0, C#3.0), VB (VB8.0, VB9.0)
     
    hdv212 4.55
    Automatically Create Data Access Layers and Business Layers From Microsoft Access or SQL Server Databases
    Updated: 7 Nov 2008
    How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database
    C#, SQL, VB7.x, VB8.0, VB9.0, .NET1.1, .NET2.0, Win2K, WinXP, Win2003, Vista, .NET3.0, .NET3.5, ASP.NET, Win32, ADO.NET, SQL2000, SQL2005, VS.NET2003, VS2005, VS2008, Architect, DBA, Dev, Design
     
    icemanind 4.52
    Generating synchronous method stubs from asynchronous method pairs
    Updated: 8 Feb 2008
    Writing asynchronous code requires repetative programming if you have synchronous method stubs as well. This code generator creates them for you.
    C#, .NET, Dev
     
    Adam Langley 4.50
    A cool utility to convert XML schemas to classes
    Updated: 9 Oct 2009
    A cool utility to convert XML schemas to classes.
    C#, XML, Windows, .NET, Dev
     
    eabidi77 4.50
    Using LINQ to create aggregates with nHydrate
    Updated: 26 Jan 2010
    Using LINQ with an nHydrate API for aggregation and bulk operations.
    C#, .NET2.0, .NET3.0, .NET3.5, SQL-Server, Visual-Studio, LINQ, Architect, Dev, Design, .NET4
     
    Christopher R Davis, Michael S Knight 4.50
    Make a master/detail DataGridView using CSLA DynamicRootList - Part II
    Updated: 12 Mar 2009
    The best kept secrets of CslaGen code generation and customization of generated Business Objects.
    C#2.0, C#3.0, Windows, .NET, ADO.NET, Dev
     
    Tiago Freitas Leal 4.50
    Declarations Generator
    Updated: 29 Jun 2010
    A tool which helps in generating codes for events/properties, so that users of your classes can use events/properties of embedded classes
    VB (VB9.0), Windows, .NET, Visual-Studio, Dev, WinForm
     
    vbnetskywalker 4.50
    nHydrate ADO.NET Generator
    Updated: 19 Feb 2011
    How to use the nHydrate ADO.NET generator and keep your database in sync.
    C#3.0, C#4.0, Windows, .NET2.0, .NET3.0, .NET3.5, SQL-Server, Visual-Studio, Architect, Dev, Design, C#3.5, codegen, EF
     
    Christopher R Davis 4.50
    Automatically generate classes and enums from SQL Server datatables
    Updated: 7 Jun 2006
    Enable intellisense for SQL Server repositories of messages, defaults, etc., in ASP.NET using BuildProvider.
    VB, XML, Windows, .NET, ASP.NET, Visual-Studio, Dev
     
    stewartamackenzie 4.46
    Hierarchy XML Based C# Statemachine Generator
    Updated: 23 Feb 2011
    Design a Statemachine in XML and generate a C# code representing it.
    XML, C#3.0, Windows, .NET, Dev, CLR
     
    Jon_Slaughter 4.40
    T4: Extending the Generated Template Class
    Updated: 15 Nov 2008
    Taking advantage of the inherits directive in text templates to allow for a clean extension of the generated template class.
    C#, .NET, VS2008, Architect, Dev
     
    Mike Pagel 4.38
    WPF CRUD Generator (Scaffolding)
    Updated: 4 Jun 2009
    Semi-automatic GUI generation from Domain Models.
    C#, .NET, XAML, WPF, Architect, Dev, Design
     
    Ronald Schlenker 4.38
    RAD C++ Integrated Development Environment
    Updated: 7 Jun 2010
    RAD Tool for C++ Developers, Code Generator
    C++, Windows (Win2K, WinXP, Win2003), Win32, Dev, Design
     
    Ali Imran Khan Shirani 4.37
    Create a Business Logic Layer, Data Access Layer classes, and Stored Procedure scripts from a database table
    Updated: 4 Jun 2010
    Create a Business Logic Layer, Data Access Layer classes, and Stored Procedure scripts from a database table.
    SQL, C#1.0, C#2.0, C#3.0, C#4.0, .NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5, SQL-Server (SQL2000), ADO.NET, VS.NET2003, VS2005, VS2008, VS2010, Dev, .NET4, WinForm
     
    Syeda Anila Nusrat 4.36
    Visual Studio 2005 Project And Item Templates
    Updated: 11 Jun 2010
    All about Project and Item Templates. You can use Custom Templates to make your development process faster than you ever think. Create your own Template for Visual Studio and distribute with all others. You can also learn how to create an installer to install a template.
    C#2.0, .NET2.0, ASP.NET, WebForms, Dev, WinForm
     
    Abhishek Sur 4.34
    Transsubstantiate
    Updated: 2 Apr 2011
    Copying base class constructors to derived classes
    C#, VB, .NET (.NET2.0), Dev
     
    PIEBALDconsult 4.33
    Automated Versioning of Your Visual Studio Build
    Updated: 27 Aug 2010
    Helps you to use your resource file to build automated versioning controller
    C++, Windows, Dev
     
    suranjithe 4.33
    Yet Another Code Generator
    Updated: 22 Dec 2008
    Template based code generator
    VB, .NET2.0, WinXP, Win2003, Vista, ADO.NET, Architect, DBA, Dev, Design
     
    Stein Borge 4.33
    GNR8 - Simple C# Class Generator
    Updated: 10 Jul 2008
    Generate 1 to n classes from database tables
    C#, XML, .NET, Visual-Studio, Dev
     
    mark merrens 4.32
    nHydrate Generator Template
    Updated: 31 Dec 2009
    Extend nHydrate with your own custom generator templates.
    C#, SQL, Windows, .NET3.5, SQL2005, SQL2008, Architect, Dev
     
    Christopher R Davis, Michael S Knight 4.27
    StateProto - Interacting State Machines
    Updated: 22 Jul 2006
    Drawing state diagrams, and C# code generation for the modified QF4Net.
    C#, Windows, .NET, Visual-Studio, Dev
     
    statedriven 4.20
    Subsonic, MySQL, and DAL DLL
    Updated: 16 May 2008
    Creating a DAL DLL using Subsonic and MySQL.
    C#, .NET, MySQL, Dev
     
    Dane-Garrin Balia 4.20
    nHydrate vs Entity Framework
    Updated: 5 Jan 2010
    A comparison of nHydrate and the Entity Framework
    C#, Windows, .NET (.NET2.0, .NET3.0, .NET3.5), Visual-Studio (VS2008), Architect, Dev, .NET4, EF
     
    Christopher R Davis, Michael S Knight 4.15
    MDD = Model-Driven Drama
    Updated: 12 Jul 2011
    Model-Driven Development is a false good idea
    All-Topics, Architect, Code
     
    Olivier TANKOANO 4.14
    Generating Entity Classes Dynamically Using Powershell Scripts
    Updated: 6 Aug 2011
    Shows how to generate entity classes by calling an utility from a powershell script
    Windows, PowerShell
     
    Esteban Alvarez 4.11
    Pseudo Code Modeling Language
    Updated: 7 Aug 2008
    Describes a short hand modeling language for specifying and rendering .NET code models quickly and easily.
    C#, Dev, Design
     
    BoneSoft 4.09
    Yet Another Code Generator Templates
    Updated: 7 Jun 2010
    YACGen template construction introduction
    C#, .NET, ASP.NET, Architect, Dev, Design
     
    Stein Borge 4.06
    nHydrate Generator Library
    Updated: 18 Feb 2011
    How to use the nHydrate Generator Library.
    Windows, .NET3.5, ASP.NET, SQL-Server, VS2008, VS2010, Dev, Framework, Code, Templates, EF
     
    Christopher R Davis 4.00
    Simple Template Engine
    Updated: 19 Aug 2008
    Generate source code and database scripts for any language or platform.
    C#, Ruby, DBA, Dev
     
    baker.alex 4.00
    Visual C++ Express, Custom Wizard
    Updated: 9 Nov 2009
    Creating a custom wizard under Visual C++ Express
    C++, Windows, Dev
     
    Richard MacCutchan 4.00
    Enum Streaming Code Auto-Gen (Binary)
    Updated: 2 Nov 2011
    Using LINQ Expression Trees to auto generate binary streaming methods for enums.
    C++/CLI, C#3.0, .NET3.5, LINQ, Dev
     
    kornman00 4.00
    Admin Generator Part 1-3 -INSERT view
    Updated: 15 Nov 2011
    Using a table name as the querystring to generate admin views
    C#, .NET, ASP.NET, ADO.NET
     
    saharkiz 4.00
    DataStorage: Store settings type-safe
    Updated: 20 Feb 2012
    Shows how to use the DataStorage classes to generate type-safe settings classes.
    C#, Windows, Architect, Dev
     
    pchinery 4.00
    Aspect Oriented Programming 101
    Updated: 3 Jan 2010
    What is Aspect oriented programming and where do I use it?
    C# (C#2.0), .NET (.NET2.0, .NET3.0, .NET3.5), Architect, Design, .NET4
     
    gaurav_verma_mca 3.88
    EGen – a scalable code generation and maintenance framework
    Updated: 24 Aug 2008
    An article on EGen - a scalable code generation and maintenance framework for C/C++/C#/Java, implemented in Ruby.
    C++, C++/CLI, C, C#, Ruby, Windows, Dev, QA, Design
     
    Eduard Ene 3.87
    Document and Code Generation by LINQ and XSL
    Updated: 3 Aug 2008
    An article on how to generate source code as well as populate Excel Spreadsheets.
    C# (C#2.0, C#3.0), XML, XSLT, .NET (.NET2.0, .NET3.0, .NET3.5), Office, LINQ, Dev
     
    Dave Elliott 3.82
    Inversion of Control with nHydrate
    Updated: 10 Dec 2009
    Generate applications using Inversion of Control with the nHydrate code generator.
    C#, XML, Windows, .NET, ASP.NET, WCF, LINQ, SQL2005, SQL2008, Architect, Dev
     
    Christopher R Davis, Michael S Knight 3.80
    Entity Framework with nHydrate
    Updated: 14 Jul 2010
    Generate an Entity Framework data access layer using an nHydrate model.
    SQL, C#3.0, C#4.0, Windows, SQL-Server, Architect, DBA, database, EF
     
    Christopher R Davis, Michael S Knight 3.77
    Introduction to Model Driven Development with AndroMDA (Part 2)
    Updated: 31 Jul 2006
    This article provides a step-by-step example of how to create a basic application with model driven development using AndroMDA for code generation.
    C#, SQL, Windows, .NET, ASP.NET, Visual-Studio, Dev
     
    Chris Micali 3.67
    YACGEN Properties and Layout Customization
    Updated: 28 Dec 2008
    How to populate properties and customize layout.
    C#, VB, Python (IronPython), .NET, Architect, DBA, Dev
     
    Stein Borge 3.67
    .NET Code Generation through StringTemplate
    Updated: 30 May 2008
    This article concisely introduces StringTemplate with a practical .NET code generation example. The scenario includes common issues when it comes to code generation such as conditionally generating codes, loop, and token replacement.
    C#2.0, .NET2.0, Dev
     
    Ricky Wang 3.62
    Introduction to Model Driven Development with AndroMDA (Part 1)
    Updated: 26 Jul 2006
    This article serves as an introduction to AndroMDA, and covers the basics of model driven development.
    Windows, .NET, Dev
     
    Chris Micali 3.61
    GenOmatic
    Updated: 9 Mar 2009
    A console application to generate enumerations from a database query
    C#, VB, XML, XSLT, .NET, Dev
     
    PIEBALDconsult 3.57
    Dynamic Code Generation Using CodeDOM
    Updated: 1 Jul 2007
    This article explains how CodeDOM can be used to generate code dynamcially and build it using dynamic code compilation. It also explains how to apply custom attributes.
    C#1.0, C#2.0, Windows, .NET1.0, .NET1.1, .NET2.0, VS.NET2003, VS2005, Dev
     
    Piyush S Bhatnagar 3.48
    XML-based Model-Driven Engineering
    Updated: 25 Sep 2008
    Using XML technologies for Model-Driven Engineering.
    C++, C#, XML, HTML, UML, XSLT, Windows, .NET, ASP.NET, Architect, Dev, Design
     
    Serghei Sarafudinov 3.44
    Run-Time Code Generation I: Compile C#-Code using Microsoft.CSharp and System.CodeCom.Compiler
    Updated: 18 Jan 2006
    Compile C#-Code using Microsoft.CSharp and System.CodeCom.Compiler
    C#, Windows, .NET1.1, VS.NET2003, Dev
     
    André Janus 3.43
    Features of the nHydrate DAL and Entity Framework generators: Part 1 - Auditing
    Updated: 22 Jul 2010
    This article details how to use nHydrate to add an auditing framework to the nHydrate DAL and Entity Framework DAL.
    C#, VS2010, Architect, DBA, Framework, .NET4, EF
     
    Christopher R Davis, Micheal Knight 3.40
    XEML (Entity Markup Language) for Code Generation
    Updated: 13 Feb 2009
    XEML (Entity Markup Language) for Code Generation
    C#, XML, XSLT, .NET2.0, Architect, DBA, Dev, Design, EF
     
    latticesoft 3.35
    ModelStudio
    Updated: 6 Dec 2008
    Class diagram and code generation tool.
    VB8.0, VB9.0, .NET, WinXP, Architect, Dev
     
    TL Wallace 3.20
    Generate Classes and CRUD Procedures
    Updated: 5 May 2009
    Generate classes / CRUD procedures.
    C#, Windows, .NET (.NET2.0, .NET3.0, .NET3.5), SQL-Server (SQL2000, SQL2005, SQL2008), MySQL, Oracle, VS2005, VS2008, Architect, Design, WinForm
     
    ColinBashBash 3.15
    Compiling Source Code from a String
    Updated: 19 Aug 2009
    A method that uses a CodeDomProvider to compile program code from a string into an Assembly.
    C#, .NET2.0, Dev
     
    PIEBALDconsult 3.11
    Generate Properties from Class Variables in Visual Studio .NET
    Updated: 25 Nov 2008
    Generate properties from class variables using macro
    VB, .NET, Dev
     
    Adeel Hussain 3.00
    NAnt Task to Capture Out of Bounds Source Monitor Metrics
    Updated: 12 Jun 2009
    NAnt user task that adds alarms on top of Source Monitor metrics to highlight source code that does not follow coding rules.
    C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0), Visual-Studio (VS2008), Dev, QA
     
    Franck Paquier 3.00
    Creating a Database Project with Visual Studio
    Updated: 25 Aug 2011
    This article shows how to create a database project to manage database scripts in Visual Studio
    SQL, Windows, Visual-Studio, DBA
     
    Nadege Deroussen 3.00
    Add-ins for Generating Properties from Class Variables in Visual Studio .NET
    Updated: 4 Aug 2010
    Add-in Visual Studio 2008 for automatically generating properties (Getter and Setter)
    C#, Visual-Studio (VS2005, VS2008), Dev
     
    Sebastien Termote 2.89
    Run-Time Code Generation II: Invoke Methods using System.Reflection
    Updated: 18 Jan 2006
    Invoke methods using System.Reflection
    C#, Windows, .NET, Visual-Studio, Dev
     
    André Janus 2.61
    Coding / Programming Tips for C#
    Updated: 11 Jun 2010
    Tips: Using proper guidelines and a template-framed style of coding will really helps developer to enjoy the coding with more understandable, reliable code and application development.
    C#, .NET, ASP.NET, Dev
     
    prasonu123 2.04
    Porting Code Through XML
    Updated: 14 Jul 2007
    Framework for porting code between different languauges and platforms through a standard XML schema.
    C++, C, C#, VB, VBScript, Javascript, XML, Perl, JScript.NET, XSLT, Windows, .NET1.1, .NET2.0, Mono, ASP, ASP.NET, Visual-Studio, OpenGL, DirectX, ADO, ADO.NET, WebForms, CEO, Architect, Dev, QA, Design, WinForm
     
    daluu 1.91
    Trilobita ORMaper solution based on .NET 2005/2008
    Updated: 3 May 2008
    ORMaper solution based on .NET (C#), add-in for VS IDE, and auto generating ORMaper code.
    .NET2.0, .NET3.0, Visual-Studio, SQL2000, Dev, WinForm
     
    WillCaptain 1.73
    SQL Script Generator Using Generics and Reflection
    Updated: 12 Apr 2011
    How to use Generics and Reflection in order to programmatically create SQL scripts using C#.
    C#, SQL, .NET, Dev
     
    Jephunneh Malazarte 1.00
    Introduction to BootFX's Object Relational Mapping Functionality
    Updated: 29 Dec 2009
    This article acts as an introduction to those looking to work with BootFX - an Open Source .NET application framework.
    C#, Windows, WebForms, Architect, Dev, WinForm
     
    Matthew Baxter-Reynolds  
    MDA Tools Vs GenerateXY
    Updated: 29 Jul 2011
    MDA is not for dummies
    All-Topics, codegen
     
    Olivier TANKOANO  

    Advertise | Privacy | Mobile
    Beta | 2.5.120517.1 | Last Updated 21 May 2012
    Copyright © CodeProject, 1999-2012
    All Rights Reserved. Terms of Use
    Layout: fixed | fluid