Logo
Login
Tech Posts 31207
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

🚀 O que é o Span<T> no C# e como ele melhora a performance?

Você sabia que usar Substring() ou ToArray() pode deixar seu código mais lento e consumir mais memória do que deveria? O Span resolve isso!No artigo, explicamos por que o Span é mais rápido, most...
12.03.2025 0 Read More

C# da Nuqtalar va Doiralar bilan Ishlash

C# da Nuqtalar va Doiralar bilan Ishlash
Ushbu maqolada C# dasturlash tilida nuqtalar (Point) va doiralar (Circle) bilan qanday ishlashni o‘rganamiz. Biz quyidagilarni amalga oshiramiz: • Ikki nuqta orasidagi masofani hisoblaymiz. • Nu...
12.03.2025 0 Read More

Introduction to Dynamic Data's Observable Cache

Introduction to Dynamic Data's Observable Cache
Intro to Dynamic Data Dynamic Data (DD) applies the concepts of Reactive Observable (Rx) Streams to collections. DD was created by Roland Pheasant for the purpose of greatly simplifying the d...
04.05.2025 0 Read More

How to Add Unique ID to Each Row in CSV with C#

IntroductionIn this article, we will explore how to assign a unique ID to each row when storing information into a CSV file using C# with the CsvHelper library. You are currently using the CsvHelper i...
04.05.2025 0 Read More

How to Refresh Access Token in YARP on 401 Response

When working with reverse proxy configurations in YARP (Yet Another Reverse Proxy), you might encounter situations where you need to handle authentication tokens effectively, especially when your acce...
05.05.2025 0 Read More

Brighter and Azure: How to setup and use Brighter with Azure Service Bus

Introduction to Azure Service Bus Azure Service Bus is a fully managed enterprise message broker that facilitates reliable communication between applications and services, both in the cloud a...
05.05.2025 0 Read More

How to Fix Auth0 Redirect URI Error in C#

When working with Auth0 for authentication in a C# application, one common issue developers may encounter is the error message stating, "The provided redirect_uri is not in the list of allowed callbac...
05.05.2025 0 Read More

How to Exclude Specific Files from NuGet Packages in C#

Understanding the Error: Duplicate Files in NuGet PackagesEncountering the error message, "Payload contains two or more files with the same destination path..." during your C# project build process ca...
05.05.2025 0 Read More

Web API Exception Handling and Logging

In the previous post, we set up a basic .NET 9 Web API project. Now it’s time to take things further by adding global error handling and logging to make our API more robust.In this post, we’ll cov...
05.05.2025 0 Read More

How to Retrieve Bluetooth Battery Status in C# Code?

If you're struggling to access the battery status of your Bluetooth device in C#, you are not alone. Bluetooth Low Energy (BLE) devices typically allow you to read battery levels using the GATT protoc...
05.05.2025 0 Read More
Loading...
#reading
Study Notes 6.11-12: Kafka ksqlDB, Connect & Schema Registry
0
Should You Use Laravel Seeders/Factories in Production?
0
Developer Tooling #001
0
Where to Start in Web Development: Your Browser as Your First IDE
0
How we launch
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0