Quote:
Originally Posted by Lee Dumond
This is really nothing more than LINQ to SQL, except he's creating the entities by hand instead of using the designer. Nothing wrong with that if you don't mind all the extra work.
|
hi lee - thanks for the 'nod' on the book thread
i think my *interest* here was the fact that you could template build the entities *by hand* and get all the linqie goodness without having all the contraints that the designer places on the BDAL (linq bll/dal).
but as you say, it's just hand rolled l2s - but quite simple and certainly gave me an insight into how you could use a very lightweight linq dal merely by adding some *decoration* to the DAL entities.
further thoughts welcome...