Best 20 C# & .NET Blogs 2020-12-21 14:44 UTC .NET .NET Core C# Reposts Visual Studio Whether you're getting into C# with the launch of .NET 5 or if you're a long-time C# developer, there are a lot of great blogs out there
C# Nullable Reference Types: IntelliSense Confusion 2020-02-13 16:49 UTC .NET .NET Core C# Visual Studio The feature and concept of Nullable reference types were introduced in C# 8.0 and it basically made all types non-nullable by default and ensured that these...
ASP.NET: Transform Web.config with Debug/Release on Build 2013-02-20 18:10 UTC .NET ASP.NET Visual Studio Web.config Did you ever wish you could run your web application with the Web.config being transformed according to the current Solution Configuration for Debug or Release...
Making MVC 3 Razor IntelliSense work after installing MVC 4 Beta 2012-04-18 08:05 UTC .NET ASP.NET Razor Visual Studio After installing the MVC 4 Beta the IntelliSense breaks for Razor-views in MVC 3-applications in Visual Studio 2010. This is stated in the release-notes, but...
Visual Studio 2010: Dropped Assembly References Workaround 2010-09-08 10:29 UTC Visual Studio After adding some references to external assemblies like to NLog or Munq I found out that on some projects Visual Studio 2010 had a tendency to drop the...