Member-only story
This is the biggest C# cheat sheet
Welcome back! I’ve been talking about some of the best cheat sheets for different programming languages, now let’s talk about one of the biggest cheat sheets for C#! Quick note before I go further: cheat sheets are great for getting high level knowledge from a programming language but they are not a way to learn a programming language, you should still look at tutorials and develop projects, with that quick statement out of the way let’s get into it! Below is the link to the cheat sheet:
I will be covering the highlights of this sheet, so make sure to view that sheet to gain all of the information from it. Starting off, this sheet covers alot of the basics of this language, beginning with a break down of the data types, naming conventions and the standard introduction:
The sheet then goes into details about the standard syntax, things like string operations, modifiers, and date / time formatting: