Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
Question.NET dll in asp/vb code Pin
mpavas12-Sep-07 23:32
mpavas12-Sep-07 23:32 
AnswerRe: .NET dll in asp/vb code Pin
Sandeep Akhare12-Sep-07 23:33
Sandeep Akhare12-Sep-07 23:33 
GeneralRe: .NET dll in asp/vb code Pin
mpavas12-Sep-07 23:36
mpavas12-Sep-07 23:36 
GeneralRe: .NET dll in asp/vb code Pin
Sandeep Akhare12-Sep-07 23:42
Sandeep Akhare12-Sep-07 23:42 
GeneralRe: .NET dll in asp/vb code Pin
mpavas12-Sep-07 23:45
mpavas12-Sep-07 23:45 
AnswerRe: .NET dll in asp/vb code Pin
mpavas12-Sep-07 23:33
mpavas12-Sep-07 23:33 
QuestionTHE FAST FUNCTION TO READ / WRITE FILE? Pin
AlexB4712-Sep-07 23:26
AlexB4712-Sep-07 23:26 
AnswerRe: THE FAST FUNCTION TO READ / WRITE FILE? Pin
lmoelleb13-Sep-07 0:15
lmoelleb13-Sep-07 0:15 
1) Have you meassured a performance problem or are you simply expecting it? Unless you do something strange I doubt you will notice any performance differences between the various ways of writing to files.
2) If you have performance problems are you sure it is not in the disk IO system instead of your code? If it is, get faster disks or more memory for diskcache, or start collecting changes in memory and write them in batches (possible on a worker thread, but then you must take care of locking etc).

Besides this it is not easy to help you when you do not provide more information on what you are trying to write and for what purpose.

Questiontransparent maskededit box? Pin
TheCardinal12-Sep-07 23:25
TheCardinal12-Sep-07 23:25 
QuestionNetron Pin
Mamphekgo Bahula12-Sep-07 22:59
Mamphekgo Bahula12-Sep-07 22:59 
AnswerRe: Netron Pin
Colin Angus Mackay12-Sep-07 23:22
Colin Angus Mackay12-Sep-07 23:22 
AnswerRe: Netron Pin
Pete O'Hanlon13-Sep-07 0:04
mvePete O'Hanlon13-Sep-07 0:04 
GeneralRe: Netron Pin
Mamphekgo Bahula13-Sep-07 0:36
Mamphekgo Bahula13-Sep-07 0:36 
GeneralRe: Netron Pin
Pete O'Hanlon13-Sep-07 4:02
mvePete O'Hanlon13-Sep-07 4:02 
QuestionLogin Pin
LouieV12-Sep-07 22:29
LouieV12-Sep-07 22:29 
AnswerRe: Login Pin
P_Elza12-Sep-07 22:53
P_Elza12-Sep-07 22:53 
GeneralRe: Login Pin
pmarfleet12-Sep-07 23:05
pmarfleet12-Sep-07 23:05 
GeneralRe: Login Pin
Paul Conrad14-Sep-07 19:07
professionalPaul Conrad14-Sep-07 19:07 
GeneralRe: Login Pin
Colin Angus Mackay12-Sep-07 23:31
Colin Angus Mackay12-Sep-07 23:31 
AnswerRe: Login Pin
Pete O'Hanlon12-Sep-07 23:21
mvePete O'Hanlon12-Sep-07 23:21 
AnswerRe: Login Pin
Paul Conrad14-Sep-07 19:08
professionalPaul Conrad14-Sep-07 19:08 
QuestionLive Video Transmission Pin
DeepOceans12-Sep-07 22:17
DeepOceans12-Sep-07 22:17 
QuestionChanging the screen resolution Pin
pokabot12-Sep-07 22:08
pokabot12-Sep-07 22:08 
AnswerRe: Changing the screen resolution Pin
Giorgi Dalakishvili12-Sep-07 22:37
mentorGiorgi Dalakishvili12-Sep-07 22:37 
QuestionInserting Multiple Rows in a dataset to Database Pin
meeram39512-Sep-07 21:51
meeram39512-Sep-07 21:51 

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.