Browsing Tag
dotnet
97 posts
Developing your easy alternative to the MediatR library in C#
In recent weeks, there has been a rumor that the famous MediatR library, widely used by the C#/.NET…
Primeiros testes unitários em C# com xUnit (parte 1)
Se você começou na programação há pouco tempo e está procurando aprender sobre testes unitários, saiba que está…
Handling Evolving Requirements: Leveraging C# Params for Variable Number of Parameters
When building software, we need to be aware that the requirements will change over time. Knowing that, we…
Getting Started with .NET: A Hands-On Guide for Student Developers
Are you a student looking to get started with .NET development? Whether you’re new to programming or expanding…
.NET terminal komandalari
dotnet --version – komputerga o’rnatilgan dotnet versiyasini aniqlab beradi. dotnet --list-sdks – sdk versiyalarini chop etib beradi. cls…
Change a .Net Console application into an web application
I was experimenting with a small .NET console application and decided to convert it into a web application.…
AsyncLocal pour le partage d’informations entre classes
Quand vous écrivez des logs dans une application, vous avez sûrement une classe dédiée (voire une instance singleton)…
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 &…