Showing results for .NET Core - .NET Blog

Sep 22, 2020
Post comments count2
Post likes count0

Using GitHub Codespaces with .NET Core

Tim Heuer
Tim Heuer

We've updated our support for developing .NET Core applications in GitHub Codespaces using Visual Studio. Read about the added support we have for editors, testing, debugging, and Azure. Sign up to be invited to the preview for GitHub Codespaces and Visual Studio support!

Visual StudioASP.NET.NET Core
Sep 17, 2020
Post comments count16
Post likes count0

Debug Your .NET Core Apps in WSL 2 with Visual Studio

Nathan Carlson
Nathan Carlson

The .NET Core Debugging with WSL 2 – Preview extension lets run and debug your .NET Core apps in WSL 2 from Visual Studio.

Visual StudioASP.NET.NET Core
Sep 15, 2020
Post comments count97
Post likes count1

The future of .NET Standard

Immo Landwerth
Immo Landwerth

Since .NET 5 was announced, many of you have asked what this means for .NET Standard and whether it will still be relevant. In this post, I'm going to explain how .NET 5 improves code sharing and replaces .NET Standard. I'll also cover the cases where you still need .NET Standard.

.NET Core.NET
Sep 14, 2020
Post comments count17
Post likes count0

Announcing Entity Framework Core (EFCore) 5.0 RC1

Jeremy Likness
Jeremy Likness

Announcing Entity Framework EFCore 5.0 RC1, a "go-live" supported release. This release includes new features like many-to-many, property bags, event counters, required 1:1 dependents and the ability to intercept SaveChanges and listen to save events. It also includes improvements to model-building, migrations, and more.

Entity Framework.NET.NET Core
Sep 2, 2020
Post comments count16
Post likes count0

.NET CLI Templates in Visual Studio

Tim Heuer
Tim Heuer

If you are a template author for .NET Core templates and have been wanting to show up for Visual Studio users as well with little effort we have enabled a new preview feature for you! Visual Studio now has an option in preview to enable CLI-installed .NET Core templates to display as options in the New Project Dialog experience.

.NETASP.NET.NET Core
Sep 2, 2020
Post comments count13
Post likes count0

ARM64 Performance in .NET 5

Kunal Pathak
Kunal Pathak

ARM64 performance work in .NET 5

.NET Core.NETC#
Aug 31, 2020
Post comments count29
Post likes count0

Introducing the Half type!

Prashanth Govindarajan
Prashanth Govindarajan

The specification defines many floating point types, including: , , and . Most developers are familiar with (equivalent to in C#) and (equivalent to in C#). They provide a standard format to represent a wide range of values with a precision acceptable for many applications. .NET has always had and and with .NET 5 Preview 7, we've added a ne...

.NET.NET CoreC#
Aug 31, 2020
Post comments count0
Post likes count0

Big Plans for Big Data and .NET for Spark

Jeremy Likness
Jeremy Likness

The .NET for Spark team is seeking your feedback to improve the experience of working with big data in .NET.

.NET.NET CoreApache
Aug 25, 2020
Post comments count3
Post likes count0

Announcing Entity Framework Core (EF Core) 5.0 Preview 8

Jeremy Likness
Jeremy Likness

Entity Framework Core EF Core 5.0 Preview 8 is here with Table-per-type (TPT), table-valued functions support, SQLite table rebuilds for migrations and more.

Entity Framework.NET CoreC#
Jul 21, 2020
Post comments count2
Post likes count0

Announcing Entity Framework Core EF Core 5.0 Preview 7

Jeremy Likness
Jeremy Likness

Today, the Entity Framework Core team announces the seventh preview release of EF Core 5.0. This release includes a factory to create instances, the ability to reset state, Cosmos DB improvements including enhanced support for configuration options and partition keys, and much more. In this post To summarize: EF Core 5.0 runs on pl...

.NET.NET CoreC#