Do NOT use for questions about .NET Core - use [.net-core] instead.
I want to apply a change so That I can use Server GC settings for my C# 3.5 app - I …
.net garbage-collectionI know the following is not possible because the Enumeration's type has to be an int enum GroupTypes { TheGroup = "OEM", …
c# .netHow can I change the background and foreground colors of a WPF Textbox programmatically in C#?
c# .net wpf background-colorIs there any class, library or some piece of code which will help me to upload files with HTTPWebrequest? Edit 2: …
.net upload httpwebrequestHow do I find out which version of .NET is installed? I'm looking for something as simple as "java -version" …
.netI have a server app and sometimes, when the client tries to connect, I get the following error: NOTE: the "…
c# .net ioexceptionprivate IEnumerable<string> Tables { get { yield return "Foo"; yield return "Bar"; } } Let's say I want iterate on those …
c# .net ienumerableHow can I delete a file in C# e.g. C:\test.txt, although apply the same kind of method …
c# .net windows