Showing results for August 2019 - .NET Blog

Aug 30, 2019
Post comments count0
Post likes count0

.NET Framework August 30, 2019 Cumulative Update for Windows 10 version 1903

Brett Lopez
Brett Lopez

The August 2019 Cumulative Update for .NET Framework 3.5 and 4.8 on Windows 10 version 1903 was released. Quality and Reliability This release contains the following quality and reliability improvements. Getting the Update The Cumulative Update is available via Windows Update, Windows Server Update Servic...

.NET Framework
Aug 28, 2019
Post comments count2
Post likes count0

How the .NET Team uses Azure Pipelines to produce Docker Images

Matt Thalman
Matt Thalman

Producing Docker images for .NET might not seem like that big of a deal.  Once you’ve got a Dockerfile defined, just run "docker build" and "docker push" and you’re done, right?  Then just rinse and repeat when new versions of .NET are released and that should be all that’s needed.  Well, it’s not quite that simple.  When you factor in the numbe...

.NET
Aug 27, 2019
Post comments count2
Post likes count0

Redesigning Configuration Refresh for Azure App Configuration

Abhilash Arora
Abhilash Arora

Overview Since its inception, the .NET Core configuration provider for Azure App Configuration has provided the capability to monitor changes and sync them to the configuration within a running application. We recently redesigned this functionality to allow for on-demand refresh of the configuration. The new design paves the way for smarter applic...

ASP.NETASP.NET Core.NET Core
Aug 22, 2019
Post comments count10
Post likes count0

New and improved NuGet Search is here!

Karan Nandwani
Karan Nandwani

It’s been a long time coming, and today we are excited to announce the new and improved search on NuGet.org leveraging Azure Search. We want to start this post with a huge thanks to you, the NuGet community, for providing feedback. We have aggregated all feedback around search result relevance into one mega issue. We used this as the starting point...

NuGetNuGet.orgFeature Announcement
Aug 22, 2019
Post comments count15
Post likes count0

Visual Studio Tips and Tricks: Increasing your Productivity for .NET

Mika Dumont
Mika Dumont

The .NET team is constantly thinking of new ways to make developers more productive. We've been working hard over the past year to take the feedback you've sent us and turn it into tools that you want! In this post I’ll cover some of the latest productivity features available in Visual Studio 2019 Preview. Code Fixes and Refactorings Code fixes...

.NET
Aug 22, 2019
Post comments count0
Post likes count0

Messaging Practices

Glenn Condron [MSFT]
Glenn Condron [MSFT]

This post is a collection of content from David Boike from the Particular.net blog calling out some common problems and solutions for building message based distributed systems. They are relevant to anyone building apps using messaging, and anyone building a Microservice based solution should definitely be interested in the first post about slimmin...

.NET Core.NET
Aug 21, 2019
Post comments count4
Post likes count0

Hey .NET! Have you tried ML.NET?

Bri Achtman
Bri Achtman

ML.NET is an open source and cross-platform machine learning framework made for .NET developers. Using ML.NET you can easily build custom machine learning models for scenarios like sentiment analysis, price prediction, sales forecasting, recommendation, image classification, and more. ML.NET 1.0 was released at //Build 2019, and since then the te...

ML.NETMachine LearningAI Machine Learning
Aug 20, 2019
Post comments count0
Post likes count0

.NET Framework August 2019 Preview of Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the August 2019 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. BCL1 1 Base Class Library (BCL)   Getting the Update The Preview of Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft U...

.NET Framework
Aug 19, 2019
Post comments count30
Post likes count1

.NET Core and systemd

Glenn Condron [MSFT]
Glenn Condron [MSFT]

In preview7 a new package was added to the `Microsoft.Extensions` set of packages that enables integration with systemd. For the Windows focused, systemd allows similar functionality to Windows Services, there is a post on how to do what we discuss here for Windows Services in this post. This work was contributed by Tom Deseyn from Red Hat. In this...

.NET Core
Aug 13, 2019
Post comments count38
Post likes count0

.NET Framework 4.8 is available on Windows Update, WSUS and MU Catalog

Namrata Karnam
Namrata Karnam

01/14/2020: This post has been updated with information about the Microsoft .NET Framework 4.8 for Windows Updates released on January 14, 2020 via Windows Update/WSUS/Catalog to include the servicing fixes since the .NET Framework 4.8 August 2019 Windows Update. Apart from the servicing fixes, there is no change in the .NET Framework 4.8 product f...

.NET