Showing results for July 2018 - Page 2 of 2 - .NET Blog

Jul 9, 2018
0

Announcing ML.NET 0.3

Cesar De la Torre
Cesar De la Torre

Two months ago, at //Build 2018, we released ML.NET 0.1, a cross-platform, open source machine learning framework for .NET developers. We’ve gotten great feedback so far and would like to thank the community for your engagement as we continue to develop ML.NET together in the open. We are happy to announce the latest version: ML.NET 0.3. This re...

.NET
Jul 9, 2018
24
5

System.IO.Pipelines: High performance IO in .NET

David Fowler
David Fowler

System.IO.Pipelines is a new library that is designed to make it easier to do high performance IO in .NET. It's a library targeting .NET Standard that works on all .NET implementations. Pipelines was born from the work the .NET Core team did to make Kestrel one of the fastest web servers in the industry. What started as an implementation detail ...

.NET
Jul 5, 2018
0
0

Workaround for Bower Version Deprecation

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

As of June 25, the version of Bower shipped with Visual Studio was deprecated, resulting in Bower operations failing when run in Visual Studio. If you use Bower, you will see an error something like: This will be fixed in Visual Studio 15.8. In the meantime, you can work around the issue by using a new version of Bower or by adding some configur...

ASP.NETVisual Studio