Tagged Questions
The tiers tag has no wiki summary.
8
votes
8answers
10k views
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 ...
3
votes
7answers
270 views
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 ...
1
vote
2answers
295 views
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 ...
0
votes
3answers
173 views
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 ...
0
votes
0answers
282 views
EntityFramework Serialization problem in WCF - passing entities between tiers
Scenario is i have 3 tiers/physical machines;
Tier1: Client(UI),
-- Firewall 1--
Tier2: WCF Facade,
-- Firewall 2--
Tier3: WCF proper, DB Access Layer, Entity Framework(project with edmx ...
0
votes
2answers
103 views
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 ...
0
votes
3answers
100 views
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, ...
0
votes
1answer
91 views
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 ...