Living with C#

Archive for the ‘O/R Mapping’ Category

Application Architecture

I believed that business layer and database layer are conceptual layers or set of classes that serves particular domain operations rather than physical classes. However I usually came across projects which contains classes like BusinessLayer or DataAccessLayer and thousands of functions, you can easily find single function (in business layer) with 10 to 20 switch [...]

CrystalMapper ORM 2.0 Alpha

In effort to provide fast and easy to use ORM I have release another version of CrystalMapper with Linq support. Latest source code is available at http://crystalmapper.codeplex.com. (Don’t forget to give your feedback) This version contains dirty object tracking, predefine referential queries and Linq query. Although it is in early stage but I work hard [...]

CrystalMapper ORM

CrystalMapper  is a very simple object ORM, infect it needs to improve a lot to qualify as ORM. CrystalMapper written to compete with ADO.NET DataSet fetch speed. It is very fast compare to other ORMs and provides only basic search, create, update and delete operations. Quick Start video tutorial It is fast because it does [...]

Follow

Get every new post delivered to your Inbox.