Visual Studio 2017 Overview And New Features

Recently, Microsoft launched Visual Studio 2017 on the 20th Anniversary of Visual Studio IDE. It launched on Wednesday, March 7, 2017. Visual Studio 2017 is the most awaited software from Microsoft. The first version of Visual Studio IDE was released on March 19, 1997, and that was Visual Studio 97. At that point, C# didn't exist and Visual Basic, Visual C++, etc. languages were part of this great tool.

Visual Studio

From time to time, Microsoft made many changes with every version of this IDE. Before Visual Studio 2017 RC, Microsoft had released Visual Studio 2017 RC and it was very popular among programmers. At last, Visual Studio 2017 was released. It has so many new features as compared to Visual Studio 2015, which will help the developers build, deploy, and configure any type of application very easily.

It does not only provide new features but also, it has integrated different packages in one place. It will deliver .NET Development, Cloud, Mobile, Linux, and many other development experiences to the developers.

Xamarin is now a part of Visual Studio 2017 and is integrated with Visual Studio 2017. It is great news for the developers or the programmers, who work on mobile app development like Android, iOS, and Windows apps and are willing to work with a great IDE. None other than Visual Studio can now start, using this IDE.

Visual Studio is not only a great-looking tool, but it also comes with so many new advanced features. It is now much faster compared to the earlier versions. .NET Core and Cross Platform Development, which were much-awaited features of Visual Studio have come with Visual Studio 2017.

New features of Visual Studio 2017
 

Performance

Visual Studio 2017 is much faster than the earlier version of Visual Studio. It has a reduced start-up time of IDE. At the time of building or deploying an Application, every developer wants a faster response from any IDE, he/she is working on and Visual Studio 2017 has tremendous performance in opening the solution, building the solution, or deploying the solution. It has less memory utilization, which makes it faster. Now, we do not need to wait for too much time to configure our Application with Visual Studio.

Go to All

This is the new feature added to Visual Studio 2017, which is only applicable to C#, Visual Basic, and F#. Using this, we can quickly find out Types, Methods, and even files in our code. In the large solution, where multiple projects combine, there are some difficulties in finding out the required line of code very quickly but using Go To All (Ctrl +, or Ctrl + T), we get the results.

Shades

Find All References

As compared to the earlier Visual Studio, VS 2017 improves the Find All References functionality, which is currently applicable only for C#, Visual Basic, F#, and C++. Find All References (Shift + F12) will show you the data in different formats, it can be a Project, followed by definition or it can be definition, followed by path, definition only, etc.

Visual Basic

.NET Core

Visual Studio 2017 was released with MSBuild-based .NET Core Tools with the final 1.0 version. Now, we can develop .NET Core applications with .Net Standard applications. In this Visual Studio Version, .Net Core is supported by Docker. When we install the .NET Core Component, it automatically includes the .NET Runtime Core. NuGet 4.0, which is included with Visual Studio 2017 will manage further requirements of the packages.

 MSBuild

C # 7 Support

Visual Studio 2017 supports all the features of C# 7. Now we can make applications using C# 7 features as well.

Installation

Visual Studio 2017 provides us with two ways of installation, one is workload-based where we need to choose our development working area and it will install our all required packages and other one is individual component base installation, here we can choose components individually and install them.

Installation

Therefore, nevertheless, the installation is very easy compared to the earlier versions. Now we install only that which we require. We can also modify (Install or Uninstall) our components after installation very easily. It also provides installation in different languages, by default it is English but as per our convenience, we can choose our preferred language.

Live Testing

We can do live unit testing with Visual Studio 2017. It is only available with the Enterprise edition. It supports many types of Unit Testing tools like MSTest, xUnit, NUnit, etc.

Debugging

Several new features have been added with Visual Studio 2017, which makes debugging simple. There is a “Run Execution feature, which enables us to run the execution from a particular point. When the mouse hovers over any line of code it shows a green button; just click over it and the execution will start from here.

Debugging

Connected Services

It is a new feature added with Solution Explorer and we use it to connect clients to Service. It will be available for Web and Mobile Applications. From here, we can add Connected Services with the Application and use it.

Connected Services

IntelliSense

VS 2017 comes with lots of changes in IntelliSense and now, we can find out the IntelliSense for the members like Interfaces, Classes, Enum, Structure, Delegate, Namespace, etc. Therefore, it will be very easy to find out the code in a large solution.

IntelliSense

Feedback

Visual Studio 2017 has an online feature to report any bugs. The problems or feedback can be sent to the Visual Studio Team. We can also see the existing problems or feedback, which have been raised by the other users as well. To do this, just go to Help > Send Feedback. It might ask us to login, in (If we are not logged in). We can search anything, which might already be added by some users. If it is not there; we can add our problem, using plus (+) sign at the bottom. We can describe our problem and also attach any files and send them to the VS Team.

Feedback

Mobile Development

Visual Studio 2017 included Xamarin/Docker, which gives support to make mobile development easy. Now we can create Android, iOS, and Windows Apps in Visual Studio.

Manage Connections

Visual Studio 2017 makes changes to connect to TFS connections. Now, just click on Manage Connections and it will show you all the available connections or you can also add a new TFS connection from this Window. Thus, if we log in with Visual Studio 2017, then there is no need to add a connection manually; it will do all tasks automatically.

Manage Connections

Lightweight Solution Load

Visual Studio 2017 comes with an option, which helps to load the solution very fast. If we are working on a large solution, then it takes much time to load. However, in Visual Studio 2017, there is one feature Lightweight Solution Load, which enables faster solution load. We can just do On/Off this feature from Option > Projects and Solutions > Lightweight Solution Load.

Lightweight Solution

After enabling the lightweight solution load features, it will load the solution faster and look, as shown below. g.

 Load features

Conclusion

Today, we have learned about what are the new features in Visual Studio 2017.

I hope this post will help you. Please post your feedback in the comments which helps me to improve myself for the next post. If you have any doubts, please ask your doubt or query in the comment section and if you like this post, please share it with your friends. Thanks.


Similar Articles