Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
This is a solid approach—testing a senior C# engineer’s hands-on experience through real-world...
A learning roadmap for ASP.NET Core
MacOS 15 Sequoia has introduced changes to its security APIs which has broken the dotnet CLI's...
In this guide, we'll walk through the process of building a CRUD API using ASP.NET Core, Entity...
Hello, Dev.to community! This is the story of how we built MultiDrive — a high-speed disk management...
In this post, we will integrate DeepSeek R1 into a .NET 9 using Semantic Kernel. If you’re looking to...
Test automation has become a crucial part of the software development cycle in these modern times. It...
In modern software development, creating high-performance APIs is crucial to deliver a fast, stable,...
Introduction C# is a powerful and ever-evolving programming language, loved by developers...
Developing cross-platform mobile applications with .NET MAUI can be a rewarding experience, but it...
In modern software development, clean and maintainable code is paramount. The Repository Pattern is...
NET 9 is the latest iteration of Microsoft's cross-platform framework, designed to enhance modern...
Introduction The Liskov Substitution Principle (LSP) is a foundational concept in...
Design patterns are proven solutions to common software challenges, providing guidance on writing...
Introduction: Microservices architecture has gained widespread popularity due to its ability to build...
In this tutorial, we’ll explore how to do simple CRUD (Create, Read, Update, and Delete) Operations...
What is Data Structures and Algorithms? 🤓 Data Structures: A data structure is a way to...
The Tale of Async, Multithread, and Parallel: Heroes of the .NET Realm Once upon a time,...
To stay ahead in the fast-evolving world of .NET Core development, it's essential to follow a...
O uso de async/await em aplicações dotnet é muito comum, independente se o projeto é uma aplicação...
Minimal APIs are a lightweight way to build APIs with ASP.NET Core, offering a straightforward and...
Eu tenho sérias críticas em relação ao Linkedisney - nome carinhoso dado ao Linkedin. É uma rede...
Welcome to the exciting world of artificial intelligence (AI) development with C#! In this...
Hey there! 👋 Are you tired of messy code shit architectures? Well, let’s fix that! In this post,...
Introduction With the release of .NET 9, you might have noticed that Swagger Gen is no...
Unlock the secrets of software architecture with Mastering Software Architecture: 11 Key Design...
In this post, I'll show you how to create a simple MCP Server and test it in Cursor. For this...
Whether you’re diving into .NET best practices, learning about architectural principles, or trying to...
APIs are the backbone of modern applications, but even the cleanest code can drag if performance...
👓 Introduction Just like we have setInterval() in JavaScript, .NET 8 provides a very...