Forem

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Become a C# Pro and Write Clean Code Like a Boss with These SOLID Principles Best Practices

Become a C# Pro and Write Clean Code Like a Boss with These SOLID Principles Best Practices

4
Comments
6 min read
Integration tests without API dependencies with ASP.NET Core and WireMock.Net

Integration tests without API dependencies with ASP.NET Core and WireMock.Net

6
Comments
6 min read
Data Structures: Arrays and Lists in Comparison

Data Structures: Arrays and Lists in Comparison

7
Comments
5 min read
Four lessons I learned after working with Hangfire

Four lessons I learned after working with Hangfire

4
Comments
3 min read
Indexing and Querying Embedded Objects with Redis OM .NET

Indexing and Querying Embedded Objects with Redis OM .NET

4
Comments
6 min read
A Simple To-Do App Using JS Interop with HTML5 Drag and Drop in Blazor WebAssembly

A Simple To-Do App Using JS Interop with HTML5 Drag and Drop in Blazor WebAssembly

1
Comments
8 min read
How to create Prefabs in Unity3D?

How to create Prefabs in Unity3D?

1
Comments
2 min read
C# Initialize a List of Size n

C# Initialize a List of Size n

3
Comments 1
1 min read
TRIM THEM ALL!

TRIM THEM ALL!

Comments
2 min read
Using dotnet tool

Using dotnet tool

2
Comments
1 min read
Hidden Gems of C#: Exploring lesser known C# Language Features Part I

Hidden Gems of C#: Exploring lesser known C# Language Features Part I

10
Comments 1
3 min read
Working with Memory Efficiently in C#: An Introduction to Span<T>

Working with Memory Efficiently in C#: An Introduction to Span<T>

6
Comments
2 min read
Using Verify, Setup and Callback in the Moq Mocking Framework

Using Verify, Setup and Callback in the Moq Mocking Framework

4
Comments
4 min read
Creating Your Own Custom Attributes in C# and Retrieving Their Values

Creating Your Own Custom Attributes in C# and Retrieving Their Values

7
Comments
3 min read
Security analysis of a repository pattern and asking ChatGPT about it.

Security analysis of a repository pattern and asking ChatGPT about it.

2
Comments
3 min read
Hallo RabbitMQ - 1. Die Basics

Hallo RabbitMQ - 1. Die Basics

3
Comments
7 min read
Working with Azure SQL Triggers in Azure Functions

Working with Azure SQL Triggers in Azure Functions

23
Comments 3
7 min read
Develop Minimal APIs in .NET 7 using Entity Framework Core 7

Develop Minimal APIs in .NET 7 using Entity Framework Core 7

11
Comments 1
7 min read
Dependency Injection in Azure Functions

Dependency Injection in Azure Functions

3
Comments
3 min read
Microsoft Orleans: Grain Caches

Microsoft Orleans: Grain Caches

Comments
4 min read
Experience with rewriting a complete application

Experience with rewriting a complete application

2
Comments
2 min read
.NET 7: suspicious places and errors in the source code

.NET 7: suspicious places and errors in the source code

5
Comments 2
14 min read
How to replace BackgroundServices with a lite Hangfire

How to replace BackgroundServices with a lite Hangfire

9
Comments
4 min read
Easiest Ways to Highlight Data in Excel Using C#

Easiest Ways to Highlight Data in Excel Using C#

2
Comments
10 min read
How to Send an Email in Any Language Using the Nylas APIs

How to Send an Email in Any Language Using the Nylas APIs

2
Comments
7 min read
Deploy Azure Functions using Azure Container Registry

Deploy Azure Functions using Azure Container Registry

6
Comments 2
3 min read
Authenticate the .NET MAUI App with Azure AD

Authenticate the .NET MAUI App with Azure AD

4
Comments
8 min read
Ditching .NET and finding faith again after 10 years!

Ditching .NET and finding faith again after 10 years!

12
Comments
4 min read
C# How to Initialize an Array: 1-d, n-d, and Jagged

C# How to Initialize an Array: 1-d, n-d, and Jagged

4
Comments
2 min read
C#'s Generic Math from F#

C#'s Generic Math from F#

6
Comments
9 min read
Using MediatR Request Handlers in ASP.NET Core to Decouple Code

Using MediatR Request Handlers in ASP.NET Core to Decouple Code

30
Comments
5 min read
Optimize your C# code with SPAN

