14
votes
5answers
8k views
How to check For File Lock in C# ?
Is there any way to check whether a file is locked without using a try catch block? Right now, the only way I know of is to just open the file and catch any System.IO.IOException.
…
32
votes
16answers
4k views
What Are Some Good .NET Profilers?
What profilers have you used when working with .net programs, and which would you particularly recommend? …
