Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
Questiondetect the connection has been disconnect in tcpclient Pin
eyeshield2114-Feb-10 16:52
eyeshield2114-Feb-10 16:52 
AnswerRe: detect the connection has been disconnect in tcpclient Pin
AhsanS14-Feb-10 20:48
AhsanS14-Feb-10 20:48 
GeneralRe: detect the connection has been disconnect in tcpclient Pin
eyeshield2114-Feb-10 21:37
eyeshield2114-Feb-10 21:37 
GeneralRe: detect the connection has been disconnect in tcpclient Pin
AhsanS14-Feb-10 23:05
AhsanS14-Feb-10 23:05 
GeneralRe: detect the connection has been disconnect in tcpclient Pin
harold aptroot14-Feb-10 23:14
harold aptroot14-Feb-10 23:14 
GeneralRe: detect the connection has been disconnect in tcpclient Pin
eyeshield2116-Feb-10 21:05
eyeshield2116-Feb-10 21:05 
QuestionGetting Source Code? Pin
Raztor014-Feb-10 16:01
Raztor014-Feb-10 16:01 
AnswerRe: Getting Source Code? Pin
Gaurav Dudeja India14-Feb-10 18:14
Gaurav Dudeja India14-Feb-10 18:14 
GeneralRe: Getting Source Code? Pin
Raztor015-Feb-10 4:16
Raztor015-Feb-10 4:16 
AnswerRe: Getting Source Code? Pin
#realJSOP15-Feb-10 0:11
professional#realJSOP15-Feb-10 0:11 
GeneralRe: Getting Source Code? Pin
Raztor015-Feb-10 4:15
Raztor015-Feb-10 4:15 
QuestionSimple Question About Sending/Receiving Data To/From A Server Pin
BlitzPackage14-Feb-10 15:24
BlitzPackage14-Feb-10 15:24 
AnswerRe: Simple Question About Sending/Receiving Data To/From A Server Pin
#realJSOP14-Feb-10 15:31
professional#realJSOP14-Feb-10 15:31 
GeneralRe: Simple Question About Sending/Receiving Data To/From A Server Pin
BlitzPackage14-Feb-10 15:59
BlitzPackage14-Feb-10 15:59 
GeneralRe: Simple Question About Sending/Receiving Data To/From A Server Pin
#realJSOP15-Feb-10 0:08
professional#realJSOP15-Feb-10 0:08 
Questioncompare files for duplicates Pin
Yustme14-Feb-10 11:02
Yustme14-Feb-10 11:02 
AnswerRe: compare files for duplicates [modified] Pin
Luc Pattyn14-Feb-10 11:56
sitebuilderLuc Pattyn14-Feb-10 11:56 
Hi,

1.
there must be lots of utilities around that do this, some even for free.

2.
if I were to develop one, I would enumerate all files and calculate a checksum for each; then investigate files with matching checksums only.
Warning: different partitions/devices can use different file systems, resulting in slightly different dates (e.g. FAT is accurate up to 2 seconds only), and maybe even slightly different sizes.
[ADDED]Also Daylight Saving Time conventions may be different on different machines on a network.[/ADDED]

Anyway, this would take a while, as all data has to be read from the disk(s) to do it properly. One can not simply rely on file names!

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

modified on Sunday, February 14, 2010 6:08 PM

GeneralRe: compare files for duplicates Pin
Yustme14-Feb-10 12:15
Yustme14-Feb-10 12:15 
GeneralRe: compare files for duplicates Pin
Luc Pattyn14-Feb-10 12:20
sitebuilderLuc Pattyn14-Feb-10 12:20 
AnswerRe: compare files for duplicates Pin
Alan Balkany16-Feb-10 4:27
Alan Balkany16-Feb-10 4:27 
QuestionFinger print reader. Pin
Wamuti14-Feb-10 8:13
Wamuti14-Feb-10 8:13 
AnswerRe: Finger print reader. Pin
Abhinav S14-Feb-10 9:59
Abhinav S14-Feb-10 9:59 
Questionhow to include speech lib Pin
naghoumeh1414-Feb-10 7:46
naghoumeh1414-Feb-10 7:46 
AnswerRe: how to include speech lib [modified] Pin
Keith Barrow14-Feb-10 10:01
professionalKeith Barrow14-Feb-10 10:01 
GeneralRe: how to include speech lib Pin
naghoumeh1414-Feb-10 10:28
naghoumeh1414-Feb-10 10:28 

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.