Posted on: 10/11/2015 11:41:36 AM | Views : 6737

I found below post related to this subject. (http://forums.asp.net/post/5782129.aspx).
I would like to follow the layered approach using Repository pattern, classic ado.net and unit of work.
1.DAL - Data access related information.
2.Modal- Get; set property.
3.BL - Business Logic
4. Facade - Extra layer
5. UI - Asp.net
Where do I need to adapt below with existing one.
Unit Of Work classes
Generic Repositories classes
Repository Layer (like...Department , employee..repositories)
Thanks
http://forums.asp.net/post/5782129.aspx

Go to the complete details ...