Mongoose Solutions - Object Relational Mapping for .NET
Mongoose Solutions - Object Relational Mapping for .NET: "Objectz.NET uses an advanced data mapping library to allow users to map properties and fields from .NET objects to individual fields and columns in database tables. Using the Objectz.NET Mapping Studio, you can define one or several database connections to use and choose your .NET assemblies to include in your project. You can then pick subsets of your assemblies (individual classes) to map. Classes can be mapped to tables or views from your data source, and individual class properties and fields are mapped to table columns in the chosen table. "
This looks very interesting....
Just look at the semantics:
// Perform a lookup for "Contact_Name"s starting with the letter "S":
contactQuery = contactQuery.find("Contact_Name").startsWith("S");
contactQuery.execute();
I received an email about this product. They are trying to "get the word out". I think I'm going to make some time to further investigate.
