views:

41

answers:

1
+1  Q: 

OOPS and ADO.Net

Hi, I am building an bugtracking application where I am thinkining of taking maximum possible benefits of OOPS starting from my presentation layer to my data access layer. The architecture will be as usual 3-tier but I want to use Design Patterns or simply OOPS to create connection pull out data or something like that.

+2  A: 

Here is a detailed description of an n-layered web application which might be helpful. This particular app is done in .Net 3.5, and it has much more functionality than you might need. You might explore the predecessor project written in .Net 2.0 for a description of the architecture there. Either way, you can download the code and have a very useful architectural model to study.

DOK
thanks, i had already visited that link few months ago... but i need something different. Something like this link. I followed Template + Generics. But it has also some limitations.www.c-sharpcorner.com/uploadfile/rmcochran/elegant_dal05212006130957pm/elegant_dal.aspx
Amit Ranjan