Showing results for C# - .NET Blog

Aug 31, 2020
29
0

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

.NET.NET CoreC#
Aug 25, 2020
14
0

New C# Source Generator Samples

Luca Bolognese
Luca Bolognese

This post describes two new generators that we added to the samples project in the Roslyn SDK github repo. The first generator gives you strongly typed access to CSV data. The second one creates string constants based on Mustache specifications.

.NET.NET Core.NET Framework
Jul 21, 2020
2
0

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

.NET.NET CoreC#
Jul 13, 2020
60
3

Performance Improvements in .NET 5

Stephen Toub - MSFT
Stephen Toub - MSFT

Explore many performance improvements, big and small, that have gone into the .NET 5 runtime and core libraries to make apps and services leaner and faster.

.NET.NET Core.NET Framework
Jun 25, 2020
11
0

Announcing Entity Framework Core EFCore 5.0 Preview 6

Jeremy Likness
Jeremy Likness

Today, the Entity Framework Core team announces the sixth preview release of EF Core 5.0. This release includes split queries for related collections, a new "index" attribute, improved exceptions related to query translations, IP address mapping, exposing transaction id for correlation, and much more. Prerequisites EF Core 5.0 will not run on ....

.NET CoreC#Entity Framework
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 ...

.NET.NET CoreC#