Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Heap Sort

Heap Sort

1
Comments
3 min read
The Right Way to Check for Null in C#

The Right Way to Check for Null in C#

41
Comments 1
4 min read
Better error handling in C# with Result types

Better error handling in C# with Result types

58
Comments 13
3 min read
C# Async/Await Interview Questions And Answers

C# Async/Await Interview Questions And Answers

48
Comments 1
22 min read
Exploring HTTP Communication with Refit

Exploring HTTP Communication with Refit

29
Comments
3 min read
Jawbone Networking Motivation

Jawbone Networking Motivation

Comments
6 min read
How To Deploy An Azure Function App Using Visual Studio

How To Deploy An Azure Function App Using Visual Studio

5
Comments
4 min read
The LinQ Bible in C#: From Basics to Best Practices✝️

The LinQ Bible in C#: From Basics to Best Practices✝️

62
Comments 2
23 min read
Span, Memory, ReadOnlySequence in .NET

Span, Memory, ReadOnlySequence in .NET

9
Comments 4
5 min read
Garbage Collector in .NET

Garbage Collector in .NET

3
Comments
3 min read
Asynchronous Programming in C# and .NET: A Guide

Asynchronous Programming in C# and .NET: A Guide

3
Comments
2 min read
How To Use FluentValidation in ASP.NET Core (.NET 6)

How To Use FluentValidation in ASP.NET Core (.NET 6)

26
Comments
3 min read
Quick Sort

Quick Sort

5
Comments 2
3 min read
Using TaskCompletionSource in C# to Delay Processing

Using TaskCompletionSource in C# to Delay Processing

Comments 3
3 min read
Isolate your Components in Tests: How to Mock your Dependencies

Isolate your Components in Tests: How to Mock your Dependencies

12
Comments 2
4 min read
How to handle Task result in a more elegant way.

How to handle Task result in a more elegant way.

1
Comments 2
4 min read
3 things to avoid when implementing Domain-Driven Design (DDD)

3 things to avoid when implementing Domain-Driven Design (DDD)

3
Comments
3 min read
Aplicando a Orientação a Objetos: Operações dos métodos [3/10]🧶

Aplicando a Orientação a Objetos: Operações dos métodos [3/10]🧶

3
Comments
3 min read
I'm banning Get, Set, and other method and class names

I'm banning Get, Set, and other method and class names

3
Comments 7
4 min read
Top 8 .NET Libraries That You Probably Didn’t Know About

Top 8 .NET Libraries That You Probably Didn’t Know About

10
Comments 2
3 min read
Introduction to C# 9 - iFour Technolab

Introduction to C# 9 - iFour Technolab

2
Comments
5 min read
Convertir un PDF en Excel avec C# et VB.NET

Convertir un PDF en Excel avec C# et VB.NET

Comments
4 min read
50 C# (Advanced) Optimization Performance Tips🔥

50 C# (Advanced) Optimization Performance Tips🔥

141
Comments 25
22 min read
Relationships in Entity Framework Core

Relationships in Entity Framework Core

1
Comments
11 min read
Easily Add and Remove Attachments in Your PDF Documents Using C#

Easily Add and Remove Attachments in Your PDF Documents Using C#

2
Comments
6 min read
Data is Null. When "safety" is in the way.

Data is Null. When "safety" is in the way.

7
Comments
4 min read
Exploring the New Visual Studio Feature: .http Files

Exploring the New Visual Studio Feature: .http Files

2
Comments 2
3 min read
C# Exception Handling: Techniques and Best Practices

C# Exception Handling: Techniques and Best Practices

71
Comments 2
10 min read
Unit Testing with C# and .NET (Full Guide)

Unit Testing with C# and .NET (Full Guide)

59
Comments 2
16 min read
EF Core order by string column name

EF Core order by string column name

19
Comments 5
3 min read
TOP 15 ASP.NET MVC Interview Questions with Answers

