Browsing Tag
dotnet
80 posts
Securing APIs with YARP: Authentication and Authorization in .NET 8 Minimal APIs
As microservices and API-driven architectures continue to rise in popularity, securing these services becomes increasingly crucial. One of…
How to Create a Blazor Web App for Document PDF Viewing and Annotation
Dynamsoft Document Viewer SDK provides a comprehensive set of APIs for viewing and annotating PDFs and images in…
C# Tip: nameof
Let’s explore the nameof operator, introduced in C# 6, which allows you to get the name of variables,…
Unit testing with Xunit: Introduction
Wolf Fact: That’s how a pack of wolves sound Xunit.net is a free, open-source, community-focused unit testing tool…
Dica C#: Ref Locals and Returns
Vamos falar sobre Ref Locals and Returns, introduzidos no C# 7, que permitem que métodos retornem referências a…
Move IO to the Edges of Your App
I originally posted an extended version of this post on my blog a long time ago in a…
Tool call with local model using Ollama and AutoGen.Net
Ollama, starting from version 0.3.0, supports tool calls with popular models like llama 3.1 and mistral. This functionality…
Running Kubernetes locally with Kind and .NET 8 (plus a bonus with Lens)
This isn’t a tutorial about kubernetes, kind, or an API with .NET. It’s just something that helped me…
What’s New in .NET 9 Preview 6: Comprehensive Overview
On July 9th, 2024, Microsoft released .NET 9 Preview 6, featuring significant updates and enhancements across the framework.…
Dependency Injection in .NET with Microsoft.Extensions.DependencyInjection and Scrutor
Dependency Injection (DI) is a crucial design pattern in modern software development that enables the construction of more…