Projects tagged ‘data’ and ‘generation’


Jump to tag:

Projects tagged ‘data’ and ‘generation’

Filtered by Project Tags data generation

Refine results Project Tags code (8) layer (5) access (5) generator (4) sql (4) database (4) dal (3) codegen (2) orm (2) framework (2) csharp (1) softwarefactory (1)

[11 total ]

1 Users

Salamanca is a Business Applications Software Factory. It is aimed at building more reliable business applications through a set of dedicated libraries, patterns, languages, tools and good practices. ... [More] We define a business application as a software that handles business specific data while implementing parts of business specific processes (which we will call activities) and enforcing business specific rules. [Less]
Created 9 months ago.

0 Users

This project aims at creating huge volume of test data for MSDE,SQL SERVER 2000, SQL SERVER 2005. The project currently supports the above databases and can create the specified number of rows for any ... [More] table , keeping in mind the foreign key relation ship. The tool can be helpful for stress testing the applications and for testing the application for performance. [Less]
Created 10 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

Class Builder Wizard is a Microsoft Visual Studio wizard that generates data object classes and a full data layer implementation for database objects (MS SQL Server and others). It can also be used to ... [More] quickly create custom classes (not necessarily based on a database object) by defining the structure of the class "manually." A full plug-in interface has been implemented to support data sources beyond the default (MS SQL) and allow for third-party data sources. This code generator can create code in C# and VB.Net. The generated objects are serializable and are easily bound to Windows and ASP.Net form controls, or utilized in web services. This project was created to speed-up my personal development process by automating several tasks that I found repetitive between projects. My hope is that by releasing it here, others will find it useful as well. Please download and read the Readme file for more information about what the Class Builder Wizard is and how you can make use of its capabilities. [Less]
Created 10 months ago.

0 Users

SQL Script Extractor is an application to extract SQL Data Definition Language (DDL) scripts to files and folders from a database. After it, you will able to versioning DDL files with.
Created 10 months ago.

0 Users

No designers No massive unreadable code files Having been frustrated with clunky designers and unmanageable code generation in commercial .NET O/R mappers, I have decided to give up on them. My ... [More] vision for this project is a simple code file generation class library driven by an administration GUI as a separate Winform application. It will use an easy to understand factory pattern. Files will be kept very small and easy to manage, and best of all, there will be no designer and impossible to read five thousand line long xml or C# code files. The idea of this project is simple. In one click, take a database and generate a simple, maintainable data access layer that just works. All default CRUD operations will be generated using LINQ. There will be no possibility of designer files becoming corrupt and wiping out your O/R Mappings while you try to find that one character in that 5000 line long XML configuration to fix it. Simple is better, but if developers need more flexibility, a series of extension classes will be available to build on top of the core data access layer. I never want a developer to have to touch the core for any reason. It will be a one click operation to build a data access layer for a small application, but it will have the ability to be customized for complex applications as well. I plan to port the functionality as a visual studio plug-in down the road. [Less]
Created 7 months ago.

0 Users

Based on Enterprise Library 3.1, DAEE enables developers to access databases faster and safer. DAEE supports multiple database sources including ACCESS/ SQLSERVER2000/ SQLSERVER2005/ ODBC/ ORACLE/ ... [More] EXCEL etc. You can configure connection strings in WEB.CONFIG/ APP.CONFIG through Microsoft Enterprise Library Configuration Tool. DAEE have many other features, including the following ones: 1. Enabling operations crossing multiple databases at the same time. 2. Supporting executions of multiple operations with a transaction. 3. Supporting pagination of single table operation, skip of specific records (only SQLSERVER2005 is available now). 4. High security level, preventing from SQL Injection Attack. 5. Other features. System Requirements * Supported Operating Systems: Windows Server 2003; Windows Vista; Windows XP Note: If you already have the Enterprise Library 3.0 installed, you must uninstall it before installing the Enterprise Library 3.1. However, you can install the Enterprise Library 3.0 or the Enterprise Library 3.1 when 2.0 is already installed. * Microsoft .NET Framework 2.0 or 3.0. You need .NET Framework 3.0 for the Application Block Software Factory and the WCF adapters for the Validation Application Block and Exception Handling Application Block * Microsoft Visual Studio 2005 development system (any of the following editions): o Microsoft Visual Studio 2005 Standard Edition o Microsoft Visual Studio 2005 Professional Edition o Microsoft Visual Studio 2005 Team Edition for Software Developers o Microsoft Visual Studio 2005 Team Edition for Software Testers o Microsoft Visual Studio 2005 Team Edition for Software Architects o Microsoft Visual Studio 2005 Team Suite * To use the Application Block Software Factory and the Strong-Naming Guidance Package, you need the Guidance Automation Extensions (GAX). To modify these guidance packages, you also need the Guidance [Less]
Created 7 months ago.

0 Users

SDF provides templates for generating SQL Procs, Custom Classes, and Data Access code in C#. When used with ApexSQL Code 2008, a customizable data access solution (along with a 'scaffold' UI) can be ... [More] created in minutes. The generated code is dependent only on .net. [Less]
Created 10 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.

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.