Visual Studio’s Live Share != Screen Share

I am very excited about the potential of Live Share since it’s announcement back in November. In addition to the content on the Live Share site, I would also recommend listening to this episode of Hanselminutes where Scott talks to Amanda Silver about how Visual Studio’s Live Share goes far beyond “text editor sharing” to something deeply […]

C# Attributes

Overview This post gives an overview of C# attributes; what they are, the different flavours, when they should be used and finishing up with some examples. What are C# Attributes? Attributes in C# provide a mechanism of associating Metadata with code entities such as types, methods, properties etc. Once defined you can then retrieve the Metadata at […]