Data Application based on OO Concepts

Posted by The King on Stack Overflow See other posts from Stack Overflow or by The King
Published on 2010-06-10T14:32:05Z Indexed on 2010/06/10 14:32 UTC
Read the original article Hit count: 229

Filed under:
|
|
|
|

Hi... I'm looking for an application developed in C# with following qualities, which is available as source code...

  1. Based on OO Architecture
  2. Must connect to DB.
  3. Must handle atleast a "one to many master child" relationship (eg: Order and items ordered)
  4. Should display the data using Datagrid or other similar controls.
  5. Reports (either with report buider or otherwise)

I want to understand the layering of objects better... Do you have any links...

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET