InfoQ Homepage Visual Studio Content on InfoQ
-
Microsoft Build 2020: Highlights
Last week Microsoft held the 10th edition of Build, its annual conference aimed at developers using Microsoft technologies. The online event included multiple important announcements and releases, such as the general availability of Blazor WebAssembly, updates on the upcoming .NET 5, Azure Static Web Apps, and new projects related to IoT and Artificial Intelligence.
-
With Project Reunion Microsoft is Attempting to Unify Win32 and UWP APIs
At Build 2020, Microsoft announced Project Reunion with the aim of unifying app development across multiple Windows 10 versions and devices. The first three components of Project Reunion available to developers in preview are WinUI 3, WebView2 and MSIX (MSIX-Core).
-
Microsoft Visual Studio Online: Distributed Development for Visual Studio
Earlier this month, Microsoft announced the public preview of Visual Studio Online (VSO) at its Ignite conference. The service provides managed development environments that can be used with Visual Studio and Visual Studio Code. It also features an online code editor with IDE capabilities such as debugging, code completion, and collaborative sessions.
-
Microsoft .NET Conf 2019: .NET Core 3.0, C# 8.0, F# 4.7, and Machine Learning
At the 2019 edition of .NET Conf, streamed online earlier this week, Microsoft announced several new features for the .NET ecosystem. .NET Core, ASP.NET, and EF Core 3.0 were released, together with C# 8.0 and F# 4.7. The new releases have a considerable impact on how Windows Desktop, Web, and Mobile applications are developed. New features and tools for Visual Studio 2019 were also showcased.
-
Bringing Blockchain Developer Tools to the Enterprise, Truffle and Microsoft Announce Partnership
In a recent blogpost, Microsoft and Truffle announced a partnership to bring blockchain developer tools and experiences to the Microsoft Azure ecosystem. The investments the organizations are making include local blockchain nodes for testing, with test data, smart contract authoring and continuous deployment, debugging and testing.
-
Microsoft Announces Visual Studio Online
Last month Microsoft announced the launch of Visual Studio Online, an online code editor for the web. With the new service, Microsoft wants to enable developers to work together from anywhere, on any device.
-
Microsoft Announces General Availability of Visual Studio 2019 for Windows and Mac
Microsoft has announced the general availability of Visual Studio 2019 for Windows and Mac. The new version comes with a number of improvements over the last major version released in 2017. A couple of highly anticipated features - IntelliCode and Live Share - have been included in this release.
-
First Look at Visual Studio 2019 Preview 1
Microsoft announced the release of Visual Studio 2019 Preview 1 at the Connect 2018 event. This preview highlights many changes, from the IDE's startup, to code refactoring functionality, and greater use of search functions to better navigate large source trees.
-
An Introduction to the Windows Template Studio for Desktop Development
Over the last couple of decades, the amount of boilerplate code necessary to develop Windows applications has increased dramatically, which takes away from .NET’s early roots as a RAD or Rapid Application Development framework. Microsoft’s attempt to counter-act this is the Windows Template Studio for UWP applications.
-
Early Details about Visual Studio 2019
Microsoft’s John Montgomery has officially announced that the company is working on Visual Studio 2019. InfoQ reports on what is currently known about the successor to VS2017.
-
Microsoft Announces JavaScript Support for Excel Custom Functions
Microsoft recently announced a developer preview release supporting JavaScript to create custom functions directly in Excel. This addition moves beyond the existing Microsoft Office JavaScript API, which is limited to building add-ins or web applications that interact with the object models in Office host applications.
-
First Look at Visual Studio 2017 15.8 with ARM64 Support
The first preview of Visual Studio 2017 15.8 has been released, and includes the first support for the ARM64 platform.
-
Visual Studio Live Share Allows Collaborative Development
The new Visual Studio Live Share extension was demoed at Microsoft Build, and is now available for public preview. Live Share provides real-time, bi-directional collaboration between developers, each on their respective computers, without the need to share repos or set up a development environment. The extension is available for VS2017 and VS Code, including on Mac and Linux installs.
-
Rust in Visual Studio and VS Code
Daniel Griffen has released a preview version of a Rust language service for Visual Studio. This plugin requires Visual Studio 2017 Preview, an experimental release stream for testing new VS features.
-
Language Server Protocol Support for Visual Studio
Like Visual Studio Code and a variety of editors, Visual Studio is adding support for the Language Server Protocol. This will allow new programming languages to be added to Visual Studio with a fraction of the effort currently required.