-
.NET Framework is a legacy framework.
-
Starting with .NET 5, the platform is cross-platform (formerly known as .NET Core).
-
A Solution is a group of projects.
-
On GitHub, the
bin
andobj
folders are for debugging and do not need to be version-controlled.
-
Ternary If, Try, Catch and Finally with throw Exceptions
-
Constructors and Deconstructors
-
Tuplas and Dictionary
-
Stacks and Queues
-
DateTime Structures