Showing results for April 2020 - .NET Blog

Apr 30, 2020
Post comments count91
Post likes count0

Blazor WebAssembly 3.2.0 Release Candidate now available

Daniel Roth
Daniel Roth

The Blazor WebAssembly Release Candidate is here! This release contains all of the features and improvements that we expect to release for the upcoming Blazor WebAssembly release. There are no more breaking changes planned at this point. Please give the Blazor WebAssembly Release Candidate a try and let us know what you think!

ASP.NETASP.NET CoreBlazor
Apr 29, 2020
Post comments count108
Post likes count2

Introducing C# Source Generators

Phillip Carter
Phillip Carter

We're pleased to introduce the first preview of Source Generators, a new C# compiler feature that lets C# developers inspect user code and generate new C# source files that can be added to a compilation. This is done via a new kind of component that we're calling a Source Generator. To get started with Source Generators, you'll need to install t...

.NET
Apr 27, 2020
Post comments count4
Post likes count1

Work flow of diagnosing memory performance issues – Part 2

maoni
maoni

Work flow of diagnosing memory performance issues – Part 0 Work flow of diagnosing memory performance issues – Part 1 Work flow of diagnosing memory performance issues – Part 2 (this post) In this blog post I’ll talk a bit about how to spend time wisely and then continue with the analysis. Originally I was going to delve deeper into the...

.NET
Apr 23, 2020
Post comments count22
Post likes count0

Announcing .NET 5.0 Preview 3

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we're releasing .NET 5.0 Preview 3. It contains a set of new features and performance improvements. We're continuing to work on the bigger features that will define the 5.0 release. The .NET 5.0 Preview 1 post covers what we are planning on building for .NET 5.0. Please take a look at the post and the dotnet/designs repository and share any ...

.NET
Apr 23, 2020
Post comments count1
Post likes count0

ASP.NET Core updates in .NET 5 Preview 3

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

.NET 5 Preview3 is now available and is ready for evaluation! .NET 5 will be a current release. Get started To get started with ASP.NET Core in .NET 5.0 Preview3 install the .NET 5.0 SDK. If you're on Windows using Visual Studio, we recommend installing the latest preview of Visual Studio 2019 16.6. If you're on macOS, we recommend installi...

ASP.NET
Apr 23, 2020
Post comments count0
Post likes count0

Announcing Entity Framework Core 5.0 Preview 3

Jeremy Likness
Jeremy Likness

Today we are excited to announce the third preview release of EF Core 5.0. The third previews of .NET 5 and ASP.NET Core 5.0 are also available now. Prerequisites The previews of EF Core 5.0 require .NET Standard 2.1. This means: How to get EF Core 5.0 previews EF Core is distributed exclusively as a set of NuGet pa...

.NET.NET CoreC#
Apr 22, 2020
Post comments count0
Post likes count0

NuGet.org will continue to support TLS 1.0 and 1.1 until further notice

Christopher Gill
Christopher Gill

Last November, we shared our two-stage plan for deprecating TLS 1.0/1.1 on NuGet.org and actions you can take today to ensure your systems use TLS 1.2. In that post, we announced that NuGet.org would remove support for TLS 1.0/1.1 in April 2020. However, since then, our customers have faced a variety of challenges in the wake of the COVID-19 pandem...

NuGetNuGet.orgSecurity
Apr 21, 2020
Post comments count5
Post likes count1

Help us shape the future of deep learning in .NET

Brigit Murtaugh
Brigit Murtaugh

Deep learning is a subset of machine learning used for tasks such as image classification, object detection, and natural language processing. It uses algorithms known as neural networks to learn and make predictions on image, sound, or text data. Neural networks learn from experience, just like we do as humans. Similar to how we may try an activ...

.NET