Do NOT use for questions about .NET Core - use [.net-core] instead.
How can I make the following case insensitive? myString1.Contains("AbC")
c# .net vb.net string case-insensitiveI have a Window with my user control and I would like to make usercontrol width equals window width. How …
c# .net wpf xaml wpf-controlsI'm trying to get images to display in a WPF ListView styled like a WrapPanel as described in this old …
.net wpf vb.net entity-framework bindingQuick question: how to compare a Type type (pun not intended) with another type in C#? I mean, I've a …
c# .netHow do I get a human-readable file size in bytes abbreviation using .NET? Example: Take input 7,326,629 and display 6.98 MB
c# .net vb.netI am testing an endpoint that I am experiencing some issues with. I am simply using HttpClient in a loop …
c# .net system.net.webexceptionin the System.Linq namespace, we can now extend our IEnumerable's to have the Any() and Count() extension methods. I …
.net linq performance .net-3.5 extension-methods.NET has a lot of complex data structures. Unfortunately, some of them are quite similar, and I'm not always sure …
c# .net vb.net arrays data-structuresHow can I remove the blue border that's on top of the Window Form? (I don't know the name of …
c# .net winformsWhen attempting to connect to MSSQL database via ASP.NET online, I will get the following when two or more …
c# .net sql-server ado.net database-connection