I'm haven't used Master Pages or Themes, but those are two subjects I need to get into.
The thing I love most about DAOs is that I can just deal with objects and collections of objects without worrying writing a hunder queries whenever I want to do it. I just tell my DAO to get me the full set or a subset of the objects in the DB, or to get a specific object, or to store or delete an object. That's the beauty - minimal query writing. And it can be used in CF as well. - Matt Small -----Original Message----- From: Kwang Suh [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 10:58 AM To: CF-Community Subject: RE: ASP.net 2.0 Yeah, I use DAOs all the time, along with business objects and collections (inherited from the System.Collections.CollectionBase type). Works great. Master Pages and Themes are simply awesome. > >On that subject, does anybody here use DAO/DG methods for sending objects >to/from a database? It has simplified my code writing tremendously. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:158046 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
