Click here to Skip to main content
15,861,125 members
Everything / Code generation

Code generation

code-generation

Great Reads

by Evoluteur
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.
by honey the codewitch
Embed fast streaming C# code to match text based on inputted regular expressions
by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax
by honey the codewitch
Make your projects far more powerful with some foundational code templating techniques

Latest Articles

by honey the codewitch
Easily convert identifiers from one casing style to another with this simple to use class
by honey the codewitch
Easily add lexers to your project with this simple drop in NuGet package and a few annotations
by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
by honey the codewitch
Easily embed image data into your code

All Articles

Sort by Score

Code generation 

11 Jun 2010 by Evoluteur
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.
10 Nov 2021 by honey the codewitch
Embed fast streaming C# code to match text based on inputted regular expressions
14 May 2019 by honey the codewitch
An LL(1) pull parser and generator that thinks it's an LL(k) parser - with a rich, simple and beautiful EBNF syntax
28 Oct 2021 by honey the codewitch
Make your projects far more powerful with some foundational code templating techniques
11 Dec 2019 by honey the codewitch
If you use the CodeDOM, here's an indispensable package to make it awesome.
3 Feb 2020 by honey the codewitch
A Pike virtual machine and optimizing compiler for regular expressions using an NFA engine
21 Feb 2016 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.
22 Feb 2020 by honey the codewitch
Glory can parse virtually anything, even natural language. Add powerful parsers to your projects. Parse languages like C# or incorporate human language parsing with your AI code.
22 Jun 2012 by Nicolas Dorier
Leverage Visual studio Web Test Framework for your crawling needs...
8 Nov 2021 by honey the codewitch
Deep dive some advanced source generation in a real world application
4 Feb 2024 by honey the codewitch
Easily add lexers to your project with this simple drop in NuGet package and a few annotations
31 Jan 2020 by honey the codewitch
Add fast scanners/tokenizers to your C# project
29 Mar 2016 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.
21 Mar 2017 by Dave Clemmer
Mo+ is the first technology that fully supports model oriented development, allowing software developers to powerfully scale the work they already do.
27 Nov 2019 by honey the codewitch
Build a full featured tokenizer generator in C#
19 Jul 2017 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.
19 Jan 2020 by honey the codewitch
A completely programmable lexer/tokenizer/scanner generator in C# using a Pike Virtual Machine
20 Nov 2023 by honey the codewitch
Generate fast, easy to use lexers/scanners in major .NET languages
21 Feb 2011 by Christopher R Davis
Use model driven development to keep your API and database in sync.
9 Jan 2020 by honey the codewitch
Generate powerful, maintainable parsers in most major .NET languages using a friendly grammar format
7 Aug 2020 by Rick Drizin
How to run C# Scripts (CSX scripts), load third-party libraries, and generate code directly from inside Visual Studio
29 Jun 2010 by ShlomiAtia
The code writer allows to transparently write code for C# and Java, for applications like serialization, equality, etc.
18 Jun 2012 by Petr Ivankov
Applications of abstract math theories to practice
8 Mar 2017 by Dave Clemmer
Considering the various qualities that a model oriented programming language should have for effective model oriented development.
8 May 2021 by Ryan Scott White
A simple drop-in function that provides T4 like template based text generation.
5 Jul 2022 by honey the codewitch
Easily embed image data into your code
26 Jun 2010 by Nicolas Dorier
Practical use case of Genuilder.Extensibility: Strongly typed AppSettings.
19 Feb 2011 by Christopher R Davis
How to use the nHydrate ADO.NET generator and keep your database in sync.
9 Dec 2012 by MarkChimes2
A small utility that generates C# code for each of the layers in an nTiered system.
8 Jun 2010 by Evoluteur
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.
30 Sep 2014 by Dave Clemmer
Applying a day's worth of model oriented work to greatly improve the quality and quantity of unit tests for the nopCommerce open source e-commerce solution.
24 May 2012 by rspercy65
This is a remake of Pramod Kumar Sing's 2002 API Viewer.
6 Jan 2020 by honey the codewitch
Using Parsley to parse a C# subset into the CodeDOM