Abstract class over Interfaces in ADO.Net Environment
Posted
by Amit Ranjan
on Stack Overflow
See other posts from Stack Overflow
or by Amit Ranjan
Published on 2010-05-13T15:26:29Z
Indexed on
2010/05/13
15:34 UTC
Read the original article
Hit count: 318
I am developing a web app but is not satisfied with is architecture that I am following. The architecture is plain old conventional 3 tier architecture. What i want is follow some design pattern or architecture that will be help me in decoupling my code. I have idea about MVC and MVP architectures for Web App but i need different from that. I want to use OOPS concepts using abstract classes and interfaces, polymorphism etc in my app but not MVC and MVP. I dont know why?
I havent tried any ado.net application earlier via abstract class or interfaces, so i need your help.
Thanks
© Stack Overflow or respective owner