Lmao, a long time ago Bauss posted something on a thread of mine and it was a link to PasteBin, and on this specific paste was a C# Checklist. He said within, once I can do everything included without using references, I can call myself a C# Programmer.
Well here's what I got so far. xD
Well here's what I got so far. xD
Code:
When you can put X in the following things and use them proper without any resources or help, then you can call yourself a C# programmer. [X] Strings and chars [X] Variables [X] Booleans [X] Basic Operators [X] Switch cases and if statements [X] Classes [X] Type-conversion [] Static and non-static objects [] Public and private objects [] Enumerators [] Interfaces [] Structs [X] Methods, functions and properties [] Generics [X] Namespaces [] Implicit operators [X] Loops (While, for and foreach) [X] Goto and labels [X] Arrays [] Hashtables, dictionaries and lists [] Multithreading, Delegates and events [] Nullable types [] Tennary [] Unsafe coding and pointers [X] Math [] LINQ [] Lambda expression [] Ciphers and simple cryptography [] Security, obfuscation and reflection