Microsoft's Visual Studio Code team ships new releases monthly, but new features are also continually being provided via other means, such as extensions. Here's a look at some brand-new functionality just announced this week.
I've collected 46 of the newest Visual Studio 2017 extensions for customizing your code editor, organizing files and projects and managing your source control.
- By Terrence Dorsey
- 11/30/2017
While the open source Visual Studio Code editor has featured artificial intelligence tooling for a while now, the Visual Studio IDE is catching up, recently getting its own AI extension.
You can speed up how fast your "less frequently used" sites load by sharing assembles among your sites. You'll also reduce memory consumption on your server.
Microsoft cautions that not all projects are good candidates for moving off .NET Framework to .NET Core, which is optimized for building highly scalable Web applications running on Windows, macOS or Linux.
OOP is a special kind of animal, says Tim Patrick, who shows how to put one of its core principles, encapsulation, to work while coding constructors for base and derived classes.
Tim Sneath, a former principal lead program manager for Visual Studio and 17-year Microsoft veteran, has joined Google to work on that company's Flutter mobile app development framework, leaving behind a few parting shots about Microsoft's missteps in the client space.
Microsoft's F# functional programming language now lets Visual Studio coders target .NET Core and .NET Standard projects.
At last week's Connect conference, Microsoft introduced Visual Studio Live Share to allow dev teams to interactively collaborate via sharing code for editing/debugging, troubleshooting, iteration or optimizing apps -- among a host of other preview tools.
- By Jeffrey Schwartz
- 11/20/2017
Today, application settings are more likely to appear in local XML files, but the Windows Registry and its hives of key/value pairs can also be used. The good news is that interacting with the Registry is straightforward, as Tim shows you here.
Realm has boosted the Microsoft stack capabilities of its mobile development platform, catering to C# coders and .NET developers, who constitute the platform's fastest growing segment of users.
With SQL Server 2016, you can store JSON objects in your rows. Here’s how to work with JSON objects, including how to update them once you’ve found them.
Microsoft updated the open source Java debugger for Visual Studio Code, adding support for Java 9 among other improvements.
Visual Studio Code development is marching on to its steady monthly release cadence, knocking off user feature requests one by one, with multi-root workspaces topping the new v1.18 iteration.
When it comes to inheritance, relational database theory and object-oriented programming have more in common than you might think. Understanding that overlap is critical in designing the object model that will generate the database design your application needs.
The Visual Studio Code team hired the developer of the code editor's most popular Python extension, took over the project as its own and is hiring more Python coders to improve it.
Microsoft is now providing a one-stop-shop for Visual Studio extensions -- both for publishers and consuming developers.
In an app of any meaningful size, wrapping up common functionality in a composite control reduces the long-term effort needed to craft the app. Learn how to do just that right here.
Microsoft launched a Roslyn-based analyzer that works in Visual Studio to flag problematic .NET Core and .NET Standard APIs that might be deprecated or incompatible with certain platforms.
The Xamarin team at Microsoft has been updating its cross-platform development software to accommodate the new functionality in Apple's iOS 11, publishing guidance along the way.