Showing results for 2020 - Page 18 of 19 - .NET Blog

Feb 18, 2020
Post comments count14
Post likes count0

.NET Core February 2020 Updates – 2.1.16, 3.0.3, and 3.1.2

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

Today, we are releasing the .NET Core February 2020 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
Feb 12, 2020
Post comments count0
Post likes count0

Deprecating TLS 1.0 and 1.1 on NuGet.org – Stage 1

The NuGet Team
The NuGet Team

In this post, we will go into more details and a specific timeline for Stage 1 i.e. temporarily removing support for TLS 1.0/1.1 on NuGet.org. The goal is to help you identify systems that may be affected and will give you an opportunity to take action before we permanently remove support for TLS 1.0/1.1 in April 2020.

NuGetNuGet.orgSecurity
Feb 11, 2020
Post comments count3
Post likes count0

.NET Framework February 2020 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the February 2020 Security and Quality Rollup Updates for .NET Framework. Security The February Security and Quality Rollup Update does not contain any new security fixes. See January 2020 Security and Quality Rollup for the latest security updates. Quality and Reliability This release contains the following quality and ...

.NET.NET FrameworkWPF
Feb 10, 2020
Post comments count0
Post likes count1

Using .NET for Apache® Spark™ to Analyze Log Data

Brigit Murtaugh
Brigit Murtaugh

.NET for Apache Spark makes Apache® Spark™, and thus the exciting world of big data analytics, accessible to .NET developers. .NET for Spark can be used for processing batches of data, real-time streams, machine learning, and ad-hoc query. In this post, we explore how to use .NET for Spark to perform log analysis.

Apache.NET
Feb 8, 2020
Post comments count6
Post likes count0

Garbage Collection at Food Courts

maoni
maoni

When I first started working on the GC, my predecessor was explaining the GC tuning to me. I told him that I thought it sounded like how I saw janitors work at food courts (I frequented food courts at the time 😀). And he concurred. What I said was if you observe at a food court, in order to be productive, the janitor tries to collect a sizable amo...

.NET
Feb 6, 2020
Post comments count28
Post likes count1

.NET Interactive is here! | .NET Notebooks Preview 2

Maria Naggaga
Maria Naggaga

In November 2019, we announced .NET support for Jupyter notebooks with both C# and F# support. Today we are excited to announce Preview 2 of the .NET Notebook experience. Preview 2 includes C#, F#, and PowerShell support.

.NET
Feb 6, 2020
Post comments count0
Post likes count0

GC Handles

maoni
maoni

A customer asked me about analyzing perf related to GC handles. I feel like aside from pinned handles in general handles are not talked about much so this topic warrants some explanation, especially since this is a user facing feature. For some background info, GC handles are indeed generational so when we are doing ephemeral GCs we only need to s...

.NET