Abstract class over Interfaces in ADO.Net Environment
- by Amit Ranjan
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