Browse by Tags

DLinq - First Impression
I thought I'd just have my say about this as these gentlemen already have [ PeeWeeWilson & Fouma ]. After having read the overview paper (rather diagonal I might add) I can't help but notice the three-way mapping is gone (domain schema <-> mapping...
Patents: System.Data.Mapping to resurface?
What have we here ?
Visiting SQL - Update
It seems like I'm not the only one who has been playing with this idea: sqlom
Visiting SQL - Part 2
In part 1 I explained how I got a "typed model" of a database schema for building SQL in code. By itself I found this useful, but I still hated the string concatenation involved (not to speak of the scattering of all this string manipulation). So I came...
Visiting SQL - Part 1
Apparently, after some months of intensive work, I'm dieing to share (and reflect on) some of the things I've worked on . Although "pluggable database backends" and "SQL abstraction" were not directly goals of the project (regular OLTP app), I kind of...
The "facets-enabled" meta model
During the course of my current project at work, I've been trying to come up with a way to describe the meta data of my domain model (which I dubbed the meta model). Because I've taking a rather ObjectSpaces -like approach to object-relational mapping...
Typed Reflection
I wonder if anybody is toying with this subject . Lately, I find myself reflecting types and as a result either writing a bunch of utility functions or plain inlined reflective code. This topic sounds a lot like a Typed DataSet, only I want a Typed Type...
O/R Mapping - Tools, Libraries & Frameworks
Here are the ones I've found so far(most of them are listed @ SharpToolBox.com ): .NET Persistence BBADataObjects DataObjects.NET Data Tier Modeler for .NET DotNorm Eldorado.NET Enterprise Core Objects (ECO™) Entity Broker eXpress Persistent Objects for...
O/R Mapping - What to look for
When making (or are on the verge thereof) decisions about picking an ORM (object-to-relational-database mapper), determine first what you need: 1. Performance: If this is an issue, properly stress test the code that the tool generates or the library you...
More Posts