Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
LINQ gems: Indexed Select

LINQ gems: Indexed Select

11
Comments
2 min read
A common language feature I never learned about in college

A common language feature I never learned about in college

26
Comments 7
3 min read
How to get rid of the `new` C# keyword

How to get rid of the `new` C# keyword

5
Comments 5
2 min read
Simplify C# with Expression-Bodied Members

Simplify C# with Expression-Bodied Members

5
Comments
2 min read
How to Make JSON Parser Strict

How to Make JSON Parser Strict

2
Comments 2
2 min read
Adding text or image watermark programmatically

Adding text or image watermark programmatically

6
Comments
1 min read
How to run ASP.NET Core & SQL Server from Docker

How to run ASP.NET Core & SQL Server from Docker

16
Comments
7 min read
Git Rebase

Git Rebase

7
Comments
2 min read
Equivalencia de filter(), map() y reduce() en C#

Equivalencia de filter(), map() y reduce() en C#

31
Comments 1
2 min read
Hash table efficiency example

Hash table efficiency example

5
Comments
1 min read
Method Overloading

Method Overloading

3
Comments
4 min read
Console.WriteLine(“Hello World!”);

Console.WriteLine(“Hello World!”);

4
Comments
3 min read
Game Dev Digest — Issue #67 - The Re-create Issue

Game Dev Digest — Issue #67 - The Re-create Issue

2
Comments
9 min read
C# 10 First Look: Constant string interpolation

C# 10 First Look: Constant string interpolation

8
Comments
4 min read
How to ramp up in a new codebase with NDepend

How to ramp up in a new codebase with NDepend

11
Comments
7 min read
How to ramp up in a new codebase with NDepend

How to ramp up in a new codebase with NDepend

2
Comments
7 min read
My favorite feature in Rust

My favorite feature in Rust

13
Comments 7
2 min read
Dica RĂĄpida: Executando tarefas em background com IHostedService

Dica RĂĄpida: Executando tarefas em background com IHostedService

13
Comments
2 min read
Exception Handling in C#

Exception Handling in C#

2
Comments 1
3 min read
Awaitable/awaiter pattern and logical micro-threading in C#

Awaitable/awaiter pattern and logical micro-threading in C#

34
Comments 4
10 min read
Pedal: Push to Talk device — Full build

Pedal: Push to Talk device — Full build

6
Comments
3 min read
Web.config transformations - The definitive syntax guide

Web.config transformations - The definitive syntax guide

10
Comments 1
6 min read
LINQ gems: Zip

LINQ gems: Zip

7
Comments
1 min read
Taming Startup.cs in ASP.NET Core

Taming Startup.cs in ASP.NET Core

6
Comments
5 min read
Building a Dashboard with ASP.NET Core and DotVVM

Building a Dashboard with ASP.NET Core and DotVVM

11
Comments
10 min read
How to Docker with .NET: Getting Started

How to Docker with .NET: Getting Started

7
Comments
8 min read
C# 9 Deep Dive: Pattern Matching

C# 9 Deep Dive: Pattern Matching

2
Comments
5 min read
Document conversion with zoom option

Document conversion with zoom option

6
Comments
1 min read
【UnityContainer】Lifetime 1

【UnityContainer】Lifetime 1

1
Comments
6 min read
Responsive User Interface

Responsive User Interface

5
Comments
3 min read
Sync two CosmosDB collections with an Azure Function

Sync two CosmosDB collections with an Azure Function

11
Comments 4
2 min read
Background Tasks Made Easy with Hangfire and ASP.NET Core

Background Tasks Made Easy with Hangfire and ASP.NET Core

12
Comments
5 min read
Worst thing about Visual Studio

Worst thing about Visual Studio

4
Comments 9
1 min read
Propagate headers with .NET Core Web API

Propagate headers with .NET Core Web API

13
Comments 1
2 min read
Great Documentation Examples:

Great Documentation Examples:

3
Comments
2 min read
Constructing uris in dotnet is harder than it should

Constructing uris in dotnet is harder than it should

7
Comments 2
1 min read
Zero to Production in 15 minutes

Zero to Production in 15 minutes

2
Comments 2
1 min read
Develop a Simple CRUD App with ASP.NET Core Blazor WebAssembly and CockroachDB

Develop a Simple CRUD App with ASP.NET Core Blazor WebAssembly and CockroachDB

29
Comments 2
9 min read
Debugging Multiple .NET Core Projects in VS Code

Debugging Multiple .NET Core Projects in VS Code

12
Comments
3 min read
Rock, Paper, Scissors, Lizard, Spock

Rock, Paper, Scissors, Lizard, Spock

4
Comments
5 min read
Event Sourcing Parte 5: CQRS

Event Sourcing Parte 5: CQRS

16
Comments
9 min read
How to include folders as link recursively in csproj files

How to include folders as link recursively in csproj files

12
Comments
1 min read
Blazor Binding and Event Handling

Blazor Binding and Event Handling

2
Comments
1 min read
Use JavaScript in Blazor to Auto-Resize Pages

Use JavaScript in Blazor to Auto-Resize Pages

2
Comments
1 min read
Background processing in .NET Core: Hangfire

Background processing in .NET Core: Hangfire

4
Comments
4 min read
Pull Request

Pull Request

4
Comments
2 min read
Geospatial Data: A New Dimension for .NET

Geospatial Data: A New Dimension for .NET

5
Comments
1 min read
Refactoring in C# using NDepend

Refactoring in C# using NDepend

3
Comments
2 min read
Working with .Net Core & React - what I've learned

Working with .Net Core & React - what I've learned

54
Comments 15
4 min read
Functional Collections

Functional Collections

3
Comments 1
3 min read
Beginner C#: Working with Strings

Beginner C#: Working with Strings

10
Comments
6 min read
【Entity Framework Core】Raw SQL Queries

【Entity Framework Core】Raw SQL Queries

7
Comments
3 min read
Basic Project Structure

Basic Project Structure

8
Comments
3 min read
Game Dev Digest — Issue #65 - Coding Principles, Shader Experiments, and more

Game Dev Digest — Issue #65 - Coding Principles, Shader Experiments, and more

6
Comments
8 min read
Mockando Injeção de DependĂȘncia em Testes Integrados no ASP.NET 3.1

Mockando Injeção de DependĂȘncia em Testes Integrados no ASP.NET 3.1

9
Comments 4
4 min read
Learning Abstraction: The Basics

Learning Abstraction: The Basics

4
Comments
3 min read
Building a simple tooltip component for Blazor in under 10 lines of code*

Building a simple tooltip component for Blazor in under 10 lines of code*

9
Comments 1
4 min read
【PostgreSQL】【EntityFramework Core】Debugging SQL 1

【PostgreSQL】【EntityFramework Core】Debugging SQL 1

5
Comments 2
5 min read
Getting the file name without extension in C# - #TIP

Getting the file name without extension in C# - #TIP

5
Comments
1 min read
Simple Cryptocurrency App With Blazor Server Including Excel Export

Simple Cryptocurrency App With Blazor Server Including Excel Export

8
Comments
2 min read
loading...