Skip to content

shankaranarayanan-c/CSharpPreparation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharpPreparation

##Setup Development Environment

  1. Install VS Code
  2. Install Extensions C# Dev Kit
  3. Install .Net SDK Ex: In Linux sudo snap install dotnet-sdk

##Create a new C#Project

  1. dotnet new console --name 01_HelloWorld

##Build the C# Project

  1. cd into the newly created project cd 01_HelloWorld
  2. dotnet build -o out 01_HelloWorld.csproj

##Execute the binary

  1. ./out/01_HelloWorld

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages