Showing tag results for .NET

Aug 10, 2021
Post comments count69
Post likes count0

Announcing .NET MAUI Preview 7

David Ortinau

.NET MAUI Preview 7 is now available with new layouts, improved accessibility, font scaling, and more.

.NET.NET MAUI
Jul 14, 2021
Post comments count59
Post likes count0

Announcing .NET MAUI Preview 6

David Ortinau

.NET MAUI Preview 6 is now available with workload installation, support for gesture recognizers, modals, alerts, and the latest release of Windows App SDK.

.NET.NET MAUI
Jun 22, 2021
Post comments count6
Post likes count0

ML.NET June Updates

Bri Achtman

Check out what's new in ML.NET and Model Builder.

.NETMachine LearningML.NET
Jun 3, 2021
Post comments count36
Post likes count0

Conversation about the .NET type system

Richard Lander

Conversation with .NET engineers about the .NET type system. They share their perspective on value types vs structs, the murky boundary between C# and the CLR, upcoming type system enhancements, and also compare .NET and Java type systems.

.NETConversations
Jun 2, 2021
Post comments count1
Post likes count0

IntelliCode Package Suggestions for NuGet in Visual Studio

Christopher Gill

Building on Visual Studio’s robust IntelliCode experience for .NET, we’re excited to introduce NuGet IntelliCode Package Suggestions in Visual Studio 16.10! IntelliCode Package Suggestions use your project’s context, such as installed packages and project type, to suggest packages to enhance your workflow! IntelliCode AI-assistance has become an i...

NuGetVisual StudioFeature Announcement
May 18, 2021
Post comments count2
Post likes count0

Conversation about PGO

Richard Lander

Conversation with .NET engineers about profile guided optimization (PGO). They share their perspectives on how PGO works, how it improves even sophisticated compilers, other platforms that have good PGO systems, and what .NET is doing to provide better performance with PGO.

Conversations.NET.NET Core
Apr 21, 2021
Post comments count4
Post likes count0

What’s new in dotnet monitor

Sourabh Shirhatti [MSFT]

Learn about what's new in dotnet monitor

.NETContainers