Featured Post from jmurrayhead
by
on November 19th, 2008 at 09:44 PM
Business Objects are objects in an object-oriented computer application or program that represent the entities within a business domain. A business object will often encapsulate all of the data and business logic associated with the entity in which it represents. Furthermore, business objects provide flexibility and adaptability, scalability and reusability.
Let's take a look at how a business object may look within an ASP.NET web application. Let's say you want to design an application
...