Showing results for Azure - .NET Blog

Aug 24, 2022
Post comments count13
Post likes count4

A Heavy Lift: Bringing Kestrel + YARP to Azure App Services

Byron Tardif
Byron Tardif

In this post, we get a behind-the-scenes look at the engineering work required to change a critical platform component with code paths that are exercised billions of times a day while minimizing service disruptions and maintaining SLA for our customers.

Azure.NETASP.NET Core
Jun 28, 2022
Post comments count9
Post likes count8

Getting Started with DevOps and .NET MAUI

Sweeky Satpathy
Sweeky Satpathy

Want to add DevOps to your .NET MAUI project? This post shows how to implement a starter pipeline using GitHub Actions and Azure DevOps.

.NET MAUI.NETAzure
May 3, 2022
Post comments count6
Post likes count1

Microsoft Graph’s Journey to .NET 6

Joao Paiva
Joao Paiva

Read about the journey of Microsoft Graph on upgrading from .NET Framework 4.6 to .NET 6 and all the impact that came with it.

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

Training a ML.NET Model with Azure ML

Becca McHenry
Becca McHenry

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

.NETAzureMachine Learning
Nov 8, 2021
Post comments count15
Post likes count0

Announcing ASP.NET Core in .NET 6

Daniel Roth
Daniel Roth

.NET 6 is now available! Check out all the new features and improvements in ASP.NET Core in .NET 6.

.NETASP.NETASP.NET Core
Sep 8, 2021
Post comments count8
Post likes count0

Taking the EF Core Azure Cosmos DB Provider for a Test Drive

Jeremy Likness
Jeremy Likness

An overview of some enhancements to the Azure Cosmos DB provider for Entity Framework Core introduced in EF Core 6.0. Includes a reference project that demonstrates implicit ownership, primitive collections and raw SQL.

Entity FrameworkASP.NETAzure
Mar 4, 2021
Post comments count20
Post likes count0

.NET Interactive with SQL!| .NET Notebooks in Visual Studio Code

Maria Naggaga
Maria Naggaga

Read all about how SQL and Entity Framework Core developers can now start using .NET Interactive notebooks for quick iteration of notebooks while providing strongly typed APIs, code completion over tables and columns, and Language-Integrated-Query (LINQ). Quickly explore your data's shape and schema.

.NET CoreC#Azure