Visual Studio 2017 got lots of new features and so that I’ve created a new video for demonstrating all the features of video. Please have a look at that video at below.
Let me know what kind of video you want to watch more!. Stay tuned for mor...
Showing posts with label VisualStudio. Show all posts
Showing posts with label VisualStudio. Show all posts
Wednesday, June 21, 2017
Saturday, June 17, 2017
Code Navigation features in Visual Studio Code
Visual Studio Code is an open source, free, Cross-platform editor and I have been using it now more than the year. I just simply loved this editor. It’s a got lot of feature and there are some cool navigation features there. In this blog post, we are going to explore those navigation features.
Quick...
Wednesday, March 29, 2017
Code Navigation features in Visual Studio 2017
This blog post is a part of Visual Studio 2017 New feature Series
TL;DR:
With Visual Studio 2017 there are lots of new Code Navigation features introduced. We are going to look all the options available in Visual Studio 2017.
Navigation your code with Visual studio 2017:
Visual Studio 2017 have...
Tuesday, March 28, 2017
A new start page for Visual Studio 2017
This blog post is a part of Visual Studio 2017 New feature Series
Recently Microsoft has released a new version of Visual Studio 2017 and as usual, there are tons of features available with Visual Studio 2017. Visual Studio has always been one of my favorite IDE. We are going to look into all the...
Thursday, December 22, 2016
ASP.NET Core Application continuous integration with visual studio.com and git
Previously I have written couple posts for continuous integration series and this post is also part of it. Recently Microsoft has released ASP.NET Core 1.0. So in this post, we are going to see how we can do the continuous integration for ASP.NET Core application. I am going to use visualstudio.com...
Saturday, October 22, 2016
Some of the important shortcuts for Visual Studio Code
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...
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...
Monday, June 27, 2016
Publishing existing applications to Github with Visual Studio 2015
Before some time, I have published a blog post for using Github with Visual studio team explorer. So with reference to this blog post, one of the users email me that how we can publish the existing applications to Github? So I thought it would be a great idea to write a blog post about it. So...