Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# Business Logic Component

Status
Not open for further replies.

henna

Technical User
Dec 18, 2002
23
0
0
NZ
Hi,

I have been asked to Create a Business logic layer for my company. I have to create an Order.cs class with Add,Delete and Update methods and a OrderCollection using IEnumberable. The Data Access layer we are using is Microsoft's SQLHelper Class Library. The part where Im having trouble is OrderCollection.cs creation and how it gets used in the Order.cs class.

Im quiet new to designing C# classes and components and was wondering if someone could provide me with a sample source code or a reference link.

Thanks
HB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top