bilogoboss

Microsoft Visual Studio Review

Discover the perfect tool for software development with Microsoft Visual Studio on PC or Mac. Versions are available for teams of all sizes, including individual developers. Visual Studio 2017 is a fully-featured integrated development environment (IDE) for Android, iOS, Windows, web and cloud.

Read the latest user opinions and reviews for Microsoft Visual Studio Online - Software shipping and building, free research services Review, compare Microsoft Visual Studio Online - Software shipping and building. Get demos, trials and quotes. Dec 22, 2016  The New and Improved Visual Studio 2017 RC: A Review. For myself and take a deeper look at what is coming for this Visual Studio 2017 RC review. The installer from Microsoft.

-->

Updated for the 16.1 release

With Visual Studio 2019, you'll get best-in-class tools and services for any developer, any app, and any platform. Whether you're using Visual Studio for the first time or you've been using it for years, there's a lot to like in this new version!

Here's a high-level recap of what's new:

  • Develop: Stay focused and productive with improved performance, instant code cleanup, and better search results.
  • Collaborate: Enjoy natural collaboration through a Git-first workflow, real-time editing and debugging, and code reviews right in Visual Studio.
  • Debug: Highlight and navigate to specific values, optimize memory use, and take automatic snapshots of your application's execution.

For a complete list of everything that's new in this version, see the release notes.

Develop

Save time with new features.

Improved search

Formerly known as Quick Launch, our new search experience is faster and more effective. Now, search results appear dynamically as you type. And, search results can often include keyboard shortcuts for commands, so that you can more easily memorize them for future use.

The new fuzzy search logic will find anything you need, regardless of typos. So, whether you're looking for commands, settings, documentation, or other useful things, the new search feature makes it easier to find what you're looking for.

Refactorings

There are lots of new and highly useful refactorings in C# that make it easier to organize your code. They show up as suggestions in the light bulb and include actions such as moving members to interface or base class, adjusting namespaces to match folder structure, convert foreach-loops to Linq queries, and more.

Simply invoke the refactorings by pressing Ctrl+. and selecting the action you want to take.

IntelliCode

Visual Studio IntelliCode enhances your software development efforts by using artificial intelligence (AI). IntelliCode trains across 2,000 open-source projects on GitHub—each with over 100 stars—to generate its recommendations.

Here are a few ways that Visual Studio IntelliCode can help enhance your productivity:

  • Deliver context-aware code completions
  • Guide developers to adhere to the patterns and styles of their team
  • Find difficult-to-catch code issues
  • Focus code reviews by drawing attention to areas that really matter

We initially supported only C# when we first previewed the IntelliCode as an extension for Visual Studio. Now, new in 16.1, we've added support for C# and XAML 'in-the-box'. (Support for C++ and TypeScript/JavaScript are still in preview, however.)

And if you're using C#, we've also added the ability to train a custom model on your own code.

For more information about IntelliCode, see the Announcing the general availability of IntelliCode plus a sneak peek and Code more, scroll less with Visual Studio IntelliCode blog posts.

Code cleanup

Paired with a new document health indicator is a new code cleanup command. You can use this new command to identify and then fix both warnings and suggestions with the click of a button.

The cleanup will format the code and apply any code fixes as suggested by the current settings and .editorconfig files.

You can also save collections of fixers as a profile. For example, if you have a small set of targeted fixers that you apply frequently while you code, and then you have another comprehensive set of fixers to apply before a code review, you can configure profiles to address these different tasks.

Per-monitor aware (PMA) rendering

If you use monitors that are configured with different display scale factors, or connect remotely to a machine with display scale factors that are different from your main device, you might notice that Visual Studio looks blurry or renders at the wrong scale.

With the release of Visual Studio 2019, we're making Visual Studio a per-monitor aware (PMA) application. Now, Visual Studio renders correctly regardless of the display scale factors you use.

For more information, see the Better multi-monitor experience with Visual Studio 2019 blog post.

Collaborate

Team up to solve issues.

Cloud-first workflow

Something you'll notice when you open Visual Studio 2019 is its new start window.

The start window presents you with several options to get you to code quickly. We've placed the option to clone or check out code from a repo, first.

The start window also includes options to open a project or solution, open a local folder, or create a new project.

Microsoft Visual Studio Price

For more information, see the Get to code: How we designed the new Visual Studio start window blog post.

Live Share

