Category: Microsoft
-
File Search in C# / .NET with Azure OpenAI Service Assistants V2 API
The Azure OpenAI Service is a variant of OpenAI that runs within your Azure tenant, which makes it great for companies and use cases where data sovereignty is important. I think its great! The most significant update is that the service is now open to everyone, and you don’t need special approval to access it.…
-
.NET Aspire and the future of .NET
by
In less than a year, .NET Aspire has made it from a preview release all the way through to General Availability and its inclusion in Visual Studio. The marketing keeps saying that the important part of .NET Aspire is that it makes apps “cloud-native”, but that is only a fraction of the story – and…
-
Why Microsoft Orleans is important for .NET Developers
by
Small to medium sized development teams often grapple with the complexities of microservices architecture. While the distributed approach offers scalability and flexibility, it can quickly become overwhelming, especially without a large team to manage the infrastructure. Enter Microsoft Orleans, a framework designed to simplify building scalable, resilient, and distributed backends. This post delves into how…
-
Improve Remote Desktop frame rate to 60fps by enabling AVC 4:4:4 encoding
I am a great fan of Remote Desktop and have been using it for over a decade. It’s built in and just works. One gripe of mine has always been the poor framerate which makes animations and transitions super janky by default. In RDP 10 it turns out this can be massively improved by enabling…
-
Missing StoreKey PFX certificates when building a Visual Studio 2019 UWP project
I came across an interesting issue updating my UWP app to Visual Studio 2019 and a new Azure DevOps pipeline. “Associate with Store” no longer adds password-less PFX files named *TemporaryKey.pfx and *StoreKey.pfx to your project to sign your store submissions – instead in VS2019 it now adds the certificates to your local user store…