A tip for code generation. When reading through various patterns based development books, working on my current gig, and just trying to make code more readable without adding too much headache, I've stumbled on a few tips. Name those entities! Instead of "Address" or "User" you would then have AddressEntity or UserEntity. This is very helpful when you are using domain objects at a higher layer than your entity objects. It is also helpful in the case of a WCF Facade layer...(read more)[IMG]
Read the complete post at http://adronbhall.com/blogs/technology__software_development/archive/2007/10/02/5712.aspx
Posted
Oct 02 2007, 08:22 AM
by
CodeSmith on NewsGator Online