Visual Studio Live Share is a developer service that allows you to share a codebase and its context with a teammate and get instant bidirectional collaboration directly from within Visual Studio. With Live Share, a teammate can read, navigate, edit, and debug a project that you've shared with them, and do so seamlessly and securely.

And with Visual Studio 2019, this service is installed by default.

For more information, see the Visual Studio Live Share for real-time code reviews and interactive education blog post and the Live Share now included with Visual Studio 2019 blog post.

Integrated code reviews

We're introducing a new extension that you can download to use with Visual Studio 2019. With this new extension, you can review, run, and even debug pull requests from your team without leaving Visual Studio. We support code in both GitHub and Azure DevOps repositories.

For more information, see the Code reviews using the Visual Studio Pull Requests extension blog post.

Debug

Zero in with precise targeting.

Performance gains

We've taken the once-exclusive C++ data breakpoints and adapted them for .NET Core applications.

So whether you're coding in C++ or .NET Core, data breakpoints can be a good alternative to just placing regular breakpoints. Data breakpoints are also great for scenarios such as finding where a global object is being modified or being added or removed from a list.

Aug 02, 2018  We looked all over the Internet for a Host Bus adapter that could hold more than one M.2 NVMe, and the only one that we could find was the Aplicata Quattro 400. It works amazingly well, and we are now looking to fill the other 2 NVMe slots, for a total of 4. The installation was a breeze, and the system picked up the new drives instantly. Aplicata quattro 400 m.2 nvme ssd adapter cable The Quattro 400 is a high performance 8-lane PCIe Gen 3 adapter that can host four M.2 NVMe drives. One of the major benefits of building storage solutions based on M.2 form factor is the freedom to freely select the drive vendor, and the ability to upgrade when higher capacity M.2 drives become available. For extremely fast storage, look to the Quattro M.2 NVMe SSD adapter from Aplicata. This elegant solution allows high-computing enthusiasts to add four M.2 NVMe SSDs in a single PCIe x8 slot, thus keeping PCIe x16 slots free. It can provide faster access to latency-sensitive workloads and accommodate your choice of NVMe solid state drive. Quattro 400 M.2 NVMe SSD Adapter For pro-gaming and media professionals. Sep 21, 2017  With our vROC configuration in limbo, we're forced to test the Aplicata Quad M.2 NVMe SSD PCIe x8 Adapter with Windows software RAID. We used Windows 10 to build a.

And, if you're a C++ developer who develops large applications, Visual Studio 2019 has made symbols out of proc, which allows you to debug those applications without experiencing memory-related issues.

Search while debugging

You've probably been there before, looking in the Watch window for a string amongst a set of values. In Visual Studio 2019, we've added search in the Watch, Locals, and Autos windows to help you find the objects and values you're looking for.

You can also format how a value is displayed within the Watch, Locals, and Autos windows. Double-click one of the items in any of the windows and add a comma (',') to access the drop-down list of possible format specifiers, each of which includes a description of its intended effect.

For more information, see the Enhanced in Visual Studio 2019: Search for Objects and Properties in the Watch, Autos, and Locals Windows blog post.

Snapshot Debugger

Get a snapshot of your app's execution in the cloud to see exactly what's happening. (This feature is available in Visual Studio Enterprise, only.)

Visual

We've added support for targeting ASP.NET (Core and desktop) applications that run on an Azure VM. And, we've added support for applications that run in an Azure Kubernetes Service. The Snapshot Debugger can help you dramatically reduce the time it takes to resolve issues that occur in production environments.

For more information, see the Debug live ASP.NET Azure apps using the Snapshot Debugger page, and the Introducing Time Travel Debugging for Visual Studio Enterprise 2019 blog post.

What's next

We update Visual Studio 2019 often with new features that can make your development experience even better. To learn more about our latest innovations, check out the Visual Studio Blog. And for a record of what we've released in preview to date, take a look at the Preview Release Notes.

Want to know more about what else is in the works for Visual Studio 2019? See the Visual Studio Roadmap.

Give us feedback

Why send feedback to the Visual Studio team? Because we take customer feedback seriously. It drives much of what we do.

  • If you want to make a suggestion about how we can improve Visual Studio, you can do so by using the Suggest a Feature tool.

  • If you experience a hang, crash, or other performance issue, you can easily share repro steps and supporting files with us by using the Report a Problem tool.

See also