Tag: dotnet
All the articles with the tag "dotnet".
-
T4 blog section
Introduction to the T4 (Text Template Transformation Toolkit) blog series covering code generation in Visual Studio.
-
WTF Generic attributes in C_
C# CLR limitation prevents generic types from deriving from Attribute, causing a CS0698 compile error.
-
WTF Exception.ToString() and FaultException
FaultException inner details are silently dropped by Exception.ToString(); an extension method restores the full fault message.
-
About me
Author introduction: Michael Naumov, Senior .NET Developer at Readify, Australia, working with .NET, PowerShell, and JavaScript.
-
Nullable types, lifted operators and ReSharper
Explains C# lifted operators with nullable types and a ReSharper false-positive bug when assigning nullable int to a class with implicit operator.