Showing results for January 2024 - .NET Blog

Jan 31, 2024
Post comments count1
Post likes count10

Building AI-powered Microsoft Copilot with SignalR and other open-source tools

Justin D. HarrisKevin GuoKen Chen
Justin,
Kevin,
Ken

Microsoft Copilot is powered by several open-source tools, such as SignalR, Adaptive Cards, Markdown, and object-basin to solve the unique challenges in building AI-enabled applications at scale. In this article, we share the design considerations and how we integrated various tools with a focus on how we stream messages and responses to the front-...

.NETASP.NETASP.NET Core
Jan 29, 2024
Post comments count4
Post likes count4

How to deploy .NET Aspire apps to Azure Container Apps

Jiachen Jiang
Jiachen Jiang

Let's take a look at how you can easily deploy .NET Aspire Apps to Azure Container Apps with just a few commands with the Azure Developer CLI!

.NETAzureCloud Native
Jan 25, 2024
Post comments count17
Post likes count14

Microsoft Office’s RTC (Real-Time Channel) migration to modern .NET

Gilad Oren
Gilad Oren

Real-Time Channel is Microsoft Office Online's service that powers real time collaboration and coauthoring. This blog post describes the journey to migrate the service from .NET Framework to modern .NET.

.NETASP.NET CoreDeveloper Stories
Jan 16, 2024
Post comments count14
Post likes count2

Introducing NuGetSolver: A Powerful Tool for Resolving NuGet Dependency Conflicts in Visual Studio

Erick Yondon
Erick Yondon

Managing dependencies on complex projects can be overwhelming. Developers often grapple with numerous direct and transitive dependencies across multiple projects. When different projects share dependencies with varying versions, manual conflict resolution becomes necessary, which can be tedious and error-prone, as fixing one issue may inadvertently...

NuGetVisual StudioFeature Announcement