What about EntityPool?

August 10, 2007 23:42 by Rob

If you've every come across the database pages of codeproject.com, you may have seen a post by me about EntityPool. This library was (at least in my opinion) a very satisfactory solution to the burden of typed datasources and embedded SQL. The library used reflection and ADO.Net to generate sql statements at runtime and simplify the persisting and unpersisting of data object into a database like Sql, MySql, Oracle and Xml files.

The library was used in so many projects I was involved in, that there actually was a suggestion by one of my colleagues to port it to .Net 2.0. Many improvements and tools were suggested, but it all came down to one simple answer from my side: "Why?". The fact of the matter is that there are so many object-relational mapping tools in the open source community, that the continuing existence of EntityPool is hardly feasible.

Nevertheless, the project started out as a learning experience, and for my own benifit I updated the latest sources of the library to the 2.0 framework. Maybe there are some people in the world out there that wish use the code, or see the inner workings. Just drop me a note and perhaps EntityPool is not destined to be nothing more than a memory.


Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: C# | EntityPool
Actions: E-mail | Permalink | Comments (1) | Comment RSSRSS comment feed

Comments

Markuz

September 21, 2007 10:50

Hey Rob,

I'm a great fan of your EntityPool, it saves a lot of coding time and it's bloody fast!

I read you now support a connection to XML files so I'm curious about your latest version.

Good thing you put your new blog online, so I can track your movements in the world of .Net Smile

Greetz
Markuz

Markuz nl