Showing archive results for 2024

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