Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView problem Pin
Sandeep Akhare19-Apr-07 1:52
Sandeep Akhare19-Apr-07 1:52 
QuestionValidation control issues... Pin
kinsella_john17-Apr-07 16:45
kinsella_john17-Apr-07 16:45 
AnswerRe: Validation control issues... Pin
mareers17-Apr-07 22:36
mareers17-Apr-07 22:36 
AnswerRe: Validation control issues... Pin
Sandeep Kumar18-Apr-07 0:17
Sandeep Kumar18-Apr-07 0:17 
GeneralRe: Validation control issues... Pin
kinsella_john18-Apr-07 7:34
kinsella_john18-Apr-07 7:34 
QuestionDifference between 3 layer and 3 tier architecture Pin
Nitin198117-Apr-07 16:10
Nitin198117-Apr-07 16:10 
AnswerRe: Difference between 3 layer and 3 tier architecture Pin
jain_ashu121-Aug-10 8:11
jain_ashu121-Aug-10 8:11 
AnswerRe: Difference between 3 layer and 3 tier architecture Pin
Ram Balak Sharma3-Nov-11 19:25
Ram Balak Sharma3-Nov-11 19:25 
N-layers of application may reside on the same physical computor(same tier) and the components in each layer communicates with the components of other layer by well defined interfaces.Layered architecture focuses on the grouping of related functionality within an application into distinct layers that are stacked vertically on top of each other.Communication between layers is explicit and loosely coupled.With strict layering, components in one layer can interact only with componentsin the same layer or with components from the layer directly below it.


The main benefits of the layered architectural style are:
Abstraction,Isolation, Manageability, Performance, Reusability, Testability.


N-tiers architectue usually have atleast three separate logical parts,each located on separate physical server.Each tier is responsible with specific functionality.Each tier is completely independent from all other tier, except for those immediately above and below it.Communication between tiers is typically asynchronous in order to support better scalability.


The main benifit of tier achitecture styles are
1.Maintainability. Because each tier is independent of the other tiers, updates or changes can be carried out without affecting the application as a whole.
2.Scalability. Because tiers are based on the deployment of layers, scaling out an application is reasonably straightforward.
3.Flexibility. Because each tier can be managed or scaled independently, flexibility is increased.
4.Availability. Applications can exploit the modular architecture of enabling systems using easily scalable components, which increases availability.
Ram Balak sharma
.Net Architect
Q3 technogies
Gurgaon
India

QuestionHow to use FCK Editor Pin
kamka41117-Apr-07 14:55
kamka41117-Apr-07 14:55 
AnswerRe: How to use FCK Editor Pin
N a v a n e e t h17-Apr-07 18:07
N a v a n e e t h17-Apr-07 18:07 
QuestionProcessing Checkbox values in table Pin
krk101117-Apr-07 11:21
krk101117-Apr-07 11:21 
AnswerRe: Processing Checkbox values in table Pin
N a v a n e e t h17-Apr-07 18:13
N a v a n e e t h17-Apr-07 18:13 
QuestionSetting mailto Pin
TAK7817-Apr-07 10:04
TAK7817-Apr-07 10:04 
AnswerRe: Setting mailto Pin
kubben17-Apr-07 14:06
kubben17-Apr-07 14:06 
QuestionTextbox commands Pin
ADY00717-Apr-07 9:35
ADY00717-Apr-07 9:35 
AnswerRe: Textbox commands Pin
N a v a n e e t h17-Apr-07 23:02
N a v a n e e t h17-Apr-07 23:02 
GeneralRe: Textbox commands Pin
ADY00718-Apr-07 8:51
ADY00718-Apr-07 8:51 
AnswerRe: Textbox commands Pin
Sandeep Kumar17-Apr-07 23:29
Sandeep Kumar17-Apr-07 23:29 
Questionselected index changed in listbox control Pin
shabonaa17-Apr-07 9:29
shabonaa17-Apr-07 9:29 
AnswerRe: selected index changed in listbox control Pin
kubben17-Apr-07 14:07
kubben17-Apr-07 14:07 
GeneralRe: selected index changed in listbox control Pin
shabonaa18-Apr-07 6:49
shabonaa18-Apr-07 6:49 
GeneralRe: selected index changed in listbox control Pin
kubben18-Apr-07 7:23
kubben18-Apr-07 7:23 
GeneralRe: selected index changed in listbox control Pin
shabonaa18-Apr-07 8:44
shabonaa18-Apr-07 8:44 
QuestionWizard Control Question Pin
Brent Lamborn17-Apr-07 9:16
Brent Lamborn17-Apr-07 9:16 
AnswerRe: Wizard Control Question Pin
Brent Lamborn17-Apr-07 9:48
Brent Lamborn17-Apr-07 9:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.