tags:

views:

93

answers:

2

Business Layer, Data Access Layer. Is there any resource to learn how to make relation between Business layer classes with Data Access layer classes?

+2  A: 

Have a look at these microsoft guidelines : It's a start point !

Matthieu
thanks a lot ....
odiseh
+1  A: 

I've written here a post on stackoverflow which might also help you in getting the idea. That's basically the approach we're adopting in the .Net world.

A must have, if you really want to do it the "right" way is to look into dependency injection frameworks:

These are some popular once.

Edit:
This might as well help you.

Juri