Do NOT use for questions about .NET Core - use [.net-core] instead.
For a WPF application which will need 10 - 20 small icons and images for illustrative purposes, is storing these in the …
c# .net wpf embedded-resourceHow to add new item in existing string array in C#.net? I need to preserve the existing data.
c# .netI'm looking for a library/method to parse an html file with more html specific features than generic xml parsing …
c# .net html parsing html-content-extractionHow do I enable assembly bind failure logging (Fusion) in .NET?
c# .net vb.net binding assembliesIs there any relatively easy way to insert a modern browser into a .NET application? As far as I understand, …
c# .net winforms webbrowser-controlIf I am given a MemoryStream that I know has been populated with a String, how do I get a …
.net vb.net string memorystreamTo my surprise, I can't do anything nearly as simple as this, from what I can tell, in the .NET …
c# .net http http-post httpresponseHow do I use RelativeSource with WPF bindings and what are the different use-cases?
.net wpf xaml data-binding relativesourceIt's that simple. How do I get the index of the currently selected Row of a DataGridView? I don't want …
c# .net winforms datagridview