Design Factors 1: What is the type of business entity?

42 

For .NET application, business entities can be categorized as Custom Entity, Typed DataSet and Generic DataSet. Custom Entities are generally simple and faster than DataSet, where as it includes more involvement from developer end, as opposed to DataSet, which includes lots of built-in functionality, along with several trade-off in performance end. Choosing the right business entity is one of the basic parts in the software architecture, which fits accordingly in application requirements and development context.

Technorati Tags: ,,,

Print | posted on Sunday, April 20, 2008 1:05 PM

Comments on this post

# re: Design Factors 1: What is the type of business entity?

Requesting Gravatar...
With stuff like NHibernate, LINQ and RAD Stuff from MS like the Entity Framework Designers; things are bit more rosy on the custom entities side. Typed DataSet and Generic DataSet might soon be obsolete if only DLR tuples can be used / Anonymous types become a bit more extensible.

Regards,
Sendhil
Left by Sendhil on Apr 21, 2008 12:28 PM

Your comment:

 (will show your gravatar)
 
Please add 6 and 3 and type the answer here: