Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 546 Bytes

File metadata and controls

14 lines (11 loc) · 546 Bytes

ObjectOrientedProgramming

This Repo contains simple solution to commonly asked Object Oriented Programming questions in Bing Tech Companies - MS, Google, Amazon , FB etc.

Tools Used

  1. VS Code
  2. C# Extension for VS Code
  3. .NET Core for debugging and running

Steps

  1. To Create a new .net Project open cmd and write "dotnet new console -o myapp"
  2. Go to myapp folder and run "dotnet restore"
  3. To run the project use the command "dontnet run"

Video Link : https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows