Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Why We Should Use Client-Server Architecture (and Not Connect the UI Directly to the Database)
Cover image for Why We Should Use Client-Server Architecture (and Not Connect the UI Directly to the Database)

Why We Should Use Client-Server Architecture (and Not Connect the UI Directly to the Database)

3
Comments
2 min read
Understanding Constants in C#: CLR perspective

Understanding Constants in C#: CLR perspective

Comments
4 min read
Part 1 - High Volume Ticket Booking System using C#, EF Core, Redis Cache and SQL Server
Cover image for Part 1 - High Volume Ticket Booking System using C#, EF Core, Redis Cache and SQL Server

Part 1 - High Volume Ticket Booking System using C#, EF Core, Redis Cache and SQL Server

3
Comments
10 min read
C# Networking: Raw Sockets, TCP, and UDP Programming

C# Networking: Raw Sockets, TCP, and UDP Programming

1
Comments 1
4 min read
Guide to Deploying .NET Web API on Linux Servers with Auto-Restart using systemd
Cover image for Guide to Deploying .NET Web API on Linux Servers with Auto-Restart using systemd

Guide to Deploying .NET Web API on Linux Servers with Auto-Restart using systemd

Comments
3 min read
What Makes C# Developers Highly Sought After in Today’s Job Market

What Makes C# Developers Highly Sought After in Today’s Job Market

Comments
2 min read
🧾 How I Rebuilt My eAdvice System with C# Console Apps
Cover image for 🧾 How I Rebuilt My eAdvice System with C# Console Apps

🧾 How I Rebuilt My eAdvice System with C# Console Apps

Comments
2 min read
Building a Scalable .NET 8 Web API: Clean Architecture + CQRS + JWT + PostgreSQL + Redis - A Complete Guide
Cover image for Building a Scalable .NET 8 Web API: Clean Architecture + CQRS + JWT + PostgreSQL + Redis - A Complete Guide

Building a Scalable .NET 8 Web API: Clean Architecture + CQRS + JWT + PostgreSQL + Redis - A Complete Guide

4
Comments
13 min read
Build a Smarter FAQ Bot with Azure AI: A Step-by-Step Guide to Question Answering
Cover image for Build a Smarter FAQ Bot with Azure AI: A Step-by-Step Guide to Question Answering

Build a Smarter FAQ Bot with Azure AI: A Step-by-Step Guide to Question Answering

Comments
9 min read
Dev Log 01 - My First Dev Log

Dev Log 01 - My First Dev Log

Comments
4 min read
Learning Go as a .NET Developer
Cover image for Learning Go as a .NET Developer

Learning Go as a .NET Developer

1
Comments
6 min read
Game Dev Digest — Issue #293 - Porting, Trailers, Marketing, and more

Game Dev Digest — Issue #293 - Porting, Trailers, Marketing, and more

1
Comments
11 min read
Graph Theory in Real Life: How BFS Solves Business Problems You Didn’t Know Existed

Graph Theory in Real Life: How BFS Solves Business Problems You Didn’t Know Existed

6
Comments 1
2 min read
Fixing Blazor 404 Errors When Using Razor Class Library Pages

Fixing Blazor 404 Errors When Using Razor Class Library Pages

1
Comments
3 min read
🧠 Headless Architecture – The Unknown Gem That Supercharged My Automation Projects
Cover image for 🧠 Headless Architecture – The Unknown Gem That Supercharged My Automation Projects

🧠 Headless Architecture – The Unknown Gem That Supercharged My Automation Projects

Comments
2 min read
Building an Intelligent Task Router for Multi-Model AI Systems with ML.NET
Cover image for Building an Intelligent Task Router for Multi-Model AI Systems with ML.NET

Building an Intelligent Task Router for Multi-Model AI Systems with ML.NET

9
Comments
5 min read
Mastering LINQ in C#: A Comprehensive Guide to Methods and When to Use Them
Cover image for Mastering LINQ in C#: A Comprehensive Guide to Methods and When to Use Them

Mastering LINQ in C#: A Comprehensive Guide to Methods and When to Use Them

4
Comments
4 min read
Turn LLM-Generated HTML into Images Using PuppeteerSharp with .NET
Cover image for Turn LLM-Generated HTML into Images Using PuppeteerSharp with .NET

Turn LLM-Generated HTML into Images Using PuppeteerSharp with .NET

5
Comments 1
6 min read
𝗖𝗮𝗿𝗲𝗲𝗿 𝗕𝗿𝗲𝗮𝗸 𝘁𝗼.𝗡𝗘𝗧 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿 𝗦𝘂𝗰𝗰𝗲𝘀𝘀

𝗖𝗮𝗿𝗲𝗲𝗿 𝗕𝗿𝗲𝗮𝗸 𝘁𝗼.𝗡𝗘𝗧 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿 𝗦𝘂𝗰𝗰𝗲𝘀𝘀

Comments 2
1 min read
Why `0.1 + 0.2 != 0.3` in C# (and most other languages)
Cover image for Why `0.1 + 0.2 != 0.3` in C# (and most other languages)

Why `0.1 + 0.2 != 0.3` in C# (and most other languages)

Comments
2 min read
⚡ C# Tip: ToCharArray() vs ToArray() — Why It Matters More Than You Think
Cover image for ⚡ C# Tip: ToCharArray() vs ToArray() — Why It Matters More Than You Think

⚡ C# Tip: ToCharArray() vs ToArray() — Why It Matters More Than You Think

Comments
1 min read
C# LeetCode 136: Single Number - (Easy)
Cover image for C# LeetCode 136: Single Number - (Easy)

C# LeetCode 136: Single Number - (Easy)

Comments
1 min read
C# LeetCode 125: Valid Palindrome - (Easy)

C# LeetCode 125: Valid Palindrome - (Easy)

Comments
2 min read
C# LeetCode 118: Pascal's Triangle - (Easy)
Cover image for C# LeetCode 118: Pascal's Triangle - (Easy)

C# LeetCode 118: Pascal's Triangle - (Easy)

Comments
1 min read
C# LeetCode 88: Merge Sorted Array - (Easy)
Cover image for C# LeetCode 88: Merge Sorted Array - (Easy)

C# LeetCode 88: Merge Sorted Array - (Easy)

1
Comments
2 min read
loading...