Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 7:34
I Believe In GOD29-Jul-10 7:34 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
Eddy Vluggen29-Jul-10 8:43
professionalEddy Vluggen29-Jul-10 8:43 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
I Believe In GOD29-Jul-10 7:38
I Believe In GOD29-Jul-10 7:38 
GeneralRe: Give .NET Compiled Assemblly DLL StrongName Pin
OriginalGriff29-Jul-10 6:11
mveOriginalGriff29-Jul-10 6:11 
QuestionNeed help determining Dirty state of ActiveRecord Pin
Paul Brower29-Jul-10 3:06
Paul Brower29-Jul-10 3:06 
QuestionCode behind File System Watcher Pin
thomforum29-Jul-10 2:50
thomforum29-Jul-10 2:50 
AnswerRe: Code behind File System Watcher Pin
Not Active29-Jul-10 3:05
mentorNot Active29-Jul-10 3:05 
AnswerRe: Code behind File System Watcher Pin
Luc Pattyn29-Jul-10 4:03
sitebuilderLuc Pattyn29-Jul-10 4:03 
Hi,

I'm not aware of any bugs in FileSystemWatcher class. There are a few things you may need to know about it though:
- one file operation may result in several FSW chanes being triggered; e.g. a big write may touch several sectors and clusters; more info is here: FileSystemWatcher - Pure Chaos (Part 1 of 2)[^]
- there is no "file operation done" signal; so if your app needs to read a newly written file, a simple write event isn't sufficient. A common solution is to use another (small) file as a signal: watch for file B being created; create big file A; when done create small file B causing a signal.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: Code behind File System Watcher Pin
Bernhard Hiller1-Aug-10 22:22
Bernhard Hiller1-Aug-10 22:22 
GeneralRe: Code behind File System Watcher Pin
thomforum10-Aug-10 16:22
thomforum10-Aug-10 16:22 
Questionspecial character replacement Pin
varsh1229-Jul-10 2:14
varsh1229-Jul-10 2:14 
AnswerRe: special character replacement PinPopular
OriginalGriff29-Jul-10 2:21
mveOriginalGriff29-Jul-10 2:21 
AnswerRe: special character replacement Pin
Keith Barrow29-Jul-10 2:23
professionalKeith Barrow29-Jul-10 2:23 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 2:35
varsh1229-Jul-10 2:35 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 2:46
professionalKeith Barrow29-Jul-10 2:46 
AnswerRe: special character replacement Pin
musefan29-Jul-10 2:49
musefan29-Jul-10 2:49 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:12
varsh1229-Jul-10 3:12 
GeneralRe: special character replacement PinPopular
PIEBALDconsult29-Jul-10 3:17
mvePIEBALDconsult29-Jul-10 3:17 
AnswerRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:13
mvePIEBALDconsult29-Jul-10 3:13 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:20
varsh1229-Jul-10 3:20 
GeneralRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:22
mvePIEBALDconsult29-Jul-10 3:22 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 3:36
professionalKeith Barrow29-Jul-10 3:36 
AnswerRe: special character replacement Pin
Luc Pattyn29-Jul-10 4:06
sitebuilderLuc Pattyn29-Jul-10 4:06 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 4:49
varsh1229-Jul-10 4:49 
GeneralRe: special character replacement Pin
Sauro Viti29-Jul-10 5:19
professionalSauro Viti29-Jul-10 5:19 

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.