I am developing a website where user logs in and access different reports from report server A WCF service to be developed to access the ssrs report and it returns to the UI ( what it should return
When we pass a Db identifier of any object to the UI (Let\'s say the PrimaryKey of an object in the url query string) aren\'t we mixing two layers (Persistnet layer and presentation layer) basically?
Typically when an application is deployed on a server farm, it has a central database, one or more application servers and one or more web servers.
To attain the highest grade in a recent piece of coursework I\'m asked to 开发者_开发知识库develop a specific application using c++ and multi-tier programming.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
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 have a multi tier application in c# that is supposed to perform tasks on a database (If first time use, we may create the database and fill it with some data). When I initially designed the applicat
Multi-tier and/or ditstribu开发者_JS百科ted apps, do they have the same meaning ? When we talk about layers in these apps, is it physical layers (database, browser, web server,...) or logical layers
I have a Windows Service that performs a number of periodic activities, and I want to change the settings of this service from a Windows Forms app. I\'m not sure, though, about the best way to make su
Regarding separations of concerns only, are there advantages of using ASP.NET MVC instead of ASP.NET webforms for a multi tierapplic开发者_如何学运维ation with an user Interface layer, a Business Logi