Skip to content

Utshaw/C-Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

.NET

  • Framework for building windows application (and web apps)
  • Not limited to C#
  • Consists of CLR (Common Language Runtime) & Class library

CLR

  • Virtual machine component
  • Manages the execution of .NET programs
  • JIT converts compiled code into machine insttructions
  • Also inclodes things like memory management and thread management
  • All .NET programs are executed by CLR

IDE

  • Visual Studio Community
  • Build & compile tools

C-Sharp

namespace

  • A container for class, variables and functions

Format specifier

string name = "Farhan Utshaw";
int age = 35;
Console.WriteLine("{0} is {1}", name, age);

Output:

Farhan Utshaw is 35

Resources

Traversy Media

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages