Projects tagged ‘data’ and ‘layer’


Jump to tag:

Projects tagged ‘data’ and ‘layer’

Filtered by Project Tags data layer

Refine results Project Tags access (29) dal (12) database (11) dotnet (10) orm (8) framework (8) 3_5 (6) aspdotnet (5) code (5) generation (5) library (4) sql (4)

[31 total ]

1 Users

GDALib is a layer on top of ADO.NET which hides the complexity of a lot of database operations. It simplifies many common tasks by allowing the programmer to execute SQL queries against a database ... [More] , without having to worry about connections, exception handling and logging. [Less]
Created 3 months ago.

1 Users

Fluent Ado.Net is a lightweight wrapper around Ado.Net, designed to be used in a fluent manner, encourage code reused, and make mapping to domain classes easier. Fluent Ado.Net was originally ... [More] designed for the compact framework, but can be used in any .net project. [Less]
Created 8 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 6 months ago.

0 Users

Feeds DAL(Data Access Layer) supports Atom and RSS feeds and will validate and convert to MS Common Feeds List(CFL) for WinXP+ clients. The code can be easily modified to create a feed converter ... [More] from any feed to any feed format. Feeds based application will benefit from easily converting their old feeds format to a new one. [Less]
Created 8 months ago.

0 Users

Publech is a popular content management system based on Microsoft .NET 3.5 technology and is meant to be an open source code, free for developpers to develop and contribute with ideas and expertise.
Created 9 months ago.

0 Users

UnifiedASP is a web-application framework for ASP.Net 2. 0 that we use internally at The Data Pros. Training our new-hires on this framework usually doubles their productivity in the first 30 days. Its flexible, fast, and does not use MVC.
Created 7 months ago.

0 Users

Devv.Core.UniDataTier is a generic and easy to use data access layer compatible with SQL Server, Oracle, OleDb and ODBC. Support for other databases (MySQL was tested in the early stages) can be ... [More] easily added using the provided Enum and overloaded methods. [Less]
Created 10 months ago.

0 Users

Discontinued - This code builder is something I put together to help speed up development time. It's primary function is to build all the piping classes to bring data back and forth to an object ... [More] model. Currently only three data code providers are implemented (MSSQL w/ stored procedures, MSSQL inline, and MySql). Originally written in 1.1 .net, it uses reflection with a flavor of a provider model that could allow infinite number of database code providers to be implemented. [Less]
Created 6 months ago.

0 Users

Given an Entity Data Model XML (EDMX), this utility generates valid IDataReaders across all entity types, allowing Linq to Entities (L2E) to be used in legacy systems that require this interface to be ... [More] implemented. The generated IDataReaders are strongly-typed and performant. [Less]
Created 6 months ago.

0 Users

Data Broker is a Data Access Layer and ORM framework. It is small, easy to use and implements various fault tolerant features. It requires no XML configuration for defining the object relational ... [More] mapping, just some simple attributes in the data access classes. Developed in C#. [Less]
Created 9 months ago.