0
votes
C#: Using event handlers vs overriding event-firing methods
For a button click, I'd keep it as a method for reading. But I guess it is a personal preference thing. I'd be interested to see what the concensus is.
…
0
votes
c# system.net.FileWebRequest Access denied error
It looks like the file you are trying to get is on your network rather than through an http call which is what FileWebRequest is for.
Try:
FileInfo fileInfo = new FileInfo(f …
1
vote
Microsoftless C# development system for Windows
You could use Eclipse, Mono and a C# plugin. For the more complex stuff you could use the command line for compiling.
…
