Skip Navigation Links

 

efbog - EntityFramework Business Object Generator

efbog is a  business objects generator for Entity Framework. It  generates code similar to DataBlock business objects.  Here's a sample of the supported operations:

 Please not that the generated code is dependent on a type called QueryRunner. You must either get the code  (QueryRunner.cs)  and included it in the project and simply reference theMicroruntime assembly.

 

How to use this:

- donwload and put efbog.exe in a empty folder.

- run it with the following parameters:

 efbog[Entity Framework assembly path][namespace for generated code]

- include the generated code into your project

 

Known issues:

- the Primary Key is assumed to be of integer type. If this isn't the case you'll need to fix the comparation and the GetLookupData method implementation.

- the relation's name could be generated wrong. Sometimes the EF designer generates the property name at plural.

- make sure that there isn't a space char in the assembly path when you run efbog.

 

LGPLlicensed project.Download here v 0.1

 

(c) 2004-2010 voidsoft srl