Do NOT use for questions about .NET Core - use [.net-core] instead.
I am trying to figure out when and why to use a Dictionary or a HashTable. I have done a …
c# .net collections dictionary hashtableI have some code and when it executes, it throws a IndexOutOfRangeException, saying, Index was outside the bounds of the …
c# .net indexoutofrangeexceptionI have a Windows service written in C# using Visual Studio 2010 and targeting the full .NET Framework 4. When I run …
c# .net exceptionI am getting the following error on one of our production servers. Not sure why it is working on the …
.net asp.net-mvcIn Visual Studio, there are at least three different types of class libraries you can create: Class Library (.NET Framework) …
.net .net-core class-library .net-standardOk, I have tri-leveled entities with the following hierarchy: Course -> Module -> Chapter Here was the original …
.net asp.net-mvc-3 linq entity-framework entity-framework-5Just wondering what the difference between BeginInvoke() and Invoke() are? Mainly what each one would be used for. EDIT: What …
c# .net multithreading invoke begininvokeI'm trying to match on some inconsistently formatted HTML and need to strip out some double quotes. Current: <input …
c# .net vb.netThere are three assembly version attributes. What are differences? Is it ok if I use AssemblyVersion and ignore the rest? …
.net assemblies attributes