Showing results for April 2020 - .NET Blog
Apr 30, 2020
91
0

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
108
2

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
4
1

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
22
0

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
1
0

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
0
0

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 21, 2020
5
1

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
Apr 15, 2020
2
0

Using .NET Core to provide Power Query for Excel on Mac

Oded Hanson
Oded Hanson

Power Query is a data connection technology that enables you to discover, connect, combine, and refine data sources to meet your analysis needs. Features in Power Query are available in Excel and Power BI Desktop. Power Query was developed for windows and is written in C# targeting .NET Framework. The Power Query product has been in development for...

.NET