Click here to Skip to main content
15,885,043 members
Home / Discussions / C#
   

C#

 
Questionform java to c# Pin
Sikandar Javid14-Aug-16 19:52
Sikandar Javid14-Aug-16 19:52 
AnswerRe: form java to c# Pin
Simon_Whale15-Aug-16 0:34
Simon_Whale15-Aug-16 0:34 
QuestionAccounting software Pin
cupidanish14-Aug-16 17:25
cupidanish14-Aug-16 17:25 
AnswerRe: Accounting software Pin
Mycroft Holmes14-Aug-16 17:38
professionalMycroft Holmes14-Aug-16 17:38 
AnswerRe: Accounting software Pin
Richard MacCutchan14-Aug-16 21:17
mveRichard MacCutchan14-Aug-16 21:17 
AnswerRe: Accounting software Pin
Emmanuel Medina15-Aug-16 9:07
professionalEmmanuel Medina15-Aug-16 9:07 
QuestionFile comparison (byte, hash and meta) in C# Pin
Frank R. Haugen11-Aug-16 11:54
professionalFrank R. Haugen11-Aug-16 11:54 
AnswerRe: File comparison (byte, hash and meta) in C# Pin
Pete O'Hanlon11-Aug-16 22:05
mvePete O'Hanlon11-Aug-16 22:05 
I wrote some software that did this back about 2010 and originally used the Sync Framework to do the work, but ended up hand rolling so much of my own code that there's very little original SF left in there. The approach I took was more than you'll need to do because you're looking at, effectively, a one time operation but my solution took care of client/server/server syncing - anyway, the crux of the checks - you check the file lengths first - if they are different, you don't need to do any further checking as you have a potential problem file; then you create a hash of both files, if they don't match, you have files that need checking. The vast majority of cases are caught by the file length as it's comparatively rare that you'll end up with different files that are the same size.
This space for rent

AnswerRe: File comparison (byte, hash and meta) in C# Pin
Nathan Minier12-Aug-16 1:31
professionalNathan Minier12-Aug-16 1:31 
QuestionWindows Control Library Project in WinForms ... rant Pin
BillWoodruff11-Aug-16 1:13
professionalBillWoodruff11-Aug-16 1:13 
AnswerRe: Windows Control Library Project in WinForms ... rant Pin
Gerry Schmitz11-Aug-16 8:24
mveGerry Schmitz11-Aug-16 8:24 
Questionevent for partial view unload Pin
Raghavendra.Kodimala10-Aug-16 21:12
professionalRaghavendra.Kodimala10-Aug-16 21:12 
AnswerRe: event for partial view unload Pin
Pete O'Hanlon10-Aug-16 21:54
mvePete O'Hanlon10-Aug-16 21:54 
QuestionHaar-feature Object Detection in C# Pin
bird1235810-Aug-16 8:04
bird1235810-Aug-16 8:04 
AnswerRe: Haar-feature Object Detection in C# Pin
Richard Deeming10-Aug-16 8:06
mveRichard Deeming10-Aug-16 8:06 
AnswerRe: Haar-feature Object Detection in C# Pin
Afzaal Ahmad Zeeshan10-Aug-16 8:43
professionalAfzaal Ahmad Zeeshan10-Aug-16 8:43 
QuestionDll strange behavior C # Pin
equelna10-Aug-16 0:42
equelna10-Aug-16 0:42 
AnswerRe: Dll strange behavior C # Pin
Richard MacCutchan10-Aug-16 1:59
mveRichard MacCutchan10-Aug-16 1:59 
GeneralRe: Dll strange behavior C # Pin
equelna10-Aug-16 4:43
equelna10-Aug-16 4:43 
GeneralRe: Dll strange behavior C # Pin
Richard MacCutchan10-Aug-16 4:50
mveRichard MacCutchan10-Aug-16 4:50 
GeneralRe: Dll strange behavior C # Pin
equelna10-Aug-16 5:01
equelna10-Aug-16 5:01 
GeneralRe: Dll strange behavior C # Pin
Richard MacCutchan10-Aug-16 5:03
mveRichard MacCutchan10-Aug-16 5:03 
GeneralRe: Dll strange behavior C # Pin
equelna10-Aug-16 5:11
equelna10-Aug-16 5:11 
GeneralRe: Dll strange behavior C # Pin
Richard MacCutchan10-Aug-16 5:13
mveRichard MacCutchan10-Aug-16 5:13 
GeneralRe: Dll strange behavior C # [SOLVED] Pin
equelna10-Aug-16 6:33
equelna10-Aug-16 6:33 

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.