Showing results for Visual Basic - Visual Studio Blog

Oct 5, 2017
0
0

7 Hidden Gems in Visual Studio 2017

Anson Horton
Anson Horton

I’ve been working on developer tooling for over 16 years, and I still love it when I find a new tip or trick that shaves seconds off a repetitive task. The set below are features that I see infrequently used but can save loads of time! Gem #1 - Expression Evaluator Format Specifiers The part of the debugger that processes the language being debug...

.NETDebugging and DiagnosticsJava
May 10, 2017
0
0

A fresh update to Visual Studio 2017 and the next preview

John Montgomery
John Montgomery

In his Build 2017 keynote, Scott Guthrie made several announcements across partnerships, new Azure service capabilities, and the Visual Studio family. If you didn’t get a chance to watch the keynote, check out ScottGu's blog post. From a Visual Studio product family perspective, the significant announcements are - The general availability of Visual...

.NETDebugging and DiagnosticsJava
Apr 10, 2017
0
0

End of Support for Visual Studio 2008 – in One Year

Visual Studio Team
Visual Studio Team

In line with our ten-year support policy, Visual Studio 2008, its associated products, runtimes, and components will cease to be supported from April 10, 2018. Though your Visual Studio 2008 applications will continue to work, we encourage you to port, migrate, and upgrade your Visual Studio projects over the next year, to ensure you continue to re...

.NETVisual Studio 2017C#
Apr 5, 2017
0
0

Visual Studio 2017 Performance Improvements

Visual Studio Team
Visual Studio Team

Performance was a big focus area for Visual Studio 2017, with improvements in many areas, including: There are also some notable improvements in terms of memory usage in key scenarios, which should significantly reduce out of memory crashes (you can now open very large solutions; solutions that were simply impossible to open in pre...

.NETDebugging and DiagnosticsVisual Studio 2017
Mar 8, 2017
0
0

Optimize your productivity with .NET in Visual Studio 2017

Visual Studio Team
Visual Studio Team

Visual Studio 2017 makes you more productive by getting you to your code fast and helping you write code quickly. With improvements to performance, navigation, and debugging as well as the additions of new refactorings, code style configuration/enforcement, and live unit testing, this release is chock full of advancements. This post shows you how t...

.NETDebugging and DiagnosticsVisual Studio 2017
Feb 9, 2017
0
0

Join Us: Visual Studio 2017 Launch Event and 20th Anniversary

Julia Liuson
Julia Liuson

Twenty-five years ago, I started my first day at Microsoft as a developer on the Access team, and then as a developer on a newly created product – Visual InterDev. I remember how the emphasis was on the Visual part of our various product offerings, we have come a long way to the Visual Studio we have now. Today, I’m proud and humbled that Visual...

.NETAzureVisual Studio 2017
Nov 10, 2016
0
0

Extensibility in Visual Studio “15”: Increasing Reliability and Performance

Visual Studio Team
Visual Studio Team

If you’ve been following this blog, you know that in Visual Studio “15” we’ve been focused on making our developer tools easier to install, increasing performance, and enhancing developer productivity. We’ve been doing the same for extensions, and it’s time to talk a bit more about the implications of these changes both on extension authors and on ...

.NETASP.NETUnity
Oct 5, 2016
0
0

Announcing Visual Studio “15” Preview 5

John Montgomery
John Montgomery

Today we released Visual Studio “15” Preview 5. With this Preview, I want to focus mostly on performance improvements, and in the coming days we’ll have some follow-up posts about the performance gains we’ve seen. I’m also going to point out some of the productivity enhancements we’ve made. So kick off the installer here and read the rest of the...

.NETDebugging and DiagnosticsJava
Aug 30, 2016
0
0

New C# 7.0 features in Visual Studio “15” Preview 4

Visual Studio Team
Visual Studio Team

Over the past couple of previews, new C# language features have been trickling in, but Preview 4 marks a point where the majority of C# 7.0 are now available. Here's a code sample that uses a good number of these features, and that works in Preview 4 today: For a full write-up about tuples, deconstruction, pattern matching, local functions,...

.NETC#TypeScript
Apr 12, 2016
0
0

Open Any Folder with Visual Studio “15” Preview

Visual Studio Team
Visual Studio Team

For developers to be truly productive in Visual Studio their code needs to be organized into Solutions and projects, right? For a long time, that was a core expectation of how Visual Studio works. Unfortunately, this requirement is a bit of a burden for those of you working across multiple tools and platforms. Sometimes Solutions make a lot of sen...

.NETDebugging and DiagnosticsJava