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…