Cleaner Stack Traces in .NET/.NET Core
Ben Adams and Anirudh Agnihotry have worked to improve the stack traces and error messages in .NET Core.
The Challenge of UWP Apps in the Enterprise
The proliferation of web-based applications and mobile apps have proven to be very popular both with end-users and developers. But what about traditional Windows line-of-business applications that still require the resources of a desktop computer? A look at UWP apps on Windows 10 and whether they can meet the challenge.
Microsoft Releases Azure Data Factory V2 Visual Tools in Public Preview
After releasing Microsoft Azure Data Factory v2 (ADF) in public preview in September, Microsoft has recently followed up with the announcement of a public preview of new visual tooling for the service.
Latest Advances in Visual Studio 2017 15.6 Preview
Microsoft's latest preview of Visual Studio 2017, version 15.6, adds several new features for code diagnostics, debugging and source control. Foremost among these is greatly expanded support tags when using Git source control.
Microsoft Announces the General Availability of Azure Bot Service and Language Understanding
Microsoft recently announced that the Azure Bot Service and Language Understanding has become generally available. Both had previously been in public preview for months, and the release increases availability in nine more regions including Ireland, Hong Kong and Sao Paulo, Brazil, and new capabilities to aid developers in achieving more.
Visual Studio Code 1.19 Completes 2017 Release Schedule, Team Preps for 2018
Microsoft has released Visual Studio Code 1.19, capping off a year of monthly releases. The editor has come a long way in the past year with huge gains in features, speed, and popularity. The team is gearing up for a jam-packed release schedule in 2018.
Using C# to Target GPUs
The new Hybridizer technology provides C# developers with a way to target the CUDA platform and take advantage of GPUs for increased performance. Thanks to Hybridizer, developers are not forced to use C or C++ to write high-performance GPU code.
F# 2017 Retrospective
During 2017 F# reached version 4.1 and grew its user community, mostly in coincidence with the release of .NET Core 2.0, while getting stronger tooling and wider conference presence, writes Microsoft program manager Phillip Carter.
Devirtualization in .NET Core
Devirtualization, a technique for improving performance when working with abstract classes and interfaces, is slowly making its way into .NET Core.
Microsoft Updates Cosmos DB with Cassandra Support and Provides Better Availability Guarantees
Last month at Microsoft Connect 2017, Azure Cosmos DB received several new updates, including support for using the Cassandra NoSQL database API and increased guarantees for availability. With the Cassandra NoSQL database API, customers can run operations inside Cosmos DB on a data model. The availability guarantee moves from 99.99 percent to 99.999 percent.
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.
Easing into .NET Core with the Windows Compatibility Pack
Microsoft is making it easier to migrate applications onto .NET Core and Linux with the Windows Compatibility Pack for .NET Core.
Improving .NET Performance by Reducing Memory Usage
A persistent myth in .NET is that memory allocations don’t affect performance. In this report we take a look at the source of that myth and offer advice on how to reduce memory usage.
Microsoft Announces Public Preview of IoT Edge
During the recent Connect(); conference, Microsoft announced a new version of the IoT Gateway Software Development Kit (SDK) called IoT Edge to provide edge computing in IoT scenarios.