Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Dica C#: Asynchronous Disposable

Dica C#: Asynchronous Disposable

Comments
2 min read
Building Microservices with .NET Core: A Practical Guide

Building Microservices with .NET Core: A Practical Guide

31
Comments 3
5 min read
Enhancing LLM Development: Implementing the Oproof Python Package in Tau's Kernel

Enhancing LLM Development: Implementing the Oproof Python Package in Tau's Kernel

1
Comments
3 min read
CRUD operations using Blazor Web App, Entity Framework and SQL Server

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

26
Comments 4
7 min read
C# Tip: Static Local Functions

C# Tip: Static Local Functions

Comments
1 min read
Dica C#: Static Local Functions

Dica C#: Static Local Functions

1
Comments
1 min read
Create a Tic Tac Toe Game in Unity

Create a Tic Tac Toe Game in Unity

12
Comments
11 min read
Good Vs Bad Code pull request reviews with Peer to Peer

Good Vs Bad Code pull request reviews with Peer to Peer

Comments
2 min read
Dica C#: nameof

Dica C#: nameof

Comments
1 min read
C# Tip: nameof

C# Tip: nameof

Comments
1 min read
Windows terminal commands

Windows terminal commands

Comments
1 min read
Hidden Gems: Lesser-Known .NET Libraries Every Developer Should Know About

Hidden Gems: Lesser-Known .NET Libraries Every Developer Should Know About

5
Comments
3 min read
Music via piano roll via C#

Music via piano roll via C#

1
Comments
9 min read
Jagged Arrays in C#

Jagged Arrays in C#

1
Comments
2 min read
Variables

Variables

Comments
1 min read
Dica C#: ArgumentNullException.ThrowIfNull

Dica C#: ArgumentNullException.ThrowIfNull

Comments
1 min read
C# Streams Explained with Real-Life Analogies

C# Streams Explained with Real-Life Analogies

10
Comments 1
4 min read
Game Dev Digest — Issue #248 - Write Better Code, and more

Game Dev Digest — Issue #248 - Write Better Code, and more

Comments
6 min read
Time to refactor legacy with OOP

Time to refactor legacy with OOP

Comments
15 min read
Introduction to Attributes in C#

Introduction to Attributes in C#

5
Comments
6 min read
DBăźăƒŹă‚łăƒŒăƒ‰æ›Žæ–°ă‚’ăƒˆăƒȘă‚ŹăƒŒă«Lambdaă‚’ćźŸèĄŒă™ă‚‹ïŒˆăƒ‘ăƒŒăƒˆïŒ‘ïŒ‰

DBăźăƒŹă‚łăƒŒăƒ‰æ›Žæ–°ă‚’ăƒˆăƒȘă‚ŹăƒŒă«Lambdaă‚’ćźŸèĄŒă™ă‚‹ïŒˆăƒ‘ăƒŒăƒˆïŒ‘ïŒ‰

4
Comments
2 min read
It Seems the C# Team Is Finally Considering Supporting Discriminated Unions

It Seems the C# Team Is Finally Considering Supporting Discriminated Unions

13
Comments 3
4 min read
Testing microservices in isolation (contract testing)

Testing microservices in isolation (contract testing)

Comments
5 min read
How to Manage Persistent Connections in a WhatsApp-like Chat Application Using ASP.NET SignalR and EF Core?

How to Manage Persistent Connections in a WhatsApp-like Chat Application Using ASP.NET SignalR and EF Core?

Comments
1 min read
Bogus DateOnly/TimeOnly

Bogus DateOnly/TimeOnly

2
Comments 3
6 min read
Event Handling In C#

Event Handling In C#

2
Comments 2
5 min read
Deep dive into PandApache3: Admin endpoint

Deep dive into PandApache3: Admin endpoint

Comments
14 min read
30 Day C# Challenge

30 Day C# Challenge

2
Comments
2 min read
Serialization in Unity

Serialization in Unity

6
Comments
7 min read
Playground: Jan Ken Po

Playground: Jan Ken Po

2
Comments
1 min read
Intelligent Automation with RPA and AI: Capturing and Summarizing Emails with Selenium and ChatGPT

