Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CScharp | C#

============

Approach

C# Learn

  1. https://www.tutorialspoint.com/csharp/csharp_decision_making.htm

C# Links

  1. https://repl.it/languages/csharp
  2. https://dotnetcademy.net/CSharp/Beginner
  3. https://codecondo.com/15-resources-to-learn-c-programming-for-beginners/
  4. https://www.learncs.org/
  • Hello, World!
  • Variables and Types
  • Conditionals
  • Arrays
  • Lists
  • Dictionaries
  • Strings
  • For loops
  • While loops
  • Methods
  • Basic Classes
  • Class Properties
  1. https://www.tutlane.com/tutorial/csharp/csharp-value-type-and-reference-type-with-examples

С# basics

  1. https://www.tutorialsteacher.com/csharp/csharp-anonymous-type

Cool tutorials for basic usages.

C# conventions

  • Classes, Interfaces and Enums begin with an uppercase letter.
  • Interface names start with an I letter.
  • Comments are placed on a separate line, not at the end of a line of code.
  • Method names begin with a uppercase letter.
  • Only one statement or declaration is placed per line.
  • Identifiers are easily readable and meaningful.
  • Identifiers are written in PascalCase, e.g. each subsequent word begins with a capital letter.
  • The public keyword precedes the static keyword when both are used.
  • The parameter name of the Main() method is called args.
  • Constants are written in uppercase.
  • Curly braces in code blocks start on a new line.

http://zetcode.com/lang/csharp/lexis/

C# special things

MVC links

  1. https://www.youtube.com/watch?v=nPrOr1VH_nI

Impactful courses

  1. https://academy.yandex.ru/

Different resources

  1. Algorithms - https://rosettacode.org/wiki/

About

weeks 3,4

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages