Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
GeneralRe: the one who know vb.net and cSharp Pin
S. Senthil Kumar12-May-05 3:37
S. Senthil Kumar12-May-05 3:37 
GeneralRe: the one who know vb.net and cSharp Pin
Luis Alonso Ramos12-May-05 12:18
Luis Alonso Ramos12-May-05 12:18 
GeneralRe: the one who know vb.net and cSharp Pin
mav.northwind12-May-05 23:37
mav.northwind12-May-05 23:37 
GeneralRe: the one who know vb.net and cSharp Pin
Rizwan Bashir13-May-05 2:22
Rizwan Bashir13-May-05 2:22 
Generalopen .exe file Pin
eng.mohamed11-May-05 22:40
eng.mohamed11-May-05 22:40 
GeneralRe: open .exe file Pin
Polis Pilavas12-May-05 0:15
Polis Pilavas12-May-05 0:15 
GeneralNew to remote procedure calls, please help... Pin
AfzalHassen11-May-05 22:16
AfzalHassen11-May-05 22:16 
GeneralOOP concept - C# Pin
Anonymous11-May-05 21:34
Anonymous11-May-05 21:34 
A bit trifle to the experienced, this question probably is!

Say one is building a multi tier application:

web-front
business-logic
database

Going backwards:
1 - user clicks to get some info from the database.
2 - request is handled on the server
3 - business object is instantiated to process the request
4 - data access object is instantiated to retrieve the data
5 - user satisfied.

So the questions are:
1. Does 3 and 4 happen every time? The objects get instanciated? Or should the object be maintained in memory for the next call?

2. The data retrieved (dataset or should I say view) contains a lot more info (is complete in other words) before the business logic is applied. Shouldn't this dataset persisted in some way to be reused instead of making expensive calls to the database?

Now I may have the lines between the tiers wrong. So can someone elaborate?

A practical example would be nice (not code just pseudo).
GeneralRe: OOP concept - C# Pin
Peter Vertes12-May-05 12:15
Peter Vertes12-May-05 12:15 
GeneralRe: OOP concept - C# Pin
Anonymous12-May-05 23:18
Anonymous12-May-05 23:18 
QuestionHow to get streaming details from Flash Communication Server using C# Pin
vinu.netguy11-May-05 20:14
vinu.netguy11-May-05 20:14 
QuestionHow to make it happen Windows Control's Event in Code Pin
ye win zaw11-May-05 19:34
ye win zaw11-May-05 19:34 
AnswerRe: How to make it happen Windows Control's Event in Code Pin
Indagro12-May-05 0:02
Indagro12-May-05 0:02 
GeneralRe: How to make it happen Windows Control's Event in Code Pin
ye win zaw12-May-05 0:13
ye win zaw12-May-05 0:13 
GeneralWin form user controls Pin
skrishnasarma11-May-05 19:11
skrishnasarma11-May-05 19:11 
GeneralRe: Win form user controls Pin
Christian Graus11-May-05 19:31
protectorChristian Graus11-May-05 19:31 
GeneralDisplay datetime in C# Pin
hvan220311-May-05 17:58
hvan220311-May-05 17:58 
GeneralRe: Display datetime in C# Pin
Kodanda Pani11-May-05 18:46
Kodanda Pani11-May-05 18:46 
GeneralRe: Display datetime in C# Pin
Christian Graus11-May-05 18:55
protectorChristian Graus11-May-05 18:55 
GeneralRe: Display datetime in C# Pin
hvan220311-May-05 23:26
hvan220311-May-05 23:26 
GeneralRe: Display datetime in C# Pin
leppie12-May-05 2:10
leppie12-May-05 2:10 
GeneralRe: Display datetime in C# Pin
Christian Graus15-May-05 18:15
protectorChristian Graus15-May-05 18:15 
QuestionServer send msgs to client behind firewall? Pin
eyoung7011-May-05 17:12
eyoung7011-May-05 17:12 
AnswerRe: Server send msgs to client behind firewall? Pin
Sebastian Schneider13-May-05 0:24
Sebastian Schneider13-May-05 0:24 
GeneralNetwork problem Pin
felopater11-May-05 15:38
felopater11-May-05 15:38 

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.