Skip to content

This is an introduction to C# with an example project.

Notifications You must be signed in to change notification settings

csteele86/IntroToDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an introduction to C# with an example project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published