Showing archive results for 2022

Mar 22, 2022
Post comments count6
Post likes count4

Go To Definition improvements for external source in Roslyn

David Wengier

An in depth look at improvements to Go To Definition (and Go To Implementation, and Go To Base, etc.) allowing you to navigate to source code that isn't in your current solution, but instead comes from external dependencies.

.NET.NET Core.NET Framework
Mar 16, 2022
Post comments count45
Post likes count0

Announcing .NET MAUI Preview 14

David Ortinau

.NET MAUI Preview 14 has shipped with plenty of great new features to try out including a hefty volume of issue resolutions and completed features, and one new feature that will be a welcome addition for desktop developers: the MenuBar!

.NET MAUI.NET
Mar 15, 2022
Post comments count14
Post likes count0

ASP.NET Core updates in .NET 7 Preview 2

Daniel Roth

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

ASP.NET Core.NETASP.NET
Mar 14, 2022
Post comments count14
Post likes count0

Announcing .NET 7 Preview 2 – The New, ‘New’ Experience

Angelos Petropoulos

.NET 7 Preview 2 is now available with enhancements to RegEx source generators, progress moving NativeAOT into the runtime, and a major set of improvements to the 'dotnet new' CLI experience.

.NET
Mar 2, 2022
Post comments count14
Post likes count0

Sharing code between ASP.NET and ASP.NET Core

Ken Schlobohm

You can begin your journey to ASP.NET Core by migrating one page at a time and do it by reusing the code you already have today. This article shows how to share controllers, models, and views from the 10-year-old MVC Music Store with a new ASP.NET Core project.

ASP.NET Core.NETASP.NET
Feb 28, 2022
Post comments count4
Post likes count0

Training a ML.NET Model with Azure ML

Becca McHenry

Learn how to create a training pipeline for ML.NET using Azure ML and Azure Devops.

.NETAzureMachine Learning
Feb 22, 2022
Post comments count99
Post likes count3

Early peek at C# 11 features

Kathleen Dollard

Learn about the C# 11 preview features you can try out in Visual Studio 17.1 and .NET SDK 6.0.200!

C#.NETVisual Studio