Visual studio code is a Great editor for the web development. I have started using it and I’m loving it more and more. For any editor shortcut keys are important you can do lots more without moving to mouse with a shortcut. In this blog post, we are going to learn about shortcuts for Visual Studio Code.
Ctrl + P: Goto File, You can move to any file of open solution/folder in Visual Studio...
Saturday, October 22, 2016
Opening ASP.NET Core Visual studio solution in Visual Studio code
Posted by Jalpesh Vadgama |
October 22, 2016 |
ASP.NET, ASP.NET Core 1.0, VisualStudio, VSCode |
No comments
In this blog post, We are going to see how we can open an ASP.NET Core solution in visual studio code. So what we are waiting for. First, we are going to create an ASP.NET Core web application like below.
Then select web application like below.
Now once you created Ok it will create an...