Microsoft has announced the latest version of Visual Studio. Visual Studio 2019 version 16.5 adds new XAML, .NET, C++, and debugging features. XAML This release adds the XAML Hot Reload for Xamarin.Forms, which helps accelerate development by making it easier to build, experiment, and iterate over a mobile app’s user interface. With this update, as … continue reading
Microsoft released .NET Preview 1, which is scheduled for a general availability release in November. Preview 1 includes support for Windows ARM64 for the first time and also the .NET Core runtime. Microsoft said it expects Preview 2 to include the SDK (ASP.NET Core but not WPF or Windows Forms). Some of the high-level goals … continue reading
Microsoft has announced its UI library for web components UI Fabric will now be known as Fluent UI. According to the company, Fluent UI is a cross-platform design system that will speak a common language tacross Microsoft. “Fluent UI will directly connect that effort to a broad set of products, through code, specifically the convergence … continue reading
Microsoft co-founder and technology adviser Bill Gates stepped down from the company’s board of directors to dedicate more time to his philanthropic priorities. He will continue to serve as technology advisor to CEO Satya Nadella and other leaders in the company. “I am grateful for Bill’s friendship and look forward to continuing to work alongside … continue reading
Rust 1.42.0 includes more useful panic messages when unwrapping, subslice patterns, the deprecation of Error::description, and more. Additionally, Rust said it is downgrading 32-bit targets to Tier 3 support by the project, since Apple no longer supports it either. More details on the language update are available here. Microsoft releases patch for critical security bug … continue reading
Microsoft has announced the .NET Core uninstall tool 1.0, which is available for Windows and Mac. The new tool is designed to help machines become more manageable and save disk space. Starting in Visual Studio 2019 version 16.3, Visual Studio manages the versions of the SDK and runtime it installs. In previous versions, SDKs and … continue reading
Project Verona is a research programming language to explore the concept of concurrent ownership. The programming language is being run by Microsoft Research with academic collaborators at Imperial College London. It was inspired by other languages such as Rust, Cyclone, and Pony. The language also introduces a new model of concurrent programming in the form … continue reading
Microsoft has announced the general availability of PowerShell 7.0. PowerShell is a configuration and automation tool that includes a command-line shell, object-oriented scripting language, and set of tools for executing scripts and managed modules. Three years ago, Microsoft released a completely reworked version of the tool as PowerShell Core 6. That update introduced cross-platform support … continue reading
.Net Core 3.0 is set to reach its end of life on March 3rd to make room for .Net Core 3.1 that was released last December. After this time, .NET Core patch updates will no longer include updated packages .NET Core 3.0. .NET Core 3.1 is a long-term supported (LTS) release that is set to … continue reading
Microsoft revealed its plans for Visual Studio through June 2020. The main focus will be on addressing top consumer feedback, improving UI Automation properties for better screen reader experiences, and improving performance. The developers behind Visual Studio laid out all of the planned adjustments that involve working with various languages and frameworks and added icons … continue reading
Microsoft has announced the general availability of its cybersecurity solution. Microsoft Threat Protection (MTP) is designed to provide security checks across users, emails, applications, and endpoints. The solution alerts users and takes action using AI so that security professionals can automatically detect, investigate, and stop coordinated multi-point attacks, Microsoft explained In addition, it weeds out … continue reading
Microsoft has announced the availability of the latest version of TypeScript. TypeScript 3.8 introduces several new features, including new ECMAScript standards features and new syntax for type-only imports and exports. One of the new ECMAScript features is private fields. Rules of private fields include that they start with a “#” character, every private field name … continue reading