Search Results

16
votes

Why do we need entity objects?

Theory says that highly cohesive, loosely coupled implementations are the way forward. So I suppose you are questioning that approach, namely separating concerns. Should my aspx.cs …
0
votes

Do you generate code? If so, what do you use and what do you generate?

I have used CodeSmith and MyGeneration, wasn't overly keen on either, felt somewhat terse to use, learning template languages etc. SubSonic is what we sometimes use here to generate a Data …
3
votes

SubSonic 2.1 using multiple databases

Hi, I think this has already been answered here: http://stackoverflow.com/questions/968391/subsonic-dynamic- …