Main > Free Download Search >

Free code generation tool software for windows

code generation tool

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8517
Bingo Generation 2

Bingo Generation 2


Note: This is a green program. No installation is needed. Simply run the program to print the Bingo cards.If you have a group of 5 - 50 guests, this Bingo game will certainly add fun to your party more>> <<less
Download (81.2KB)
Added: 2007-01-12 License: Freeware Price:
81 downloads
Lead Generation 1.0

Lead Generation 1.0


lead generation toolbar for Internet Explorer 5 or later, online business browser toolbar. more>>

lead generation toolbar for Internet Explorer 5 or later, online business browser toolbar. Easily reach all Masterlistbuilder marketing infromation you need to start your market and website.

System Requirements: Internet Explorer

<<less
Download (1.25MB)
Added: 2008-09-27 License: Freeware Price: $0.00
404 downloads
CS Icon Generation 1.0

CS Icon Generation 1.0


CS Icon Generation - New Software For Convert BMP Format to Icon Standard Format more>>
CS Icon Generation New Free Software For Convert BMP Format to Icon Standard Format and easy to use.
Using this program will help you to design your own icons from your favourite pictures, creating an amazing desktop or application.
<<less
Download (161KB)
Added: 2006-03-11 License: Freeware Price:
762 downloads
Ganymede Generation I beta 1

Ganymede Generation I beta 1


Blocks any keyloggers or system spyers during keyboard or input activities. more>> Credit Card numbers or passwords can be captured by keyloggers and other such programs. Ganymede secures your entire system and provides an undetectable virtual keyboard for input activities.<<less
Download (229KB)
Added: 2008-03-17 License: Freeware Price: Free
585 downloads
Code OnTime Generator 3.0.0.1

Code OnTime Generator 3.0.0.1


Code OnTime Generator is a potential and easy to use tool which can create database-driven ASP.NET 2.0 Web applications in minutes. more>>

Code OnTime Generator 3.0.0.1 is a potential and easy to use tool which can create database-driven ASP.NET 2.0 Web applications in minutes.

Built as an open platform with XML, XPath, XSLT, and AJAX, the tool redefines the way you think and approach the code generation. The built-in Code DOM compiler will transform your program coded in XML into Visual C# or Visual Basic program code. This allows creating the code generator projects as XML Databases and then applying artificial intelligence magic of XPath and XSLT stylesheets to the data to efficiently produce the programming language code, such as C# and Visual Basic, or markup code, such as ASP.NET and XAML. Regardless of the ouptut code type you will use the same consistent set of code generation techniques.

All code generator projects are included with complete template source code and provide immediate insight into the inner-workings of the code generator.

Enhancements: Version 3.0.0.1 includes pre-built code generator projects that create applications for ASP.NET 3.5.

<<less
Download (460.2KB)
Added: 2008-07-15 License: Freeware Price: $0.00
66 downloads
Faster DynamicInvoke using Code Generation 1.0

Faster DynamicInvoke using Code Generation 1.0


Faster DynamicInvoke using Code Generation can dynamically generate and compile an object more>>
There are times when you need to invoke methods on an object instance that you have loaded at runtime, and you did not or could not not know the exact type of the object during the development and compilation stages. This is prevalent among plugin architectures, where your code will ?hook-in? other assemblies only after the application starts, and the assemblies that you load at runtime may not even have existed at the time when your program was written.
One of the coolest things about the .NET runtime is that it provides you with several ways to do this, which in turn makes designing extensible application architectures much simpler than in the past.
Faster DynamicInvoke using Code Generation shows how, using the System.CodeDom and System.CodeDom.Compiler namespaces, you can dynamically generate and compile an object that can be used to invoke these methods much faster than using Type.InvokeMember or MethodInfo.Invoke.
<<less
Download (85.4KB)
Added: 2006-06-03 License: Freeware Price:
1243 downloads
CodeAuthor 1.5

CodeAuthor 1.5


CodeAuthor is the first code generator to support the Enterprise Library 3.0 APRIL 2007 released by Microsoft. more>>
CodeAuthor is the first code generator to support the Enterprise Library 3.0 APRIL 2007 released by Microsoft. CodeAuthor is the first code generator to support the Enterprise Library 3.0 (APRIL 2007) released by Microsoft.
Enjoy the added performance and features of Microsofts best practice guidelines simply by using CodeAuthor to automatically generate up to 60% of application code.
Code Author is a dedicated C# 2.0 code generation tool that was designed specifically for Professional Developers and Architects.
Code Author can reduce development time in your business & web applications by up to 60% while improving the reliability, maintainability, and performance of the code. This is possible beacuse Code Author generates a full Data Access Layer, Stored Procedures, and Administrative User Interface based on your database model.
Using Code Author means you dont need to spend time creating a separate Persistance layer and Data Access layer. CodeAuthor builds intuitive classes allowing developers to perform data access functions the same way to using plain old .NET objects.
The code produced by Code Author is of the highest quality. Classes have been pre-tested, optimized and have been used in many commercial projects. Code Author is the generator of choice for many .NET Consultancy firms. Using Code Author, you can have the piece of mind that your business objects are architected with best practices.
With Code Author, you can put behind the hassles of creating custom Data Sets or using ORM tools. Stop spending your valuable development time on building tedius back end models and start using Code Author today!
Version restrictions:
- Reminder box each time the application is started.
- There are also functional differences from the full version such as restrictions on the number of classes your allowed to generate.
<<less
Download (166KB)
Added: 2007-06-27 License: Freeware Price:
904 downloads
Code Maker 2.1

