Free Downloads
Main Menu
Home
Top Downloads
New Downloads
Submit Programs
Online Games
Bookmark
Contact
Discussion Forum
Privacy Policy
Categories
Audio & Mp3
Business & Finance
Desktop Enhancements
Games
Home & Education
Internet
Multimedia & Design
Security & Privacy
Software Development
  ·  Active X
  ·  Basic & VB & VB DotNet
  ·  C & C++
  ·  Compilers & Interpreters
  ·  Components & Libraries
  ·  Database & SQL
  ·  Debugging
  ·  Editors & Tools
  ·  Help Tools
  ·  Install & Setup
  ·  Java & JavaScript
  ·  Others
  ·  PHP & ASP & HTML
  ·  Source Editors
  ·  XML
System Utilities
Web Development
Add to Social Bookmarks
Digg  del.icio.us  Blink  Stumble  Spurl  Reddit  Netscape  Furl 
ObjectMapper .NET 2.3.2619.0
Welcome to the ObjectMapper .NET project - an impressive open source project for object persistence, proven in real-world projects. Object relational mappers aim to bridge the gap between object oriented programming and relational database models. The ObjectMapper .NET offers state-of-the-art object mapping functionality, yet it also provides advanced features that set it apart from other o/r mappers.

Tailored to achieve maximum performance and development ease-of-use this technology will give developers the ability to build business components with unprecedented productivity and optimal runtime performance.

The entity model drives the database layout, thus enabling real model driven development.

The business entity model can be designed using the CASE tool of your choice - it may even be designed by business analysts rather than classical developers. The entities and their properties may then be decorated with declarative attributes - either within the CASE tool or within the generated C# code. These attributes may tell the ObjectMapper .NET simple things, such as the length of a text field, or they may provide more complex information, or to allow fields to be picked from another table. In many cases the default behaviour will suffice - reducing the amount of work efficiently.

The ObjectMapper .NET - and this is really a great part, will use the meta information of the model to create a DDL file to create the database - including all constraints. It also supports database versioning.
No need to maintain a separate DDL. No need to manually synchronize properties and database table columns. All contained in one single source, thus eliminating maintenance hurdles and a whole class of error conditions.

Program system requirements: Microsoft .NET Framework 1.1

New in this version: BugFixes:
- Fixed a memory leak that occures, when clearing all cache objects.
- Fixed a multithreading bug that occured when building the metadata of the AdFactum ObjectMapper .NET.
- Fixed the update sql of dictionary types (e.g. SortedList/Hashtable). The link table had a wrong primary key definition.


For detailed information what changed have a look at the blog at http://blog.objectmapper.net

Size

1.14 MB
License Commercial

Price

499.00 USD

Downloads

0

Operating System

WinME,WinNT 4.x,WinXP,Windows2000,Windows2003

Languages

       

Developer

Gerhard Stephan Softwareentwicklung (» more programs)

Download Now

Buy Now

Add to Download Basket
 
Comments
No Comments have been Posted.
Post Comment
Please Login to Post a Comment.
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Alerts
Your email:
Friend email:
ObjectMapper .NET Program Releases History
Software: ObjectMapper .NET 2.3.2607.0
Update date: 2008-03-07 04:33:00
Release Notes: Features:
- Support of the aggregate functions (Avg, Count, First, Last, Max, Min and Sum)
- Support of Group By Clause
- The new features have been implemented for .NET 2005 and .NET 2008 using Linq
- Added Unicode support for Oracle, SqlServer and SqlServerCE.
To use this new feature, properties must be tagged with the [Unicode] attribute.

Changes:
- Refactoring the ObjectMapper .NET Attributes.

BugFixes:
- Fixed: Table name hasn't been quoted when executing an update sql.

For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 2.2.2519.0
Update date: 2008-02-20 05:48:00
Release Notes: Changes:

BugFixes:
- Changed ShortName Creation of the Repository EntityInfo class to prevent duplicated shortnames when having many classes with almost the same class name.


For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 2.2.2430.0
Update date: 2008-01-31 05:35:00
Release Notes: Changes:
- Added a new Attribute called "View" to identify a class as database view. This has been necessary since database views have to be handled slidly different to database tables.
- If no primary key is defined within a class or interface, aggregated entites or interfaces will always be mapped to a GUID as primary key.
- New SqlFile ExecuteScript Method to enable the user to react on thrown exceptions.

BugFixes:
_ Exposed an empty table set for the With-Clause. This is for preventing the Parent SQL to use the tables of the With-Clause within the own From-Clause. Before fixing this bug, a cartesian product could be possible when using the With-Clause.



For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 2.2.2418.0
Update date: 2008-01-18 05:22:00
Release Notes: Changes:
- Added a new View Attribute to identify a class as database view.
This has been necessary since database views have to be handled slidly different to database tables.



For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 2.1.2414.0
Update date: 2008-01-15 05:44:00
Release Notes: New Features:

