Do NOT use for questions about .NET Core - use [.net-core] instead.
How can I run an EXE program from a Windows Service using C#? This is my code: System.Diagnostics.Process.…
c# .net windows windows-services process.startWhat's the quickest and easiest way to get the Min (or Max) value between two dates? Is there an equivalent …
.netIn my code in need to use an IEnumerable<> several times thus get the Resharper error of "Possible …
c# .net performance resharperFirst, I have read the following: Connect case VS case and especially this channel9 post So, from the last bullet, …
c# .net .net-4.0 compatibility .net-4.5I have to check, if directory on disk is empty. It means, that it does not contain any folders/files. …
.net io directoryDo you think that this is a good way for testing exceptions? Any suggestions? Exception exception = null; try{ //I m …
c# .net unit-testingWhen I try to build my solution, I get the following error message: Severity Code Description Project File Line Suppression …
.net visual-studio nuget nuget-package-restore