Code Maker 2.1


operating coding application more>> Code maker includes many features including, Snippets that automtically get entered when you select one from the menu, a Preview button to preview your code on our built in browser as a real website.<<less
Download (1.3M)
Added: 2008-11-09 License: Freeware Price:
359 downloads
Execution-Time Code generator for CSharp 1.01

Execution-Time Code generator for CSharp 1.01


With CSharp expression generate CLR code for filtering, mapping of collections. more>> INTRODUCTION
If you come from a C++ background, its likely you have a very "compile-time"
view of the world. Because a C++ compiler does all code generation when the code
is compiled, C++ programs are static systems that are fully known at compile time.
The Common Language Runtime provides a new way of doing things. The compile-time
world still exists, but it is also possible to build dynamic systems where new code
is added by loading assemblies or even by writing custom code on the fly.
ABOUT "RUN TIME CODE GENERATOR"
This products provides very efficient way of handling user requests manipulating with
elements of collections. Request is just string with valid CSharp expression. Code generator
generate new class which Apply method returns result of calculation of this expression.
So it can be used as very fast query system which selects objects from the collection
according to user specified criteria (very small database engine).It can be also used
if you want to perform some user specified calculation for all members of the collection.
Collection can consists of just one element, in this case code generator can be used as
very fast calculator.
Certainly dynamic code generation makes sense only when expression once specified
will be executed multiple times or it will be applied to collection with large number
of members.
HOW TO USE
This product currently generates two kind of objects: collection filters and mappers.
Filter is used to select members of collection matching user supplied criteria.
Mapper is used to perform some calculation for all members of the collection and
create new collection with results of such calculation.
Classes MapperGenerator and FilterGenerator are used to generate mappers and filters correspondently.
<<less
Download (23KB)
Added: 2008-08-04 License: Freeware Price: Free
481 downloads
MyGeneration - Code Generator / OR Mapper 1.0

MyGeneration - Code Generator / OR Mapper 1.0


MyGeneration generates code from templates that can be written in C#, VB.NET, JScript, and VBScript. more>>
MyGeneration is an extremely flexible development tool written in Microsoft .NET. MyGeneration generates code from templates that can be written in C#, VB.NET, JScript, and VBScript. MyGeneration is great at generating ORM architectures or O/R Mapping files for architectures such as Gentle.NET, NHibernate, and others. The meta-data from your database is made available to your templates through the MyMeta API. MyGeneration supports Microsoft SQL, Oracle, IBM DB2, MySQL, PostgreSQL, Microsoft Access, FireBird, Interbase, SQLite and VistaDB. MyGeneration can generate code for non-Microsoft operating systems. MyGeneration installs with many sample templates that generate C# and VB.NET code, Stored Procedures, PHP, HTML and more. If you dont find what you need after installing MyGeneration checkout our online template library. And, the most important thing about MyGeneration is that it is easy to adapt our templates or write your own to generate your particular architecture. We have Gentle.NET and NHibernate templates as well.
MyGeneration has a very unique feature that allows you to create your own Graphical User Interface and thereby provide a user interface for your template. Your templates can then capture data through a Windows Graphical (not html) interface and copy it to a data structure for use in the actual code generation. Each template has an optional User Interface code section. MyGeneration supports both projects files and a command line interface.
MyGeneration also ships with a very popular .NET architecture available in C# and VB.NET known as dOOdads
<<less
Download (4096K)
Added: 2004-12-11 License: Freeware Price: $0.00
1783 downloads
ECO for VisualStudio 5.0

ECO for VisualStudio 5.0


ECO is a tool for creating model driven applications in Microsoft Visual Studio. Featuring full code generation, DB generation, and O/R mapping, ECO is the perfect for getting the job done fast. more>> <<less
Download (21.75MB)
Added: 2009-06-24 License: Freeware Price: $0
21 downloads
CodeWorker 4.0

CodeWorker 4.0


