15
votes
5answers
9k 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.
…
34
votes
16answers
5k views
What Are Some Good .NET Profilers?
What profilers have you used when working with .net programs, and which would you particularly recommend? …
1
vote
.NET Framework dependency
Mono Has a Windows release, if you absolutely have to avoid dependency on .NET.
Any way you …
