Showing results for C# - .NET Blog

Dec 11, 2023
2
15

Hardware Intrinsics in .NET 8

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

.NET 8 includes significant improvements to the Hardware Intrinsics feature.

.NETC#
Dec 6, 2023
7
14

Learn .NET 8 with New Beginner Videos

Katie Savage Jayme Singleton
Katie,
Jayme

New to .NET? We know there is a lot to explore – so join our Technical Program managers as they cover all of .NET 8 through this brand new beginners video series and take .NET one step at a time.

.NETC#Visual Studio
Nov 20, 2023
4
9

Improvements & Changes in Android resource generation in .NET 8

Dean Ellis
Dean Ellis

In .NET 8 we have made some vast improvements in changes to how Android resources work in regards to the designer assembly. If you are building Android apps and libraries there are some important changes to know about.

.NETC#.NET MAUI
Nov 14, 2023
12
25

Announcing C# 12

Kathleen Dollard
Kathleen Dollard

Announcing the official release of C# 12, including collection expressions, primary constructors, and more!

.NET.NET CoreC#
Nov 6, 2023
6
5

The convenience of System.IO

Richard Lander
Richard Lander

File I/O APIs are used pervasively in apps. .NET has great API for reading and writing files. They are a great example of the convenience of .NET.

.NETC#Performance