Do NOT use for questions about .NET Core - use [.net-core] instead.
In my Microsoft Surface project, I always get a lot of the following exceptions: 'MuReSe.vshost.exe' (Managed (v2.0.50727)): Loaded …
c# .net wpf exception pixelsenseI'm getting this error when I try to start a windows service I've created in C#: My Code so far: …
c# .net wcf windows-servicesI've built a .NET Windows Forms application in Visual Studio 2010. I also built a corresponding setup/install package via Visual …
c# .net winforms visual-studio-2010I've an application which does Process.Start() to start another application 'ABC'. I want to wait till that application ends (…
c# .net processHow do I break out of a foreach loop in C# if one of the elements meets the requirement? For …
c# .net foreachWhat is the fastest and most efficient way to check for Internet connectivity in .NET?
c# .net internet-connectionI have this XML (stored in a C# string called myXML) <?xml version="1.0" encoding="utf-16"?> <myDataz xmlns:…
c# .net xml parsing xml-parsingWhat is the most exact way of seeing how long something, for example a method call, took in code? The …
c# .net performance testing