Questions tagged [tiers]
17 questions
18
votes
9 answers
Difference between three tier vs. n-tier
I just came across the following sentence:
As the industry has moved from a three
tier model to n-tier models, the object relational impedance mismatch has become more prevalent.
But I can't find a concise explanation of the difference between…

Stefan
- 1,719
- 2
- 15
- 27
3
votes
2 answers
N-tiers architecture with dot net technologies
I have seen n-tiers solutions on the web, they all use DLLs for each layer. Our architecture looks the same : 3 DLLs : Data layer, a Business Logic layer and a Business objects Layer.
However, the presentation layer does not directly communcaite…

Akli
- 1,351
- 1
- 15
- 28
1
vote
2 answers
price increments for each price tier
In magento I use 2 price tiers, one for 6 boxes at £3.50 per box - and another tier for a crate of 24 at 2.40 per box, which all works fine, with increments set at 6, however, what I need is for orders of 6 boxes at increments of 6 until they reach…

Martyn Luscombe
- 11
- 1
1
vote
7 answers
What is the Best place to store constants in n-tiers asp.net App?
I wonder what is the best place to store the enums I should use like constants in my n-tiers Application.
So I have an application with a DAL(connect to database), a BLL(Business processes), a Data Transfert object "Layer" (classes without any…

bAN
- 13,375
- 16
- 60
- 93
1
vote
0 answers
How to isolate tiers in xproj
I'm using Visual Studio 2015 and projects that includes ASP.NET Core Web, in others project libraries.
Time ago, its impossible uses a namespace indirectly whithout reference between projects (in csproj). But in xproj its possible access namespace…
1
vote
2 answers
Software to make a tiers diagram?
i will make a tiers diagram and need a software to creategraphic, need some like this:
http://i.technet.microsoft.com/Bb735136.msdfsvc01(pt-br,TechNet.10).gif
anybody know software, makes this diagram? I see many diagram with this style, how i can…

Stefhan
- 610
- 1
- 5
- 17
1
vote
1 answer
Timeout accesing SQL Azure on Basic/Standard tier - works fine on Web tier
I am upgrading a legacy azure site to use one of the current SQL azure tiers from the old web tier.
The site works fine on the website and locally but when I switch from web to basic or standard I get timeout errors.
The code that is timing out is…

Mr M
- 13
- 4
0
votes
0 answers
Tier Progression manner in Kaggle
Kaggle has five tiers, from Novice to Grandmaster.
As you know, the tiers increase according to the color and number of medals obtained.
I have two questions about the Tier.
Medals and tiers for Code in competitions
Competitions have a Knowledge…

Ihmon
- 183
- 1
- 13
0
votes
0 answers
Is there a method for calculating a stacked subtracted and summed tier in Power Pivot (DAX)
Column W gives a simple explanation on how it should be calculated for quantity 500.. For a normal stack tier I have a working DAX formula below. However, that does not work for a stacked subtracted and summed tier.
VAR _quantity = [Quantity]
VAR…

CJW1960
- 1
- 1
0
votes
1 answer
REST for adding throttle tiers?
I saw in the user guide a REST for getting a list of all throttling tiers level.
Is there also a REST for adding tiers? Or is adding tiers is available only from the api manager admin ui on https://localhost:9443/carbon?

Ofer Lahav
- 411
- 4
- 14
0
votes
1 answer
Correct tier to check user authorizion and authentication
What's the best place to check for user authorization and authentication. The business tier or the application layer?
In my opinion it is the application tier. It cannot let the user make actions for which the user has not got enough…

GionJh
- 2,742
- 2
- 29
- 68
0
votes
2 answers
Verbose Listing of All Application Layers/Tiers?
I've looked at a few sites now, and I'm still struggling to find a complete listing of all the possible layers/tiers you can have in an application.
From back in college (1999) I remember the following:
Presentation Layer (Views)
Application…

leeand00
- 25,510
- 39
- 140
- 297
0
votes
3 answers
UI and Application relationship
I've read a lot of articles about the UI ,buisness logic ,WCF ,IoC, but still, one thing is missing from my mind.
I build a winforms application and a console app. the Console App is the brain.
Now, in all the client-server architecture the client…

Eyalk
- 465
- 1
- 5
- 15
0
votes
1 answer
Flex application layers
I'm new to Flex and I want to separate app tiers/components as much as possible.
So I have three mxmls:
X.mxml which has a datagrid with
students
Y.mxml which must be able
to tell which student is selected in
the X.mxml's datagrid (row id…

klen
- 27
- 1
- 3
-1
votes
1 answer
How can I determine the 'total cost' from a tiered pricing structure using standard formulas in Excel?
I'm trying to evaluate various tiered pricing structures (for say, electricity plans) using Excel (more-or-less) to see what costing/plan is 'optimal', given some existing usage data I have.
Consider an example 'Table of Usage & Rates' (with…

Skeeve
- 159
- 1
- 2
- 11