Skip to content

Instantly share code, notes, and snippets.

@vinupriyesh
Created January 30, 2021 17:44
Show Gist options
  • Save vinupriyesh/7e6005a0117498329f739e00ef127bdd to your computer and use it in GitHub Desktop.
Save vinupriyesh/7e6005a0117498329f739e00ef127bdd to your computer and use it in GitHub Desktop.
Picking up C# from Java
  • Parameters can be passed by value or reference
  • ref or out keyword makes it pass by reference
  • const is always static
  • constants and method names are PascalCase
  • Open braces({) are NOT placed in same line
  • foreach (element in iterable-item)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment