Articles by Tag #dotnet

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering the Senior C# Engineer Interview

This is a solid approach—testing a senior C# engineer’s hands-on experience through real-world...

Learn More 143 10Feb 10

Learn ASP.NET from Scratch

A learning roadmap for ASP.NET Core

Learn More 115 5Jan 25

Fixing the HTTPS Developer Certificate Error in .NET on macOS Sequoia

MacOS 15 Sequoia has introduced changes to its security APIs which has broken the dotnet CLI's...

Learn More 95 17Sep 24 '24

Building a CRUD API with ASP.NET Core Web API and PostgreSQL

In this guide, we'll walk through the process of building a CRUD API using ASP.NET Core, Entity...

Learn More 88 5Feb 15

The Story Behind MultiDrive

Hello, Dev.to community! This is the story of how we built MultiDrive — a high-speed disk management...

Learn More 78 14Jun 12

How To Use DeepSeek With .NET 9 | Hands-On With DeepSeek R1, Semantic Kernel & C#

In this post, we will integrate DeepSeek R1 into a .NET 9 using Semantic Kernel. If you’re looking to...

Learn More 72 5Feb 1

Test Automation in .NET Core: Quality and Efficiency in Software Development

Test automation has become a crucial part of the software development cycle in these modern times. It...

Learn More 64 7Jan 23

How To Increase Performance of Web APIs in .NET

In modern software development, creating high-performance APIs is crucial to deliver a fast, stable,...

Learn More 62 7Jan 22

Default Interface Implementations in C#: Where Inheritance Goes to Troll You

Introduction C# is a powerful and ever-evolving programming language, loved by developers...

Learn More 62 10Dec 9 '24

Solving .NET MAUI Issues on macOS Sequoia with Visual Studio Code and XCode 16

Developing cross-platform mobile applications with .NET MAUI can be a rewarding experience, but it...

Learn More 58 3Sep 19 '24

Understanding and Implementing the Repository Pattern in .NET

In modern software development, clean and maintainable code is paramount. The Repository Pattern is...

Learn More 53 11Aug 29 '24

Everything New in .NET 9: The Ultimate Developer's Guide

NET 9 is the latest iteration of Microsoft's cross-platform framework, designed to enhance modern...

Learn More 53 1Nov 22 '24

SOLID: The Liskov Substitution Principle (LSP) in C#

Introduction The Liskov Substitution Principle (LSP) is a foundational concept in...

Learn More 52 13Dec 19 '24

Mastering C# Design Patterns: Practical Examples of Singleton, Factory, and Observer

Design patterns are proven solutions to common software challenges, providing guidance on writing...

Learn More 46 7Mar 4

Building Microservices with .NET Core: A Practical Guide

Introduction: Microservices architecture has gained widespread popularity due to its ability to build...

Learn More 44 3Sep 12 '24

CRUD operations using Blazor Web App, Entity Framework and SQL Server

In this tutorial, we’ll explore how to do simple CRUD (Create, Read, Update, and Delete) Operations...

Learn More 43 5Sep 12 '24

Data Structures in C#: A Beginner's Guide : Mastering

What is Data Structures and Algorithms? 🤓 Data Structures: A data structure is a way to...

Learn More 41 0Sep 17 '24

The Tale of Async, Multithread, and Parallel: Heroes of the .NET Realm

The Tale of Async, Multithread, and Parallel: Heroes of the .NET Realm Once upon a time,...

Learn More 40 6Oct 22 '24

.NET Core Developer Roadmap 2025

To stay ahead in the fast-evolving world of .NET Core development, it's essential to follow a...

Learn More 39 2Jan 7

Async/Await: 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...

Learn More 36 2Dec 8 '24

How to Create Your First Minimal API with .NET 8

Minimal APIs are a lightweight way to build APIs with ASP.NET Core, offering a straightforward and...

Learn More 35 0Sep 2 '24

Foreach, Linkedisney, Clóvis de Barros Filho e código que não funciona...

Eu tenho sérias críticas em relação ao Linkedisney - nome carinhoso dado ao Linkedin. É uma rede...

Learn More 34 12Jan 19

Create Your First AI-Powered C# App with Semantic Kernel: A Step-by-Step Guide

Welcome to the exciting world of artificial intelligence (AI) development with C#! In this...

Learn More 34 0Dec 10 '24

Creating a RESTful API with .NET and Clean Architecture: A Complete Guide 🚀

Hey there! 👋 Are you tired of messy code shit architectures? Well, let’s fix that! In this post,...

Learn More 33 6Nov 12 '24

No Swagger in .NET 9? Here's What You Need to Know!

Introduction With the release of .NET 9, you might have noticed that Swagger Gen is no...

Learn More 32 8Jan 11

11 Key Design Patterns

Unlock the secrets of software architecture with Mastering Software Architecture: 11 Key Design...

Learn More 32 6Sep 23 '24

Create an MCP Server with .NET and C#

In this post, I'll show you how to create a simple MCP Server and test it in Cursor. For this...

Learn More 31 1Mar 23

The new wave: Top 10 emerging .NET content creators

Whether you’re diving into .NET best practices, learning about architectural principles, or trying to...

Learn More 31 0Sep 3 '24

Tips for Improving API Performance in ASP.NET Core

APIs are the backbone of modern applications, but even the cleanest code can drag if performance...

Learn More 30 11Jun 1

Implement a Time-based Service in .NET 8 using IHostedService Interface🔍

👓 Introduction Just like we have setInterval() in JavaScript, .NET 8 provides a very...

Learn More 30 12Dec 26 '24