Do NOT use for questions about .NET Core - use [.net-core] instead.
I'm doing a chat client, and currently I have a button that will display data to a multi-line textbox when …
c# .net winforms user-interface textboxHow do you declare global variables in ASP.NET MVC?
c# .net asp.net asp.net-mvc global-variablesI'm getting this error when I call a web service: "The remote server returned an error: (407) Proxy Authentication Required". I …
c# .net proxy-authentication http-status-code-407 machine.configHow do I create an installer for a Windows Service that I have created using Visual Studio?
c# .net visual-studio windows-services windows-installerHow can I get Environnment variables and if something is missing, set the value?
c# .net .net-2.0 environment-variablesWhile connecting .net to sybase server I got this error message: [Microsoft][ODBC Driver Manager] Data source name not found …
.net visual-studio-2005 odbc datasourceI happily use the Newtonsoft JSON library. For example, I would create a JObject from a .NET object, in this …
.net json exception serialization json.netI'm looking for a way to find all controls on Window by their type, for example: find all TextBoxes, find …
c# .net wpfEdit: This question looks like it might be the same problem, but has no responses... Edit: In test case 5 the …
c# .net asynchronous async-await dotnet-httpclientI want to get the files in folder and also in its subfolders.The following code does not get the …
c# .net