Visual Studio 2017 was released earlier this week with new programming language features for C# 7.0. C# is a type-safe, object-oriented programming language designed for building applications that run on the .NET framework. The Visual Studio team has been working on C# 7.0 for over a year. “C# 7.0 adds a number of new features … continue reading
Microsoft and NVIDIA want to accelerate artificial intelligence computing in the next generation of cloud technology. The companies announced the HGX-1, an open standard hyperscale GPU accelerator, at the Open Compute Project (OCP) Summit today. “AI is a new computing model that requires a new architecture,” said Jen-Hsun Huang, founder and CEO of NVIDIA. “The … continue reading
Microsoft today released to general availability Visual Studio 2017, an update to its software development environment that aims to increase developer productivity while adding features that make developing for new container architectures, the cloud and mobile devices more seamless. At a digital event announcing the release, Microsoft’s Julia Liuson, corporate vice president for Visual Studio, … continue reading
Docker is releasing a new commercial platform for enterprise development and IT teams. Docker Enterprise Edition (EE) is a new platform designed to streamline the Docker experience, and accelerate business critical app deployments. “From the very beginning, Docker has been focused on taking very complicated tooling and software and making it intuitive and easy to … continue reading
There’s a very specific reason that I’m relieved the holidays are over, and I feel no sympathy in placing the blame squarely on the retail industry. Earlier and earlier each year, we’re constantly bludgeoned with sales: Black Friday sales! Cyber Monday sales! Grandma-Got-Run-Over-By-a-Reindeer sales! OMG-This-Sale-is-So-Good-I’m-Willing-to-Get-Trampled-Myself sales! New-Year, New-You sales! All that competitive price-cutting got me … continue reading
Software teams are not unlike a symphony orchestra. Every skilled musician is an expert with his or her instrument, but they need to work in sync and harmony with the entire group of players. How is it possible that 200 or more individuals know to start together, stay in tempo, remain in tune with each … continue reading
Microsoft’s TypeScript team presented the latest release of TypeScript 2.2 this week, with new features and quick fixes to improve the TypeScript experience. With TypeScript 2.2 comes more improvements to the editor, including code actions, which can guide developers in fixing up errors. This includes adding missing imports, adding missing properties, and removing unused declarations. … continue reading
Microsoft is giving developers new tools to improve its chat and messaging service. The company announced it made enhancements to its Microsoft Teams Developer Preview. Microsoft Teams is the company’s chat-based solution designed to take on the popular messaging service Slack. The preview allows developers create new integrations for the solution. (Related: Microsoft updates its ‘customer … continue reading
It’s now been 11 hours since Microsoft’s last major open-source release. Early this morning, the company pushed the source code for Graph Engine to GitHub. The code includes the distributed in-memory data processing engine, a strongly typed in-memory key-value store, a general distributed computation engine, and the Language-Integrated Knowledge Query (LIKQ) graph query language. In … continue reading
Progress has open-sourced its Progress Telerik UI for Universal Windows Platform, which is a set of native UI controls for building Windows apps. With this announcement, Progress also revealed it is donating to the .NET Foundation to help it with open development in the .NET ecosystem. “With this donation, we are extending our commitment to … continue reading
Ever wonder how Microsoft stores the source code for Windows? Evidently, it’s all been stored in Git. Today, Microsoft announced that it has released the Git Virtual File System, which allows repositories and clients to handle massive repositories. As an example, the Windows repository contains 3.5 million files and is more than 270GB in size. … continue reading
The Rust team announced the latest version of Rust 1.15.0, a system programming language focused on safety, speed and concurrency. “Custom derive” is now stable in this release. The build system for Rust has been rewritten using Cargo, so it is now the default. Compiler performance improvements have been made in this release, and the … continue reading