Top "3-tier" questions

For issues relating to setting up and utilizing a 3-tier architecture.

C# Invalid attempt to call Read when reader is closed

I am having Invalid attempt to call Read when reader is closed error when I am doing 3 tier project in …

c# asp.net sql 3-tier executereader
What are the main advantages of MVC pattern over the old fashioned 3-layer pattern

I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage …

model-view-controller design-patterns n-tier-architecture 3-tier n-layer
Error "The type or namespace name could not be found" during a build process

I'm using in C# Windows Application, I have using TempProWin --> For Windows Application Projects TempProApp --> For …

c# winforms 3-tier
Main Difference Between 3-tier & n-tier Architecture in .NET?

I have searched Google to find the main difference between 3-tier and n-tier architecture in .net but I have failed …

.net n-tier-architecture 3-tier
Business Layer in 3 tier Architecture

I went for an interview, and was asked to show up my Business layer architecture. I have some idea about 3 …

n-tier-architecture 3-tier business-logic-layer
How to implement 3 tiers architecture in c#

I read many articles talk about 3 tiers architecture in c# but i see that: Almost use Bussiness Logic Layer(BLL) …

c# architecture 3-tier
How we can create 3 tier architecture in ASP.Net MVC application with EF?

I am creating a new project (web application) in ASP.NET MVC 5 with Entity framework 6. I have worked in 3 tier …

c# .net asp.net-mvc entity-framework-6 3-tier
What is the difference between Database Abstraction Layer & Data Access Layer?

I am actually stuck in 3-tier structure. I surfed the internet and found two terminologies "Database Abstraction Layer" & "Data …

data-access-layer 3-tier dbal doctrine-dbal
what is Microsoft.Practices.EnterpriseLibrary.Data

I want to know what Microsoft.Practices.EnterpriseLibrary.Data.dll is and why we use this assembly. What are the …

c# asp.net sql 3-tier three-tier