Articles by Tag #csharp

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

Exploring the Use of C++ for Game Development

What to Consider When Developing a Video Game To make a video game of your own, you'll...

Learn More 147 76Dec 2 '24

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

Hidden NET 9 gems

Introduction When Microsoft announces a new version of the NET Framework there are release...

Learn More 98 0Nov 24 '24

C# different way to do a proof of concept

Preface The reader should have a basic understanding of working with classes, interfaces...

Learn More 90 3Sep 15 '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

ChatGPT custom GPT and C#

Introduction When displaying an image on a web page, it's recommended that the alt...

Learn More 69 3Mar 30

This Is Why We Don't Test Private Methods

I originally posted this post on my blog a long time ago in a galaxy far, far away. It's part of an...

Learn More 64 53Feb 3

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

Top 20+ Full-stack Projects For Beginners in C#, ASP.NET , .NET CORE

1. Simple-.NET-MVC-5-Shopping-Cart An experimental online shopping cart built using C#...

Learn More 61 1Nov 17 '24

Storing passwords safely (C#)

Introduction Learn and easy way to stored passwords in a SQL-Server database table using...

Learn More 57 26Nov 3 '24

Essential Mid-Level C# Interview Questions and Answers for Industry Professionals

Q1. What is the difference between a struct and a class in C#? Answer: struct: A value type that...

Learn More 53 3Feb 6

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

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

C# Search by multiple strings

Introduction Usually when there is a need to determine if a string has multiple...

Learn More 45 8Nov 17 '24

C# | Interview Questions and Answers

Note You can check other posts on my personal website: https://hbolajraf.net ...

Learn More 44 0Aug 19 '24

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

Reinventando a Roda: Criando uma Rede Neural com csharp

Por que causa, motivo, razão ou circunstância um ser humano em sã consciência escreveria uma Rede...

Learn More 40 6Feb 26

.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

Reinventando a Roda: Criando seu próprio MediatR - Parte 1

Quando o homem inventou a roda Logo Deus inventou o freio, Um dia, um feio inventou a moda E toda...

Learn More 34 2Apr 11

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

How to Implement Real-Time Communication in .NET 8 Minimal APIs Using SignalR: A Step-by-Step Guide

As modern applications continue to evolve, real-time communication has become a crucial feature for...

Learn More 32 7Oct 16 '24