Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | github.com
3.8 parsecs away

Travel
| | The AssemblyAI C# .NET SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, audio intelligence models, as well as the latest LeMUR models. - AssemblyAI/assemblyai-csharp-sdk
| | conradakunga.com
3.4 parsecs away

Travel
| | When working with a HttpClient, this is how you add a request header to each request:
| | www.stevejgordon.co.uk
3.8 parsecs away

Travel
| | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET.
| | haacked.com
15.8 parsecs away

Travel
| C# 11 introduced static virtual members in interfaces. The primary motivation for this feature is to support generic math algorithms. But it turns out, this feature is useful in other scenarios.