multi-tier
how to access a report server from VS2010 and how to implement in multi tier architecture
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[详细]
2023-03-27 13:06 分类:问答When we pass a primary-key to UI, should not it be considered as mixing of 2 layers and a BAD practice?
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?[详细]
2023-03-13 22:38 分类:问答When do we have web server and an application server as two separate physical tiers?
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.[详细]
2023-02-16 09:25 分类:问答C++ and multi-tier architecture
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.[详细]
2023-02-12 04:49 分类:问答Best practice for validating input data for multi-tier application [closed]
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[详细]
2023-02-07 09:56 分类:问答Is multitier architecture for a scalable web site is a premature optimization?
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[详细]
2023-02-04 21:03 分类:问答Designing Multi-Tier application to use progress bar
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[详细]
2023-01-30 00:46 分类:问答Multi-tier vs Distibuted?
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[详细]
2023-01-13 02:46 分类:问答Keep settings in sync between forms application and windows service (or any n-tier, really)
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[详细]
2023-01-05 18:30 分类:问答N-tier application in asp.net webforms vs asp.net mvc regarding separations of concerns only
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[详细]
2022-12-21 21:29 分类:问答