Do NOT use for questions about .NET Core - use [.net-core] instead.
I'm trying to install a service using InstallUtil.exe but invoked through Process.Start. Here's the code: ProcessStartInfo startInfo = new …
c# .net windows windows-services process-elevationMoving a working C# project from a 64-bit Windows 7 machine to a 32-bit XP machine caused the following error: Retrieving …
.net exception com dllregistration.NET offers a generic list container whose performance is almost identical (see Performance of Arrays vs. Lists question). However they …
c# .net generics list initializationI have the following convention for most of my projects: /src /Solution.sln /SolutionFolder /Project1 /Project2 /etc.. /lib /Moq moq.…
.net visual-studio nuget nuget-packageI understand the difference between String and StringBuilder (StringBuilder being mutable) but is there a large performance difference between the …
c# .net performanceI have a script where I want to disconnect from the mapped drives before I create a new PSDrive. Otherwise …
.net powershell mapped-drive net-use