Click here to Skip to main content
15,908,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHelp for implementing interface Pin
dj.rock25-Oct-06 19:29
dj.rock25-Oct-06 19:29 
AnswerRe: Help for implementing interface Pin
MihirV25-Oct-06 20:00
MihirV25-Oct-06 20:00 
GeneralRe: Help for implementing interface Pin
dj.rock25-Oct-06 20:16
dj.rock25-Oct-06 20:16 
AnswerRe: Help for implementing interface Pin
MihirV25-Oct-06 20:44
MihirV25-Oct-06 20:44 
GeneralRe: Help for implementing interface Pin
dj.rock25-Oct-06 20:55
dj.rock25-Oct-06 20:55 
AnswerRe: Help for implementing interface Pin
Akhilesh Yadav25-Oct-06 20:01
Akhilesh Yadav25-Oct-06 20:01 
Questionasp.net Pin
sukhchain singh25-Oct-06 18:50
sukhchain singh25-Oct-06 18:50 
AnswerRe: asp.net Pin
Colin Angus Mackay25-Oct-06 23:37
Colin Angus Mackay25-Oct-06 23:37 
sukhchain singh wrote:
one tier


Everything needed to run the application is in one place. Desktop applications are often single tier.


sukhchain singh wrote:
two tier


Also known as client-server


sukhchain singh wrote:
multi tier


There are chains of clients and servers. e.g.
Database server --> Web Server --> Client Browser

In the above example the Web Server acts as a client of the database server as well as the server of web pages.

"tier" is also sometimes used interchangeably with "layer" when referring to how an application is constructed internally, rather the infrastucture supporting the application.

A single layer application uses the "Giant Ball of Mud Pattern" and should be avoided for all but the smallest of applications.

Application layers typically refer to presentation layer, business layer and database layer.


QuestionProgrammatically creating Xml from Database Table Pin
nature027625-Oct-06 14:14
nature027625-Oct-06 14:14 
AnswerRe: Programmatically creating Xml from Database Table Pin
minhpc_bk25-Oct-06 15:13
minhpc_bk25-Oct-06 15:13 
AnswerRe: Programmatically creating Xml from Database Table Pin
PavanPareta25-Oct-06 18:58
PavanPareta25-Oct-06 18:58 
QuestionDetect pages EnableSessionState value from codebehind? Pin
Member 9625-Oct-06 13:57
Member 9625-Oct-06 13:57 
AnswerRe: Detect pages EnableSessionState value from codebehind? Pin
Member 9625-Oct-06 14:06
Member 9625-Oct-06 14:06 
QuestionGridView column formatting Pin
Drew McGhie25-Oct-06 11:44
Drew McGhie25-Oct-06 11:44 
AnswerRe: GridView column formatting Pin
minhpc_bk25-Oct-06 14:45
minhpc_bk25-Oct-06 14:45 
GeneralRe: GridView column formatting Pin
Drew McGhie26-Oct-06 3:19
Drew McGhie26-Oct-06 3:19 
QuestionHow to mask controls based on the input selected before that? Pin
veerugadde25-Oct-06 10:55
veerugadde25-Oct-06 10:55 
AnswerRe: How to mask controls based on the input selected before that? Pin
minhpc_bk25-Oct-06 14:50
minhpc_bk25-Oct-06 14:50 
QuestionAddHandler UserControl Event Pin
greekius25-Oct-06 8:51
greekius25-Oct-06 8:51 
AnswerRe: AddHandler UserControl Event Pin
ednrgc25-Oct-06 8:54
ednrgc25-Oct-06 8:54 
QuestionHow to get all server control in the page by c# code? Pin
CooperWu25-Oct-06 5:19
CooperWu25-Oct-06 5:19 
AnswerRe: How to get all server control in the page by c# code? Pin
ednrgc25-Oct-06 5:32
ednrgc25-Oct-06 5:32 
GeneralRe: How to get all server control in the page by c# code? Pin
CooperWu25-Oct-06 5:43
CooperWu25-Oct-06 5:43 
GeneralRe: How to get all server control in the page by c# code? Pin
ednrgc25-Oct-06 6:46
ednrgc25-Oct-06 6:46 
GeneralRe: How to get all server control in the page by c# code? Pin
CooperWu25-Oct-06 7:40
CooperWu25-Oct-06 7:40 

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.