Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: implement IDisposable issue Pin
George_George26-Nov-08 20:58
George_George26-Nov-08 20:58 
GeneralRe: implement IDisposable issue Pin
Scott Dorman27-Nov-08 2:49
professionalScott Dorman27-Nov-08 2:49 
QuestionHow edit my URL on button click Pin
Exelioindia26-Nov-08 1:48
Exelioindia26-Nov-08 1:48 
AnswerRe: How edit my URL on button click Pin
Simon P Stevens26-Nov-08 1:56
Simon P Stevens26-Nov-08 1:56 
AnswerRe: How edit my URL on button click Pin
Dominic Goulet1-Dec-08 1:09
Dominic Goulet1-Dec-08 1:09 
QuestionExhange Server 2007 Webservice Pin
boiDev26-Nov-08 1:33
boiDev26-Nov-08 1:33 
Questioncopying files fast from 1 drive to other Pin
sumit703426-Nov-08 0:59
sumit703426-Nov-08 0:59 
AnswerRe: copying files fast from 1 drive to other Pin
Guffa26-Nov-08 1:14
Guffa26-Nov-08 1:14 
There is no single alternative that is guaranteed to be faster. You have to take advantage of the specific sitation that you have to find an alternative that uses the hardware more efficiently.

For example, are the drives two separate physical units, so that it makes sense to read and write simultaneously? Do you have a few large files or a lot of small files?

What is the physical connection to the drives? ATA? SATA? USB? Firewire? USB and Firewire have limited bandwidth, so you can't get more than about 30 MiB/s.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: copying files fast from 1 drive to other Pin
sumit703426-Nov-08 1:21
sumit703426-Nov-08 1:21 
AnswerRe: copying files fast from 1 drive to other Pin
Simon P Stevens26-Nov-08 1:16
Simon P Stevens26-Nov-08 1:16 
AnswerRe: copying files fast from 1 drive to other Pin
Shyam Bharath26-Nov-08 1:33
Shyam Bharath26-Nov-08 1:33 
Questionshowing a linklabel in a messagebox? Pin
lane0p226-Nov-08 0:53
lane0p226-Nov-08 0:53 
AnswerRe: showing a linklabel in a messagebox? Pin
Pedram Behroozi26-Nov-08 1:08
Pedram Behroozi26-Nov-08 1:08 
QuestionCode to find the csc.exe Pin
tonyjsebastian126-Nov-08 0:53
tonyjsebastian126-Nov-08 0:53 
AnswerRe: Code to find the csc.exe Pin
Shyam Bharath26-Nov-08 1:02
Shyam Bharath26-Nov-08 1:02 
AnswerRe: Code to find the csc.exe Pin
Pedram Behroozi26-Nov-08 1:02
Pedram Behroozi26-Nov-08 1:02 
AnswerRe: Code to find the csc.exe Pin
Mirko198026-Nov-08 2:15
Mirko198026-Nov-08 2:15 
GeneralRe: Code to find the csc.exe ======> U r correct Mikro1980 Pin
tonyjsebastian126-Nov-08 17:54
tonyjsebastian126-Nov-08 17:54 
QuestionHow to find the path of the file csc.exe Pin
tonyjsebastian126-Nov-08 0:34
tonyjsebastian126-Nov-08 0:34 
AnswerRe: How to find the path of the file csc.exe Pin
Shyam Bharath26-Nov-08 0:44
Shyam Bharath26-Nov-08 0:44 
AnswerRe: How to find the path of the file csc.exe Pin
PIEBALDconsult26-Nov-08 3:34
mvePIEBALDconsult26-Nov-08 3:34 
Questionapplication on system tray Pin
balu1234526-Nov-08 0:31
balu1234526-Nov-08 0:31 
AnswerRe: application on system tray Pin
Pedram Behroozi26-Nov-08 0:37
Pedram Behroozi26-Nov-08 0:37 
QuestionPuzzled with Finalizers Pin
HosamAly26-Nov-08 0:20
HosamAly26-Nov-08 0:20 
AnswerRe: Puzzled with Finalizers Pin
Guffa26-Nov-08 1:25
Guffa26-Nov-08 1:25 

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.