Search Results

11
votes
23answers
1k views

Should I agree to ban the “using” directive from my c# projects?

My colleague insists on explicitly specifying the namespace in code as opposed to using the using directive. In ot …
0
votes

Windows service writing files to network share

How are you accessing the share? Isn't it by any chance the mounted directory? So lets say \server1\direcotry1 is mounted to z:\directory1 or something like that. If it is so, you have to make sure …