Showing category results for ASP.NET Core

Feb 8, 2024
Post comments count19
Post likes count11

My Top 10 NEW Visual Studio Features of 2023 for .NET Developers

James Montemagno

There are tons of great new feature for .NET developers to love in Visual Studio 2022, here are my top 10 that were released in 2023 that you can take advantage of right now.

.NETASP.NETASP.NET Core
Jan 31, 2024
Post comments count1
Post likes count10

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

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 25, 2024
Post comments count17
Post likes count14

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

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
Dec 20, 2023
Post comments count6
Post likes count107

Announcing .NET Aspire Preview 2

Damian Edwards

.NET Aspire Preview 2 is now available and includes many improvements and new capabilities.

.NETASP.NET CoreCloud Native
Dec 4, 2023
Post comments count17
Post likes count17

Extending WebAssembly to the Cloud with .NET

Richard Lander

We're closely following the progress of WebAssembly, including WebAssembly System Interface (WASI). There's a new experimental workload in .NET 8 for WASI that extends the capabilities of Wasm towards the Cloud.

.NETASP.NET CoreCloud
Nov 21, 2023
Post comments count34
Post likes count9

Announcing .NET Chiseled Containers

Richard Lander

.NET chiseled Ubuntu container images are now GA and can be used in production, for .NET 6, 7, and 8.

.NETASP.NET CoreContainers