Browsing Tag
dotnet
80 posts
Task.WhenAll + Exceptions = Dor de Cabeça!
O uso de async/await em aplicações dotnet é muito comum, independente se o projeto é uma aplicação Desktop,…
Building a Digital Dungeon Master with Semantic Kernel, C#, and Azure
As a kid, I was fascinated by the possibilities of table top role playing games like Dungeons &…
A .NET TUI for Advent of Code
It’s that time of year in North America: wood stoves are burning, lights are going on houses, turkey…
Aborted attempt to return meaningful Problem Details response from model binding errors in an ASP.NET Core Minimal API
Introduction Model Binding is the process of binding parameters of the route handler to request parameters (to route…
What is inside Rate Limiting for .NET
The Rate Limiting API debuted in .NET 7. It implements several popular algorithms for limiting the number of…
𝐄𝐟𝐟𝐢𝐜𝐢𝐞𝐧𝐭𝐥𝐲 𝐌𝐚𝐧𝐚𝐠𝐢𝐧𝐠 𝐃𝐛𝐂𝐨𝐧𝐭𝐞𝐱𝐭 𝐋𝐢𝐟𝐞𝐭𝐢𝐦𝐞 𝐢𝐧 𝐄𝐅 𝐂𝐨𝐫𝐞
In Entity Framework (EF) Core, managing the 𝗗𝗯𝗖𝗼𝗻𝘁𝗲𝘅𝘁 lifetime is crucial for 𝗮𝗽𝗽𝗹𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗽𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 and 𝗱𝗮𝘁𝗮 𝗶𝗻𝘁𝗲𝗴𝗿𝗶𝘁𝘆. Mismanagement…
Mastering C# Fundamentals: Do-While and For Loops
Meta Description: Learn how to efficiently control the flow of your C# programs using iteration statements like do-while…
[ML.NET] Predicting the Future with ML.NET with examples
Hello, I’m Duc Nguyen (Duke) Today I will introduce ML.NET to the .NET community So, what’s the ML.NET?…
AuthenticationHandler in ASPNET
In ASP.NET Core Identity, an AuthenticationHandler is a component that implements the logic for authenticating users based on…