📄️ Important Basics
This is a quick reference guide. It is here to remind you of important basics when you are first picking up the language/stack or when you have had a several month to year break from working with it.
📄️ Interview Questions
See the .NET folder for .NET questions and CompSci folder for general Computer Science/Theory questions
📄️ Extension Methods
Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
📄️ Value Types vs. Reference Types
Some C# specific info here...