In Episode 55, Michael and I got into a conversation about public properties and public variables “looking” the same in C#. For those unfamiliar with the topic or maybe not clear on the difference, I put together a video showing exactly what they are, how they’re different, and why you would choose one over the other. If you have any comments, please do leave the below!
Tools used in this video
Visual Studio 2015 – (2017 is just about to be released) – there are excellent free (community) editions of Visual Studio out there, so there’s no excuse not to get started!
https://www.visualstudio.com/
JetBrains ReSharper – one of the best productivity boosting extensions out there for a C# / Visual Studio developer:
http://www.jetbrains.com/resharper/
ILSpy – free, open source and amazing tool for decompiling code as well as see what the IL is for the compiled code:
http://ilspy.net/