CodeWorker is a scripting language for parsing text and generating source code efficiently. more>>
CodeWorker is a scripting language for producing reusable, tailor-made, evolvable and reliable IT systems with a high level of automation.
This is a software engineering approach called "generative programming".
The most remarkable advantage is about generating source code automatically after restricting human interventions to the essentials.
An extended BNF syntax allows defining new Domain-Specific languages or parsing existing format (HTML pages for example).
A template-based syntax like PHP and JSP allows writing the patterns for generating code.
The code generation knows how to preserve protected areas with hand-typed code and offers code expansion, source-to-source translation and program transformation.
These tasks are executed in a straightforward process, with no binding to an external programming language and with no translation of requirements specification in a constraining format.
<<less
Download (606KB)
Added: 2005-07-29 License: Freeware Price:
1547 downloads
HP-41 Programming Environment & Bar Codes Generation JAN03

HP-41 Programming Environment & Bar Codes Generation JAN03


A kind of programming environment I developped in Excel macros/functions, with bar code generator for HP-41C, with automatic compile and load into HP-41C Emulator. Provided with full barcode generatio more>>
Free HP-41 Utility :
1. HP-41 Programming Environment
The purpose of HP41_ProgEnv.XLS spreadsheet and its associated macros and tool bar is to provide a kind of HP-41 programming environment.
The main programming assistants are :
- a tool bar with most HP-41 (and some peripherals) instructions, reducing encoding/editing time;
- export and import function to save the program as Text file (for their later compilation);
- compile and de-compile function (with prior/post export/import) using Leo Durans HP41UC.EXE program;
- launch the HP-41 emulator on successful compile and load the new code (V41.exe program);
- produce bar codes, using Dan McDonalds macro and sheet (this tool is in fact an "extension" of Dans tool, thanks to him).
2. HP-41 Bar Codes Generation
HP41_BarCodes.XLS contains a set of functions to produce almost any kind of Bar Codes
3. HP-41 Listing Format
HP41_PRGM.DOC is a Word template to format the HP-41 code listing.
Completely free (full version without trial period).
<<less
Download (266K)
Added: 2004-07-05 License: Freeware Price: $0.00
1948 downloads
Code-ClipLength 20.164a

Code-ClipLength 20.164a


Code-ClipLength is a tiny utility which watches the size of the clipboard. Perfect for whenever you have to write text of a specific length (such as this PAD file description). Code-ClipLength does not install anything on your system. more>> <<less
Download (81.50KB)
Added: 2009-03-19 License: Freeware Price: $0
217 downloads
 
Other version of Code-ClipLength
Code-ClipLength 20.163aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.163a - Free
Price: $0
License:Freeware
Download (81.50KB)
207 downloads
Added: 2009-03-12
Code-ClipLength 20.162aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.162a - Free
Price: $0
License:Freeware
Download (81.50KB)
228 downloads
Added: 2009-03-07
Code-ClipLength 20.159aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.159a - Free
Price: $0
License:Freeware
Download (81.50KB)
252 downloads
Added: 2009-02-13
Code-ClipLength 20.158aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.158a - Free
Price: $0
License:Freeware
Download (81.50KB)
259 downloads
Added: 2009-02-06
Code-ClipLength 20.156aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.156a - Free
Price: $0
License:Freeware
Download (81.50KB)
243 downloads
Added: 2009-01-22
Code-ClipLength 20.155aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.155a - Free
Price: $0
License:Freeware
Download (81.50KB)
243 downloads
Added: 2009-01-15
Code-ClipLength 20.154aCode-ClipLength is a tiny utility which watches the size of the ... Code-ClipLength does not install anything on your system. Code-ClipLength 20.154a - Free
Price: $0
License:Freeware
Download (81.50KB)
287 downloads
Added: 2009-01-08
SDE for Visual Studio (CE) 4.2

SDE for Visual Studio (CE) 4.2


UML modelling Plug-in for Visual Studio: UML diagrams, textual analysis, CRC. more>> SDE for Visual Studio is a UML CASE tool/plug-in tightly integrated with Visual Studio. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in Visual Studio, reverse engineer C# code to class diagrams, generate C# code and generate documentation.
SDE-VS Features:
+Support UML version 2.1
+Business Workflow diagram
+Mind Mapping Diagram (New Feature)
+Requirement Modeling (Enhanced)
+Callout and Freehand shape (New Feature)
+Nicknamer - create translated copies of model (New Feature)
+Model Transitor (New Feature)
+User Interface Designer
+Data flow diagram
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD (Enhanced)
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python
+Code Generation - model to code, diagram to code
+Java Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce (New Feature)
+Shape editor
+Support Stored Procedure and Database Trigger (Enhanced)
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+PDF/HTML/MS Word Report generator
+Multilingual support
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
+More SDE...
<<less
Download (138MB)
Added: 2008-07-16 License: Freeware Price: Free
465 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5