After helping developers collaborate from within Visual Studio with Live Share, Microsoft is finding those coders are coming up with innovative use cases for the technology it hadn't thought of.
Amid the hubbub caused by Microsoft open sourcing WPF, WinForms and other desktop tech, the company also shipped the final version of .NET Core 2.2 and unveiled the first preview of .NET Core 3.0.
Visual Studio's IntelliCode has gotten smarter -- using artificial intelligence to provide better code completion suggestions -- and more robust, now supporting more programming languages.
Microsoft's sunsetting of the proprietary Windows-centric .NET Framework continues as the company has open sourced some of its most popular desktop components: Windows Presentation Foundation, Windows Forms and Windows UI XAML Library.
Sometimes the easiest solution isn't the best one. Here's an architectural approach to building Blazor pages that also makes it easy to combine the worlds of JavaScript and Blazor.
Visual Studio 2019 debuted today in its first preview, showing off more collaborative and "smarter" AI-assisted coding.
The popular Python extension for Visual Studio Code is out in a November update that sees it getting smaller, downloading faster, installing quicker and starting up sooner.
Microsoft is preparing its open source Visual Studio Code editor to support Blazor, the company's experimental technology for using languages such as C# for Web programming.
Eric Vogel provides many code samples to show how to use Entity Framework Core for an ASP.NET Core MVC application.
The newly shipped Visual Studio 2017 for Mac 7.7 features improved IntelliSense and supports newer versions of .NET Core 2.2 and Azure Functions, among other improvements.
Microsoft, already busy with the upcoming Visual Studio 2019, has shipped the final minor update to Visual Studio 2017, improving debugging, UWP development and more.
Microsoft shipped the first release candidate of Azure DevOps Server 2019, the self-hosted, on-premises version of the company's DevOps solution that used to be known as Team Foundation Server.
There's a new kid in the Visual Studio testing environment, though it's only for your .NET Core projects. You don't have to use it, but here are some reasons you'll want to.
Microsoft's experimental Blazor project to run .NET code such as C# in the browser -- heretofore mostly a province of JavaScript -- is out in version 0.7.0 with improved debugging and more.
Despite a lot of support, many developers immediately took issue with the icon change, with comments such as: "I hate to say it but this is ridiculous. This smells of tinkering with the UI just for the sake of it."
Java developers using the Visual Studio Code editor can now enjoy the same AI-assisted IntelliCode functionality previously available only to Python coders.
Microsoft just announced .NET Standard 2.1, its first update in more than a year as it plays catch-up with the .NET Core implementation, which is about to hit v2.2.
Not only can you integrate JavaScript with Blazor, that integration provides a strategy for moving your existing pages to Blazor without having to rewrite your existing JavaScript code.
If someone tells you that LINQ doesn't support subqueries ... well, they're not wrong. But they're also not entirely correct, either. With LINQ you can meet many of the goals of SQL subqueries including the ability to build complex queries out of simpler ones.
Windows Community Toolkit 5.0 includes new functionality for using UWP controls in Windows Forms and WPF desktop applications, introduces a new TabView control, boosts social media platform support and more.