Projects tagged ‘database’ and ‘generation’


Jump to tag:

Projects tagged ‘database’ and ‘generation’

Filtered by Project Tags database generation

Refine results Project Tags code (7) sql (5) generator (4) data (4) tools (3) dotnet (2) orm (2) access (2) programming (2) developer (1) annotation (1) lorem (1)

[11 total ]

3 Users
 

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms).
Created over 2 years ago.

1 Users
 

NConstruct is a rapid enterprise application development tool and environment for .NET Framework. Its goal is to reduce the time used for the development of most commonly used enterprise applications ... [More] , which consist of data handling and presentation capabilities. NConstruct reads meta-data information from different databases (MS SQL Server, Oracle, MS Access) and produces NHibernate XML mapping files, C# source code for both server and client tiers. After completing all the wizard's steps you get the source code for your application, the executable and setup files, which you can use for testing purposes or for installation in your customer's environment. [Less]
Created about 1 year ago.

0 Users

This framework generates high-performance DAO implementation based on annotated interfaces. Update: Now framework is available as maven 2 artifact: add to POM.XML ... [More] dyndao http://dyndao.googlecode.com/svn/trunk/repo/ and ru.maxmatveev dyndao 0.35 With it you can use declarative DAO classes. For example you can define some entity: public class Entity { private long id; private String name; private Object property1; //.... //getters and setters }then you can define DAO interface declaring method(s) you want to have including DynDao annotations: public interface EntityDao extends DynamicDao { List getPaginatedFilter [Less]
Created 11 months ago.

0 Users

The main goal of the project is to share data generators for Visual Studio Database Edition.
Created 10 months ago.

0 Users

EntityBuilder is developed in C#. It's a database entities class generator based on WPF. It allows to generate the source code of database entities, based on XML templates, in several library formats.
Created 6 months ago.

0 Users

iCodeGenerator is an Open Source template based generator. It is very easy to use because it's own simple sintax. It can generate Data Access code for any programming language, like C#, Java, SQL ... [More] , PHP, Perl to name a few, from any supported database (SQL Server and MySQL, Postgres and Oracle). It is being develop with C#. [Less]
Created 12 months ago.

0 Users

Introduction While I am not a huge fan of code generation, I do believe it has its place in software engineering. It is perfect for generating repetitive and mundane code, like CRUD (create ... [More] , retrieve, update, delete) functionality. I know there's other tools out there that do this as well, as well as others who've made their own code generation tools. But I like writing my own tools. And, I did not want to spend a significant amount of money or time learning commercially available code generation software. So I came up with SQLCODEGEN.EXE to generate C# data access code. As delivered, it only works for Microsoft SQL Server. However, there are ways to make it work for other data sources as well. [Less]
Created 6 months ago.

0 Users

A ZendFramework model generator, including model, data and mapper classes.
Created 30 days ago.

0 Users

AutoProc (The Stored Procedure Generator) is a (simple to use and compatible across multiple editions) set of stored procedures which generates getter and setter procedures for complex Sql Server ... [More] 2000/2005/2008 (Express/Workgroup/Standard/Enterprise/Developer) tables. [Less]
Created 4 months ago.

0 Users

Generate your CRUD Stored procedures. Write your own custom stored procedrues. Now, generate generate a complete data access layer that is Data Bindable.
Created 10 months ago.