TOP 15 ASP.NET MVC Interview Questions with Answers

3
Comments
3 min read
Sharing Data between Blazor and JavaScript ( JS interop )

Sharing Data between Blazor and JavaScript ( JS interop )

11
Comments 2
4 min read
Integration Testing Postgres Store

Integration Testing Postgres Store

2
Comments
9 min read
Data Structures in C# Part 2: Lists <T>

Data Structures in C# Part 2: Lists <T>

3
Comments
6 min read
REST API with ASP.NET Core and MongoDB

REST API with ASP.NET Core and MongoDB

2
Comments
5 min read
Merge Sort

Merge Sort

2
Comments
3 min read
Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability

Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability

Comments
8 min read
Understanding Asynchronous Code: A Comparison of Asynchronous Programming in C# and Java

Understanding Asynchronous Code: A Comparison of Asynchronous Programming in C# and Java

9
Comments
7 min read
Quick and easy DbContext setup in .NET

Quick and easy DbContext setup in .NET

Comments
3 min read
Background Job Scheduling in .NET using Hangfire

Background Job Scheduling in .NET using Hangfire

27
Comments 7
6 min read
REST API with ASP.NET Core 7 and SQL Server

REST API with ASP.NET Core 7 and SQL Server

13
Comments 1
7 min read
Simplifying Dependency Management with SpecFlow's IObjectContainer - Part 2

Simplifying Dependency Management with SpecFlow's IObjectContainer - Part 2

2
Comments
2 min read
C# Regex: From Zero To Hero Guide

C# Regex: From Zero To Hero Guide

47
Comments 2
16 min read
Exposing Related Entities in your Web API

Exposing Related Entities in your Web API

1
Comments
12 min read
Parameterise Your Tests: Use this One Simple Trick to Increase Test Coverage

Parameterise Your Tests: Use this One Simple Trick to Increase Test Coverage

1
Comments
3 min read
XSS vulnerability in the ASP.NET application: CVE-2023-24322 in mojoPortal CMS

XSS vulnerability in the ASP.NET application: CVE-2023-24322 in mojoPortal CMS

1
Comments
9 min read
Insertion Sort

Insertion Sort

3
Comments 5
2 min read
Understanding and Using ConfigureAwait in Asynchronous Programming

Understanding and Using ConfigureAwait in Asynchronous Programming

38
Comments 2
4 min read
Serilog logging and EF Core logging

Serilog logging and EF Core logging

14
Comments
4 min read
C# Namespace Fever

C# Namespace Fever

5
Comments 5
2 min read
My C# REST run now 250 times faster

My C# REST run now 250 times faster

4
Comments
3 min read
Step-by-Step Guide to Adding and Removing Watermarks in PDF using C#

Step-by-Step Guide to Adding and Removing Watermarks in PDF using C#

1
Comments
7 min read
Aplicando a Orientação a Objetos: Os métodos[2/10]🧶

Aplicando a Orientação a Objetos: Os métodos[2/10]🧶

3
Comments
3 min read
Selection Sort

Selection Sort

2
Comments 2
2 min read
A Comprehensive Guide to Caching Strategies in Web API Development

A Comprehensive Guide to Caching Strategies in Web API Development

1
Comments 1
9 min read
Data Structures in C# Part 1: Arrays

Data Structures in C# Part 1: Arrays

4
Comments 1
7 min read
Levenshtein Distance

Levenshtein Distance

8
Comments 11
7 min read
C, C++, and C#: What is The Difference

C, C++, and C#: What is The Difference

9
Comments 9
6 min read
Performance Issues Resolved: Major Update to Melkradar's Products

Performance Issues Resolved: Major Update to Melkradar's Products

4
Comments
2 min read
Entendendo a injeção de dependência: Uma abordagem para um código mais Flexível e testável

Entendendo a injeção de dependência: Uma abordagem para um código mais Flexível e testável

11
Comments 1
4 min read
loading...