Skip to main content

N-Tier Architecture Design Using MVC, Entity Framework and WCF




 











Comments

  1. Hi, nice description about N-Tier Architecture Design Using MVC, Entity Framework and WCF .Thanks for your help..

    -Aparna
    Theosoft

    ReplyDelete

Post a Comment

Popular posts from this blog

MVC or Web Forms

I.          I think both technologies can get a bit complicated after getting past any of the basics. Here are some brief opinions that I gathered while having to implement a project that must live in both MVC and WebForms hosts. WebForms Positives: The maturity of the product Lots of 3rd party support with regard to sophisticated controls There are ways to get around the legacy-feeling aspects of the framework (e.g., WebForms MVP ) WebForms Negatives: Page lifecycle issues can anger you to no end; there are a lot of moving parts to a sophisticated web application Using dependency injection is "difficult" to use/implement There is a lot in the framework that you can't control Need something like Reflector to dive into decompiled source when have questions that are not answered by documentation, web, experimentation. MVC Positives: Great separation of concerns and suppo...

The Useful Sites and Articles

         Hi friends i would like to share some of the articles which are more useful and attract myself. Some of the sites and blogs are more useful for the beginners and experienced persons. We have a lot of information's in the below sites. Stack Overflow C Sharp Corner Code Project Asp.net Suresh        And if we required sample codes and projects, the below sites are useful. Planet Source code Codeplex       Some of the posts are attracting me at the time of reading. For Example       How to Became a Programmer , What is .Net Scope in Future - These are the article from C-sharp corner the author mahesh chand explains about the programming in .Net. It is quit useful for freshers who are going to start their carrier as programmer.