- Added a new persister for the Sql Server Version 2000.
- Added a new method called "DeleteRecursive" in order to delete subsequent objects.

Changes:
- Rework of the ObjectMapper .NET Code parts to be FxCop conform.
- Created new base classes in order to consolidate some parts of the code.
- Changed Method Parameters for Type Collections from IList to List Type
- Removed Duplicated Code
- Added a new abstract persister for all Microsoft based persisters.

Oracle:
- Add ROWID to Orderby to prevent wrong sort order when multiple rows have the same sort value in database.

Bug Fixes:

- Persister for Sql Server CE can now query "SELECT distinct ...". In previous releases this caused an exception.
- Virtual Links will now correctly quoted.
- SelectIds on XmlPersister will now work even if the target object is not defined within the XML file.


For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 2.0.2307.0
Update date: 2007-12-08 07:40:00
Release Notes: New features:

- Added a new implementation for the sql with clause.


For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 2.0.2129.0
Update date: 2007-10-31 07:17:00
Release Notes: New features:

- Added a first LINQ Implementation using the AdFactum ObjectMapper .NET

Changes:

- Remove .NET 2003 Implementation and change internal collections to generics.

Bug Fix:

- Fixed the XML Persister which could not store aggregated objects before.
- Fixed smaller bugs regarding use of different primary keys.

For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 1.90.1917.0
Update date: 2007-09-22 09:44:00
Release Notes: New features:

- Added a universal OBM (ObjectMapper .NET Manager Class) with multi threading, nested transaction support and performance improved object creation interface.

Changes:

- Added Disposable Pattern

Bug Fix:

- Added parenthesis to order by clause. (Fix 1793851)

For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 1.80.1811.0
Update date: 2007-07-12 18:38:00
Release Notes: New Features:

- The [DefaultValue] attribute is now supported by the AdFactum ObjectMapper .NET

Bug Fixes:

- Fixed a bug that occured when writing the repository and the length of the table name had less than 3 characters.
- Character Fields has every time been updated, even if no data change has occured.

For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Software: ObjectMapper .NET 1.50.1419.0
Update date: 2007-03-22 16:33:00
Release Notes: Enhancements:

- Added the ability to load child objects of properties which are tagged with the [GeneralLink] attribute when using the GetNestedObject method.

- Added new methods to access nested objects and nested collections using the global parameter dictionary.

- Removed the child type parameter from Method GetNestedCollection. Also this method can now resolve nested collections that is using the GeneralLink attribute.

For detailed information what changed have a look at the blog at http://blog.objectmapper.net
Related downloads
NativeExcel for .NET NativeExcel for .NET 1.1.16
NativeExcel for .NET to create, read and modify Excel files on the fly
0
MS SQL Reporting Services Barcode .NET MS SQL Reporting Services Barcode .NET 4.0
It generates barcode images for Reporting Services. 1D - 2D Barcode Symbologies
0
   C# / VB .NET Control Code EAN 13 / ISBN 13 with Source Code 1.02
.NET controls creates barcode Code EAN 8 / 13 and ISBN 10 / 13
3
   C# / VB .NET Control Code 128 / Code 128 GS1 with Source Code 1.02
.NET controls creates barcode Code 128 and Code 128 GS1 (formerly UCC / EAN).
1
   C# / VB .NET Control 2D Barcode Datamatrix with Source Code 1.02
.NET controls creates 2D barcode Datamatrix ECC 200
5
SkinCrafter.NET SkinCrafter.NET 2.6.0
SkinCrafter.NET: skinning library for .NET applications
1
ZLIB.NET ZLIB.NET 1.03
100% managed version of ZLIB compression library.
0
.NET WebScheduler .NET WebScheduler 2.1
WebScheduler - ASP.NET 2.0/AJAX scheduler you can add to your apps
0
ASP.NET Barcode Professional ASP.NET Barcode Professional 4.0
It generates barcode images for ASP.NET. Linear and 2D Barcode Symbologies.
0
.NET Encryption Library .NET Encryption Library 1.07
Affordable, powerful, and easy to use .NET Encryption/Hashing/Compression Library
0
Code to link to this page:
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Search Software
Subscribe RSS
Subscribe with My Yahoo!
Subscribe with NewsGator
Subscribe with My AOL
Subscribe with Bloglines
Subscribe with Netvibes
Subscribe with Google
Subscribe with Pageflakes
Featured Downloads
IBXExTrees lib

IBXExTreeView/List/ComboBox components for work with Interbase/Firebird/Yaffil

FlashPlayerControl

A window control to enhance Macromedia Flash Player ActiveX features.

RuleLab.Net Business Rules Engine (BRE)

Separate business logic from code. Turn an application into a rule-based system.

Color ComboBox ActiveX Control

select a color from a combo box

Themed .NET Wizard

Themed wizard control for .NET WinForms.

Users Online
Guests Online: 11
No Members Online

Registered Members: 1,394
Newest Member: sayyfull
Partners
Software Downloads
Female Celebrities
MySpace Layouts