Do NOT use for questions about .NET Core - use [.net-core] instead.
I need to get the list of all printers that connect to computer? How I can do it in C#, …
c# .net winformstrue.ToString() false.toString(); Output: True False Is there a valid reason for it being "True" and not "true"? It …
c# .net booleanI have a stylistic question about the choice of background thread implementation I should use on a windows form app. …
.net winforms multithreading backgroundworkerI have followed the "Don't Optimize Prematurely" mantra and coded up my WCF Service using Entity Framework. However, I profiled …
.net performance entity-framework ormI have some tests that use the built in Microsoft.VisualStudio.TestTools.UnitTesting, but can not get them to run. …
c# .net visual-studio unit-testingI recently created a WCF service that works fine when tested from Visual Studio 2008. but when I deploy the project …
c# .net wcfI created a C# application and installed it on my test box. My app works perfect on my dev box, …
c# .net file-not-found