Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 420 Bytes

File metadata and controls

25 lines (21 loc) · 420 Bytes

Intro to .NET

Put simply, this is an introduction to C#.

The solution IntroToDotNet is the syntax:

  • Strings
  • Value Types
    • Most integer types
    • Bools
    • Enum
  • Date Times
  • Conditions
  • Operators
  • Arrays
  • Collections
  • Loops
  • Methods
  • Classes
  • Namespaces
  • Scope
  • LINQ
  • Error Handling

The solution OurFirstSolution is an example solution that includes an MVC, Web API, and class libraries projects.