InfoQ Homepage Microsoft Content on InfoQ
-
Microsoft Introduces Bosque, a Programming Language for Writing Easy-to-Reason-about Code
Microsoft has recently introduced the Bosque programming language, an investigative language design research project for writing code that is simple, obvious, and easy-to-reason-about for both humans and machines. The language derives from a combination of TypeScript inspired syntax and types, plus ML and Node/JavaScript inspired semantics.
-
Microsoft Launches Blockchain-Based Decentralized Identity System
Recently launched in preview by Microsoft, ION is a Decentralized Identifier (DID) network that runs on top of Bitcoin and aims to provide a decentralized identity system and PKI at scale.
-
Microsoft Launches Several New Machine Learning Services and Extends Its Cognitive Services
Before its Build Developer Conference, Microsoft released several new Machine Learning services and Cognitive Services updates, ranging from no-code tools to hosted notebooks, with several new APIs and other services in-between.
-
Microsoft Open-Sources Approximate Nearest Neighbor Search Algorithm Powering Bing
Microsoft's latest contribution to open source, Space Partition Tree And Graph (SPTAG), is an implementation of the approximate nearest neighbor search (NNS) algorithm that is used in Microsoft Bing search engine.
-
Microsoft Open-Sources CCF Framework to Improve Blockchain Ledgers Throughput and Latency
Microsoft Confidential Consortium Framework (CCF) is an open-source framework aiming to enable the creation of blockchain ledgers that can execute transactions with throughput and latency similar to those of a centralized database, says Microsoft.
-
Microsoft Announces React Native for Windows, with Focus on Performance
Microsoft recently announced at Microsoft Build 2019 a MIT-licensed, performance-oriented re-implementation of React Native for Windows. The new React Native for Windows will enable React Native developers to build native Windows apps with React. With the Windows 10 SDK support, developers may target a large variety of Windows devices such as PCs, tablets, laplets, Xbox, or Mixed Reality devices.
-
Microsoft Open-Sources Q#, its Language for Quantum Computing
At its Build 2019 conference, Microsoft announced it will open-source parts of its Quantum Developer Kit, including the Q# compiler and quantum simulators, this summer on GitHub.
-
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.
-
F# 4.6 Released with Anonymous Records, Improved Performance
The most significant change in F# 4.6, now available with .NET Core 2.2, is the introduction of anonymous record types, which simplify the use of records in a number of contexts. Additionally, the F# compiler chain in Visual Studio 2019 has improved performance for medium-to-large size projects in several areas.
-
Microsoft Opens Two New Datacenters in Africa with General Availability of Microsoft Azure
Microsoft announced its first data centers in Africa, with the general availability of their cloud service Azure. Moreover, Microsoft becomes the first public cloud provider to deliver cloud services in Africa.
-
Microsoft Announces the General Availability of Java Support in Azure Functions
Microsoft announced the general availability (GA) of Java support in Azure Functions V2.0. Developers can now write functions in Java 8 and take advantage of the Maven-powered developer experience provided by Visual Studio Code, IntelliJ, Eclipse, and the cross-platform Functions Core Tools.
-
Microsoft Announces Two New Azure Cloud Services Allowing Developers to Build Cross-Platform AR Apps
At the recent Mobile World Congress (MWC) in Barcelona, Microsoft announced two new services: Azure Spatial Anchors and Azure Remote Rendering. Both services will allow developers to build cross-platform and contextual mixed reality applications.
-
Mitigating Software Vulnerabilities at Microsoft over the Last 20+ Years
At BlueHat IL 2019, Microsoft engineer Matt Miller described how the software vulnerability landscape has evolved over the last 20+ years and the approach Microsoft has been taking to mitigate threats. Interestingly, among the major culprits of security bugs, says Miller, are memory safety issues, which account for 70% of total security bugs Microsoft has patched.
-
TypeScript Roadmap: Enhanced Type System, More Productivity, and Improved Linting
Microsoft has detailed the priorities that will drive TypeScript development during the first six months of 2019. Albeit not yet committed, the current roadmap includes enhanced core type system, maximizing forward compatibility with new ECMA features, improving tools, including editor support and linting, and more.
-
Microsoft Open-Sources the UEFI Core Used by Surface Devices and Hyper-V
Project Mu aims to make it easier for developers to quickly create and frequently update the firmware of their devices, enabling Project Mu devices to adopt a Firmware as a Service (FaaS) evolution model. Project Mu contains the same code leveraged in several of products, including the Microsoft Surface and Hyper-V, Microsoft says.