Showing results for C# - .NET Blog

Oct 19, 2020
Post comments count16
Post likes count2

Choose a .NET Game Engine

Abdullah Hamed
Abdullah Hamed

Learn what game engines are, and choose which .NET game engine is best for you.

Game Development.NETC#
Oct 13, 2020
Post comments count8
Post likes count0

Announcing Entity Framework Core (EF Core) 5 RC2

Jeremy Likness
Jeremy Likness

Entity Framework Core EF Core 5.0 gets closer to a final release. RC2 is now available with bug fixes and a go-live license.

.NETASP.NET.NET Core
Oct 6, 2020
Post comments count45
Post likes count0

Game Development with .NET

Abdullah Hamed
Abdullah Hamed

Did you want to develop games using .NET? Learn what .NET game engines, tools, and services are available for you when developing games.

.NET.NET CoreC#
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 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#
Aug 25, 2020
Post comments count14
Post likes count0

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