- C# Digest
- Posts
- Building a scalable gateway with .NET for Microsoft AI
Building a scalable gateway with .NET for Microsoft AI
With the help of YARP on .NET 8 for Bing, Copilot and other services
Building a scalable gateway with .NET for Microsoft AI
7 minutes by Kara Saucerman
In this blog post, we will cover the journey to building our gateway, codenamed CETO, with the help of YARP on .NET 8 for Bing, Copilot and other services.
Deep Dive: .NET MAUI Course
sponsored by Code Traveler LLC
Brandon Minnick has just released two of the most comprehensive .NET MAUI training courses to-date, containing over 10 hours of material. The first course teaches you to create your very first mobile app using C#. And the second course dives deep into best-practices on advanced topics like MVVM, Async/Await, Memory Management, Local Storage, GraphQL, REST and more. Use code MAUI20 to get 20% off and begin creating mobile apps in C# today!
Default Azure Credentials Under the Hood
9 minutes by Tore Nestenius
The DefaultAzureCredentials is key for using Azure services, but how exactly does it work and when should you use it? In this post, we’ll break down how it operates, its challenges, and other ways to access Azure services. This guide will help you get a clearer picture of how to handle Azure authentication simply and effectively.
Hangfire: A Feature-Rich Approach to Task Scheduling in .NET
8 minutes by Jonathan Roellinger
In this article, we'll look at Hangfire's key components, discuss its benefits and provide a practical example of its use in a .NET Core application.
The New C# Interceptors vs. AOP
11 minutes by Marek Sirkovský
The Source Generator has been a game-changer, and with the new feature of interception, it allows you to do things that were not possible before. However, remember that it’s not perfect and still only experimental.
Implement a secure Blazor Web application using OpenID Connect and security headers
5 minutes by Damien Bod
This article shows how to implement a secure .NET 8 Blazor Web application using OpenID Connect and security headers with CSP nonces. The NetEscapades.AspNetCore.SecurityHeaders nuget package is used to implement the security headers and OpenIddict is used to implement the OIDC server.
how did you like this issue? |