Intelligent Automation with RPA and AI: Capturing and Summarizing Emails with Selenium and ChatGPT

2
Comments
5 min read
🚀 Supercharge Microsoft CRM with Third-Party API Integrations 🌐

🚀 Supercharge Microsoft CRM with Third-Party API Integrations 🌐

1
Comments
2 min read
Unit testing with xUnit: Introduction

Unit testing with xUnit: Introduction

5
Comments
3 min read
Exploring the Different Types of Classes in C#

Exploring the Different Types of Classes in C#

7
Comments
20 min read
Debugging C# in .NET: A Step-by-Step Guide to Solving Common Issues

Debugging C# in .NET: A Step-by-Step Guide to Solving Common Issues

3
Comments
3 min read
Writing Clean and Maintainable Functions in C#

Writing Clean and Maintainable Functions in C#

5
Comments
4 min read
How to Set Up Email Alerts for Schedule Task Errors in .NET

How to Set Up Email Alerts for Schedule Task Errors in .NET

2
Comments
3 min read
Integration Testing in .NET: A Practical Guide to Tools and Techniques

Integration Testing in .NET: A Practical Guide to Tools and Techniques

11
Comments
4 min read
OneOf Library in C#

OneOf Library in C#

6
Comments
5 min read
.Net history

.Net history

Comments
1 min read
Game Dev Digest — Issue #249 - Game Art, and more

Game Dev Digest — Issue #249 - Game Art, and more

Comments
8 min read
Roadmap to becoming an ASP.NET Core developer

Roadmap to becoming an ASP.NET Core developer

Comments
1 min read
Understanding IHostedService and BackgroundService in .NET 🌍

Understanding IHostedService and BackgroundService in .NET 🌍

Comments
3 min read
ReadOnly DbContext with Entity Framework

ReadOnly DbContext with Entity Framework

1
Comments
2 min read
What are Minimal Apis in .NET

What are Minimal Apis in .NET

1
Comments
1 min read
"Understanding ViewBag, ViewData, and TempData in ASP.NET Core MVC: When and How to Use Them"

"Understanding ViewBag, ViewData, and TempData in ASP.NET Core MVC: When and How to Use Them"

Comments
2 min read
10-Day .Net Aspire Challenge: Day 10 — Azure Table Storage

10-Day .Net Aspire Challenge: Day 10 — Azure Table Storage

Comments
2 min read
Simplificando la ImplementaciĂłn del EstĂĄndar RESTful en Asp .Net C#

Simplificando la ImplementaciĂłn del EstĂĄndar RESTful en Asp .Net C#

1
Comments 1
8 min read
I need help regarding architecture in .NET MVC.

I need help regarding architecture in .NET MVC.

Comments
1 min read
Dica C#: Ref Locals and Returns

Dica C#: Ref Locals and Returns

Comments
1 min read
Understanding Task.Run in C#: A Deep Dive into Asynchronous Programming

Understanding Task.Run in C#: A Deep Dive into Asynchronous Programming

1
Comments
4 min read
C# Tip: Ref Locals and Returns

C# Tip: Ref Locals and Returns

Comments
1 min read
SDK vs Runtime

SDK vs Runtime

1
Comments
1 min read
.Net tarixi

.Net tarixi

1
Comments
1 min read
10-Day .Net Aspire Challenge: Day 9 — Azure Key Vault

10-Day .Net Aspire Challenge: Day 9 — Azure Key Vault

7
Comments
2 min read
Exploring Reflection in C#: Understanding Metadata at Runtime

Exploring Reflection in C#: Understanding Metadata at Runtime

4
Comments 2
4 min read
.NET Digest #3

.NET Digest #3

4
Comments
5 min read
C# da input qilish

C# da input qilish

Comments
2 min read
10-Day .Net Aspire Challenge: Day 8— Azure Queue Storage

10-Day .Net Aspire Challenge: Day 8— Azure Queue Storage

5
Comments
3 min read
How to Create Your First Minimal API with .NET 8

How to Create Your First Minimal API with .NET 8

33
Comments
3 min read
loading...