I\'ve read conflicting philosophies on where data validation should happen and it\'s just confusing me more. Some say it should only be in the database. Others say that the validation rules should be
Hello I am a newbie to n-tier architecture and was trying to find out the difference between what an application server hosting application layer of code does, and what a web service does?
Not so Newbie to oop here, but still making the transition from structured programming. I\'m trying to reconcile the concept of a self contained object with n-tier programming. Seems to me you can hav
I am trying to create some n-tier application and I am having difficulties separating the UI and the logic and I am wondering what belongs to the UI and what belongs to the logic.
I am designing the architecture of a new web site. Since multi-tier architecture definitely have all 开发者_Go百科the symptoms of premature optimization (complexity, length of development, etc) I woul
I am new in this area and I want to know how could I develop such an application. I already have a developed application in java (the business logic) and I would want to link this with a
I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage of being able to put the data layer (the model) a little closer to the presentation layer (the
I\'m trying to fit Linq to Sql into an N-Tier design. I am implementing concurrency by supplying original values when attaching objects to the data-context. When calling SubmitChanges, and observing t
Okay people, here\'s another one for ya\'ll: I\'m starting in the n-tier apps world. I\'ve done some reading on the topic and general advice is that n-tier apps\' objective is to abstract functionali
In an attempt of building a 3-tier architecture c# asp.net application, I\'ve started building a class that is database which is used for the connecting to the database开发者_高级运维, another class t