Do NOT use for questions about .NET Core - use [.net-core] instead.
I have a question for you that stems from my partner doing things a different way than I do. Is …
c# .net exception-handlingI wrote this: public static class EnumerableExtensions { public static int IndexOf<T>(this IEnumerable<T> obj, …
c# .net linq ienumerable indexofI have this object : IEnumerable<string> m_oEnum = null; and I'd like to initialize it. Tried with IEnumerable&…
c# .netI found solutions for Windows Forms with AppDomain but what would be the equivalent for a WPF Application object?
c# .net wpfI have a 3rd party C++ DLL that I call from C#. The methods are static. I want to abstract …
c# .net interfaceIf I wish to submit a http get request using System.Net.HttpClient there seems to be no api to …
c# .net httpWhen planning out my programs, I often start with a chain of thought like so: A football team is just …
c# .net list oop inheritanceI have a form with 2 comboboxes on it. And I want to fill combobox2.DataSource based on combobox1.Text and …
c# .net winforms backgroundworkerIn C#, is it possible to decorate an Enum type with an attribute or do something else to specify what …
c# .net enumsI'm getting one of the following errors: "Index was out of range. Must be non-negative and less than the size …
c# .net indexoutofrangeexception