Click here to Skip to main content
15,925,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: Best Data Access Objects in .NET? Pin
il_masacratore17-Jan-07 23:41
il_masacratore17-Jan-07 23:41 
GeneralRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon17-Jan-07 23:55
mvePete O'Hanlon17-Jan-07 23:55 
GeneralRe: Best Data Access Objects in .NET? Pin
il_masacratore18-Jan-07 0:04
il_masacratore18-Jan-07 0:04 
GeneralRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon18-Jan-07 0:09
mvePete O'Hanlon18-Jan-07 0:09 
GeneralRe: Best Data Access Objects in .NET? Pin
il_masacratore18-Jan-07 0:28
il_masacratore18-Jan-07 0:28 
AnswerRe: Best Data Access Objects in .NET? Pin
Guffa18-Jan-07 1:18
Guffa18-Jan-07 1:18 
QuestionRe: Best Data Access Objects in .NET? Pin
Blumen18-Jan-07 6:10
Blumen18-Jan-07 6:10 
AnswerRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon18-Jan-07 8:38
mvePete O'Hanlon18-Jan-07 8:38 
Unfortunately it gets down to a question of experience and profiling. You need to look at how much data you are returning - are you pulling back more than you need to? What are you using to populate the collection? Are you using a DataReader to populate the collection, or are you using a DataSet/DataTable? Are you using web-services and passing data backwards and forwards between layers?

This last one is important because you need to serialize the data to pass over the wire (and then deserialize at the other end), and this serialization takes time. One of the commonest problems I have seen is people architecting systems using web-services when they don't need to.


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: Best Data Access Objects in .NET? Pin
Blumen19-Jan-07 5:45
Blumen19-Jan-07 5:45 
GeneralRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon19-Jan-07 10:28
mvePete O'Hanlon19-Jan-07 10:28 
QuestionRe: Best Data Access Objects in .NET? Pin
Blumen20-Jan-07 7:37
Blumen20-Jan-07 7:37 
AnswerRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon20-Jan-07 8:11
mvePete O'Hanlon20-Jan-07 8:11 
GeneralRe: Best Data Access Objects in .NET? Pin
Blumen20-Jan-07 22:14
Blumen20-Jan-07 22:14 
GeneralRe: Best Data Access Objects in .NET? Pin
Pete O'Hanlon21-Jan-07 9:05
mvePete O'Hanlon21-Jan-07 9:05 
GeneralRe: Best Data Access Objects in .NET? Pin
Blumen21-Jan-07 15:36
Blumen21-Jan-07 15:36 
Questionobject does(n't) exist? Pin
V.17-Jan-07 21:07
professionalV.17-Jan-07 21:07 
Questionsave dataview as a Excel file [modified] Pin
teymur_khan17-Jan-07 20:49
teymur_khan17-Jan-07 20:49 
AnswerRe: save dataview as a Excel file Pin
Vinay Dornala18-Jan-07 0:24
Vinay Dornala18-Jan-07 0:24 
QuestionHttpWebRequest TimeOut On an Https channel while posting data Pin
SatyaDY17-Jan-07 20:21
SatyaDY17-Jan-07 20:21 
QuestionCalendar control display problem Pin
bradpin17-Jan-07 20:08
bradpin17-Jan-07 20:08 
QuestionEntering language data in Web application Pin
suvarna joshi17-Jan-07 19:56
suvarna joshi17-Jan-07 19:56 
AnswerRe: Entering language data in Web application Pin
gnjunge17-Jan-07 23:24
gnjunge17-Jan-07 23:24 
Questionpanel control issue Pin
Saira Tanwir17-Jan-07 19:46
Saira Tanwir17-Jan-07 19:46 
AnswerRe: panel control issue Pin
Christian Graus17-Jan-07 20:05
protectorChristian Graus17-Jan-07 20:05 
AnswerRe: panel control issue Pin
stancrm17-Jan-07 20:05
stancrm17-Jan-07 20:05 

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.