Optimize your C# code with SPAN

20
Comments 5
3 min read
20 Useful lines of code that can be used for C# scripting in Unity | pt:2

20 Useful lines of code that can be used for C# scripting in Unity | pt:2

7
Comments
2 min read
Improve your C# with YIELD

Improve your C# with YIELD

29
Comments
3 min read
20 Useful lines of code that can be used for C# scripting in Unity | pt:1

20 Useful lines of code that can be used for C# scripting in Unity | pt:1

14
Comments
2 min read
Step by step: How to host your dotnet projects on Azure for free

Step by step: How to host your dotnet projects on Azure for free

9
Comments
5 min read
Concurrent HTTP Call Using SemaphoreSlim in .NET

Concurrent HTTP Call Using SemaphoreSlim in .NET

16
Comments 2
3 min read
đź“ťGPT-3 Takes on a C# Interview: Can AI Ace the Coding Questions?

đź“ťGPT-3 Takes on a C# Interview: Can AI Ace the Coding Questions?

37
Comments 2
7 min read
Optimizing GUID Generation Step by Step

Optimizing GUID Generation Step by Step

21
Comments 4
2 min read
Using Key Vault in Azure Functions

Using Key Vault in Azure Functions

3
Comments
2 min read
Advantages of Using Syncfusion WinUI Controls over Framework Controls: Part 2

Advantages of Using Syncfusion WinUI Controls over Framework Controls: Part 2

4
Comments
16 min read
Agenda View in .NET MAUI Scheduler: A Perfect Tool for Modern-Day Office Management

Agenda View in .NET MAUI Scheduler: A Perfect Tool for Modern-Day Office Management

4
Comments
8 min read
Anything C can do Rust can do Better

Anything C can do Rust can do Better

94
Comments 7
24 min read
Creating an escape room game in Unity

Creating an escape room game in Unity

16
Comments 2
4 min read
TIL: Always check for missing configuration values inside constructors

TIL: Always check for missing configuration values inside constructors

6
Comments
3 min read
C# Asynchronous Programming Full Tutorial : Async / Await / Task and Deadlock Fix by ConfigureAwait

C# Asynchronous Programming Full Tutorial : Async / Await / Task and Deadlock Fix by ConfigureAwait

5
Comments
5 min read
Invoking Legacy JavaScript from Blazor WebAssembly using the JSRuntime

Invoking Legacy JavaScript from Blazor WebAssembly using the JSRuntime

2
Comments 1
3 min read
I built an Android app on my Linux machine using .NET 7 and MAUI

I built an Android app on my Linux machine using .NET 7 and MAUI

7
Comments
4 min read
A small .NET template to back you up

A small .NET template to back you up

5
Comments
2 min read
Fun with C# and Bingo

Fun with C# and Bingo

12
Comments 6
12 min read
Prepare to Coding Interview > Know Data Structures > Hash Table

Prepare to Coding Interview > Know Data Structures > Hash Table

6
Comments
2 min read
Creating a C# Web API

Creating a C# Web API

9
Comments 4
3 min read
Minimal API using .NET Core 6 Web API

Minimal API using .NET Core 6 Web API

6
Comments
3 min read
Web Scraping and Generating PDFs Using C# and .NET

Web Scraping and Generating PDFs Using C# and .NET

1
Comments
4 min read
Include API Key In HTTP Requests

Include API Key In HTTP Requests

10
Comments 4
3 min read
TIL: How to write tests for HttpClient using Moq

TIL: How to write tests for HttpClient using Moq

4
Comments
4 min read
3 Easy Ways to Convert Word Documents to Images in C#

3 Easy Ways to Convert Word Documents to Images in C#

5
Comments
6 min read
A Full-Stack Web App Using Blazor WebAssembly and GraphQL—Part 7

A Full-Stack Web App Using Blazor WebAssembly and GraphQL—Part 7

1
Comments
12 min read
Catastrophic backtracking: how can a regular expression cause a ReDoS vulnerability?

Catastrophic backtracking: how can a regular expression cause a ReDoS vulnerability?

10
Comments 2
9 min read
Beginner's guide to running Elasticsearch and Kibana v8+ Locally (macOS/Linux and Windows)

Beginner's guide to running Elasticsearch and Kibana v8+ Locally (macOS/Linux and Windows)

36
Comments 1
10 min read
loading...