Do NOT use for questions about .NET Core - use [.net-core] instead.
Myself and my group are horrendous at incrementing assembly version numbers and we frequently ship assemblies with 1.0.0.0 versions. Obviously, this …
.net msbuild continuous-integration hudson versioningIn .NET, a value type (C# struct) can't have a constructor with no parameters. According to this post this is …
c# .net structI have this: List<object> nodes = new List<object>(); nodes.Add( new { Checked = false, depth = 1, id = "…
c# .net object properties anonymous-typesIn .NET, under which circumstances should I use GC.SuppressFinalize()? What advantage(s) does using this method give me?
c# .net garbage-collection idisposable suppressfinalizeHow can I download a NuGet package? I don't have the NuGet Visual Studio extension or the command line program …
c# .net visual-studio nugetWhat is the most efficient way to create a constant (never changes at runtime) mapping of strings to ints? I've …
c# .net collections dictionary constantsI have a WebApplication which contains reference to WCF services. While building using Visual Studio 2010, Build fails without any error …
c# asp.net .net visual-studio-2010