Showing archive results for 2022

Jun 14, 2022
Post comments count2
Post likes count1

Introducing the ML.NET Text Classification API (preview)

Luis Quintanilla

Introducing the new ML.NET Text Classification API (preview) which uses state-of-the-art NLP transformer models and TorchSharp to train custom text classification models.

.NETMachine LearningML.NET
Jun 14, 2022
Post comments count21
Post likes count0

Announcing .NET 7 Preview 5

Angelos Petropoulos

.NET 7 Preview 5 is now available with improvements to ML.NET and Generic Math, a new Roslyn analyzer and fixer for RegexGenerator and multiple performance improvements in the areas of CodeGen, Observability, JSON serialization / deserialization and working with streams.

.NET
Jun 14, 2022
Post comments count17
Post likes count1

Announcing Entity Framework 7 Preview 5

Jeremy Likness

Announcing EF7 Preview 5 with completed support for Table-per-Concrete Type (TPC).

.NETEntity Framework
Jun 14, 2022
Post comments count16
Post likes count0

ASP.NET Core updates in .NET 7 Preview 5

Daniel Roth

.NET 7 Preview 5 is now available! Check out what's new in ASP.NET Core in this update.

.NETASP.NETASP.NET Core
Jun 13, 2022
Post comments count2
Post likes count0

OneService Journey to .NET 6

Dominic Nguyen

The journey of the Microsoft OneService team from .NET Framework to .NET 6 and the wins that came from it.

.NETDeveloper Stories
Jun 9, 2022
Post comments count34
Post likes count3

.NET 7 Preview 5 – Generic Math

Tanner Gooding [MSFT]

.NET 7 Preview 5 includes significant improvements to the Generic Math feature.

.NETC#
Jun 7, 2022
Post comments count3
Post likes count3

Exchange Online Journey to .NET Core

David Sterling (EXCHANGE)

Explore Exchange's migration from .NET Framework to .NET Core

.NETASP.NETASP.NET Core
Jun 7, 2022
Post comments count17
Post likes count2

Performance Improvements in .NET MAUI

Jonathan Peppers

Want to know why .NET MAUI apps boot faster, run smoother, and are smaller? This post break down how we made .NET MAUI fast!

.NET.NET MAUIPerformance
May 31, 2022
Post comments count32
Post likes count1

Incremental ASP.NET to ASP.NET Core Migration

Taylor Southwick

Introducing a simple pattern to apply the Strangler Fig pattern to migrating ASP.NET to ASP.NET Core applications with the help of some new adapters.

.NETASP.NETASP.NET Core