opf3

Evaluating OPF3 (ORM framework for .NET)

Is anyone using or has anyone evaluated OPF3 as an ORM (.NET)? How does it stack up against EntitySpaces or Subsonic? One thing about OPF3 I like in my evaluation so far is that it is very easy to customize. Since it binds database fields to object members using attributes, you do not need to use any code generation tool. This also mea...

Sql custom function with Chili's opf3

I have to call a previously created function on SQL, like SET @ExtVALUE = sysdba.GetNextAccountExternalId('{TYPE}') but I can't manage to find if OPF3 has some of this functionality already. Need to use OPF3, direct access to the SQL connection is not feasible in the architecture. I think in a solution somewhat like this: var f...