This Repo contains simple solution to commonly asked Object Oriented Programming questions in Bing Tech Companies - MS, Google, Amazon , FB etc.
Tools Used
- VS Code
- C# Extension for VS Code
- .NET Core for debugging and running
Steps
- To Create a new .net Project open cmd and write "dotnet new console -o myapp"
- Go to myapp folder and run "dotnet restore"
- To run the project use the command "dontnet run"
Video Link : https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows