Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Last active August 29, 2015 14:13
Show Gist options
  • Save AlexArchive/0724a47325f3b3b3ac61 to your computer and use it in GitHub Desktop.
Save AlexArchive/0724a47325f3b3b3ac61 to your computer and use it in GitHub Desktop.
  1. Installing Visual Studio Community Edition
  2. Hello, World
  3. Variables
  4. Primitive types
  5. Arithmetic
  6. If
  7. Switch
  8. Conditional operator
  9. Random numbers
  10. Methods
  11. Scope
  12. Loops
  13. Arrays
  14. Lists
  15. More loops
  16. How to debug with Visual Studio
  17. File IO
  18. Exception handling
  19. Network IO
  20. Strings
  21. Dates
  22. Enumerations
  23. Classes
  24. Nullity
  25. Null-coalescing operator
  26. Access modifiers
  27. Structures
  28. Interfaces
  29. Assemblies and Namespaces
  30. Introduction to object-orientated programming
  31. Introduction to generics
  32. Extension methods
  33. Delegates
  34. Events
  35. Introduction to Linq
  36. Introduction to Regex
  37. Introduction to Security
  38. Introduction to Threading
  39. Introduction to Databases
  40. Introduction to Reflection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment