InfoQ Homepage Microsoft Content on InfoQ
-
Microsoft to Announce Visual Studio for Mac
The MSDN Blog briefly published a post on Visual Studio for Mac, then they took it down because the new product is supposed to be announced at Microsoft Connect(), which is to take place from Nov 16-18, 2016. A copy of the page can be accessed on Google’s cache.
-
VS Code Breaks NPM Registry
Microsoft has launched VS Code 1.7.1, after breaking NPM registry with its 1.7 release. Project manager Wade Anderson said VS Code's Automatic Type Acquisition unintentionally flooded npm with requests for non-existent packages.
-
Microsoft Releases Data Science Tools for Interactive Data Exploration and Modeling
Microsoft recently released two new data science tools for interactive data exploration: modeling and reporting. These tools can be reused by data science teams with data specific tasks in their projects. The goal is to ensure consistency and completeness of data science tasks across different projects in the organization.
-
Microsoft Teams Can Be Extended via Tabs, Bots and Connectors
Microsoft has announced Teams, a group collaboration workspace based on chats and integrated with Office 365. Developers have the opportunity to extend Teams with Tabs, Bots and Connectors.
-
Major Windows Vulnerability Disclosed by Google before Patch Available
A major, currently exploited vulnerability in the Microsoft Windows kernel has recently been disclosed by Google’s Threat Analysis Group, before Microsoft made public a patch or any mitigation advice. Microsoft has stated a fully tested patch will be available in a week.
-
Microsoft Open-Sources P Language for Safe Async Event-Driven Programming
Microsoft’s recently open-sourced P language aims to make it possible to write safe asynchronous event-driven programs on Linux, macOS, and Windows.
-
TypeScript 2.0 Released
Microsoft has released TypeScript 2.0, with Simplified Declaration File Acquisition, Non-nullable Types and Readonly modifiers. The release delivers close ECMAScript spec alignment, wide support for JavaScript libraries and tools, and a language service that powers a first class editing experience in all major editors.
-
Aurelia's Rob Eisenberg Joins Microsoft
Rob Eisenberg, the creator of Aurelia, the alternative JavaScript framework, has taken a job with Microsoft leaving some in the community to wonder how well supported Aurelia will be in the future. Members of the Aurelia team have said that there should not be a big change.
-
Microsoft Pushes the Bot Framework, Google Buys API.ai
Microsoft has made available Bot Framework Preview to developers and Google has purchased API.ai, a bot engine with many integrations.
-
Microsoft Releases TypeScript 2.0 RC
Microsoft has released the TypeScript 2.0 release candidate. One of the most important updates in Typescript's release candidate is its tagged unions. "Tagged unions make it way easier to get type safety using JavaScript patterns you’d write today," says Daniel Rosenwasser, Typescript program manager.
-
IBM Launches Cloud Services for Blockchain Deployments
IBM recently announced a cloud service for organizations looking to adopt blockchain technologies. The service is underpinned by the IBM LinuxONE platform which hosts a series of underlying services for blockchain processing. IBM is positioning this platform for organizations in regulated industries which require secure environments for testing and running blockchain projects.
-
ChakraCore Now Works on Linux and Mac OS
Microsoft has demonstrated ChakraCore running on Linux and Mac OS X, and Node.js/ChakraCore on Linux.
-
Microsoft REST API Guidelines Are Not RESTful
Microsoft has published their guidance for creating “RESTful” APIs. Roy Fielding calls them HTTP APIs that have little to do with REST.
-
TypeScript 2.0 Beta Brings Option Types, Discriminated Unions, and More
Daniel Rosenwasser, program manager for TypeScript at Microsoft, has announced the beta release of TypeScript 2.0, which brings a wealth of new features to the language including non-nullable types, control flow analysis for types and discriminated unions.
-
Visual Studio Code 1.3 Finally Adds Tabs
Microsoft has released version 1.3 of their cross-platform Visual Studio Code. The new version now supports tabs and many other features. Additionally, the Monaco code editor that VS Code is built upon has been extracted and is now available as a stand-alone package.