Top ".net" questions

Do NOT use for questions about .NET Core - use [.net-core] instead.

Storing WPF Image Resources

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-resource
Add new item in existing array in c#.net

How to add new item in existing string array in C#.net? I need to preserve the existing data.

c# .net
What is the best way to parse html in C#?

I'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-extraction
How to enable assembly bind failure logging (Fusion) in .NET

How do I enable assembly bind failure logging (Fusion) in .NET?

c# .net vb.net binding assemblies
Replacing .NET WebBrowser control with a better browser, like Chrome?

Is there any relatively easy way to insert a modern browser into a .NET application? As far as I understand, …

c# .net winforms webbrowser-control
How do you get a string from a MemoryStream?

If I am given a MemoryStream that I know has been populated with a String, how do I get a …

.net vb.net string memorystream
.NET: Simplest way to send POST with data and read response

To 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 httpresponse
How to open a new form from another form

I have form which is opened using ShowDialog Method. In this form i have a Button called More. If we …

c# .net winforms .net-2.0
How do I use WPF bindings with RelativeSource?

How do I use RelativeSource with WPF bindings and what are the different use-cases?

.net wpf xaml data-binding relativesource
Index of Currently Selected Row in DataGridView

It'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