Search Results

7
votes
10answers
496 views

Monitoring files - how to know when a file is complete

We have several .NET applications that monitor a directory for new files, using FileSystemWatcher. The files are copied from another location, uploaded via FTP, etc. When they come in, the files ar …
0
votes

Monitoring files - how to know when a file is complete

Thanks for all the quick answers; the stackoverflow community rocks! Generally we don't have control over what is being written to the watched directory. I agree that when you do have such …
2
votes

How do I programmatically create a PDF in my .NET application?

If you're going to use iTextSharp (or its original Java incarnation, iText), you owe it to yourself to find a copy of iText In Action …
2
votes

What book on TDD for C# with treatment of Mocks

The Art of Unit Testing: With Examples in .NET by Roy Osherove (Amazon Page, …