Showing category results for .NET Core

Mar 12, 2020
Post comments count2
Post likes count0

Continuous integration and deployment for desktop apps with GitHub Actions

Edward Skrod

From speaking to desktop developers, we’ve heard that you want to learn how to quickly set up continuous integration and continuous deployment (CI/CD) workflows for your WPF and Windows Forms applications in order to take advantage of the many benefits CI/CD pipelines have to offer, such as: That's why we created a sample application in Gi...

.NET Core.NETWPF
Mar 10, 2020
Post comments count11
Post likes count0

Announcing the .NET Core Uninstall Tool 1.0!

Sarah Oslund

Today we are releasing the .NET Core Uninstall Tool for Windows and Mac! Starting in Visual Studio 2019 version 16.3, Visual Studio manages the versions of the SDK and runtime it installs. In previous versions, SDKs and runtimes were left on upgrade in case those versions were targeted or pinned with . We realized this was not ideal and might have...

.NET Core
Feb 26, 2020
Post comments count5
Post likes count0

ASP.NET Core Apps Observability

Francisco Beltrao

Based on interactions with customers using .NET Core in different environments, this article explores options for adding observability to .NET Core apps. Looking specifically into OpenTelemetry and Application Insights SDKs to add observability to a sample distributed application.

ASP.NETASP.NET Core.NET Core
Dec 16, 2019
Post comments count49
Post likes count0

An Introduction to DataFrame

Prashanth Govindarajan

Last month, we announced .NET support for Jupyter notebooks, and showed how to use them to work with .NET for Apache Spark and ML.NET. Today, we're announcing the preview of a DataFrame type for .NET to make data exploration easy. If you've used Python to manipulate data in notebooks, you'll already be familiar with the concept of a DataFrame. At a...

.NET.NET CoreC#
Dec 11, 2019
Post comments count51
Post likes count71

ConfigureAwait FAQ

Stephen Toub - MSFT

.NET added / to the languages and libraries over seven years ago. In that time, it's caught on like wildfire, not only across the .NET ecosystem, but also being replicated in a myriad of other languages and frameworks. It's also seen a ton of improvements in .NET, in terms of additional language constructs that utilize asynchrony, APIs offering asy...

.NET.NET CoreC#
Dec 11, 2019
Post comments count39
Post likes count28

An Introduction to System.Threading.Channels

Stephen Toub - MSFT

"Producer/consumer" problems are everywhere, in all facets of our lives. A line cook at a fast food restaurant, slicing tomatoes that are handed off to another cook to assemble a burger, which is handed off to a register worker to fulfill your order, which you happily gobble down. Postal drivers delivering mail all along their routes, and you eithe...

.NET.NET CoreC#
Dec 9, 2019
Post comments count2
Post likes count0

GC Perf Infrastructure – Part 1

maoni

We open sourced our new GC Perf Infrastructure! It’s now part of the dotnet performance repo. I’ve been meaning to write about it ‘cause some curious minds had been asking when they could use it after I blogged about it last time but didn’t get around to it till now. First of all, let me point out that the target audience of this infra, aside from...

.NET.NET Core.NET Framework
Dec 5, 2019
Post comments count8
Post likes count0

.NET Core 2.2 will reach End of Life on December 23, 2019

Lee Coward

.NET Core 2.2 was released on December 4, 2018. As a non-LTS ("Current") release, it is supported for three months after the next release. .NET Core 3.0 was released on September 23, 2019. As a result, .NET Core 2.2 is supported until December 23, 2019. After that time, .NET Core patch updates will no longer include updated packages of container i...

.NET Core
Dec 3, 2019
Post comments count22
Post likes count0

ASP.NET Core updates in .NET Core 3.1

Sourabh Shirhatti [MSFT]

NET Core 3.1 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NET.NET CoreBlazor
Nov 19, 2019
Post comments count5
Post likes count0

.NET Core November 2019 Updates – 2.1.14, 2.2.8, and 3.0.1

Jamshed Damkewala

Today, we are releasing the .NET Core November 2019 Update. These updates only contain non-security fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information needed to make...

.NET.NET Core