Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Playing with serilog and dotnetcore

Playing with serilog and dotnetcore

9
Comments
5 min read
Game Dev Digest — Issue #38 - Coding, Editor Enhancements, Visuals & Shaders, Animations, Physics, XR, And Much More

Game Dev Digest — Issue #38 - Coding, Editor Enhancements, Visuals & Shaders, Animations, Physics, XR, And Much More

5
Comments
11 min read
C# - Asserting a value is not null in null-aware code

C# - Asserting a value is not null in null-aware code

8
Comments 2
1 min read
Getting Started with Mobile Blazor Bindings

Getting Started with Mobile Blazor Bindings

6
Comments
8 min read
Building AWS Lambda functions with .NET Core 3.1 on Amazon Linux 2 using Windows Terminal

Building AWS Lambda functions with .NET Core 3.1 on Amazon Linux 2 using Windows Terminal

4
Comments
2 min read
OData Actions in .NET Core

OData Actions in .NET Core

6
Comments
3 min read
First steps with asynchronous programming in C#

First steps with asynchronous programming in C#

25
Comments 5
7 min read
Examples on the violation of Liskov Substitution Principle (LSP)

Examples on the violation of Liskov Substitution Principle (LSP)

12
Comments
2 min read
EF Builder Entity One to Many Configuration

EF Builder Entity One to Many Configuration

8
Comments
2 min read
C#, Task.WhenAll vs Parallel.ForEach

C#, Task.WhenAll vs Parallel.ForEach

25
Comments 5
2 min read
Generator Pattern using CSharp and Linq

Generator Pattern using CSharp and Linq

15
Comments
3 min read
Introduction to OPTION type in CSharp

Introduction to OPTION type in CSharp

13
Comments
3 min read
Middleware in ASP .NET Core 3.1

Middleware in ASP .NET Core 3.1

17
Comments 1
7 min read
How to use CanellationToken With ICommand A Solid Implementation of ICommand

How to use CanellationToken With ICommand A Solid Implementation of ICommand

7
Comments
1 min read
What is your favorite ORM (None is a valid answer)?

What is your favorite ORM (None is a valid answer)?

9
Comments 15
1 min read
What are default interface methods in C# 8.0?

What are default interface methods in C# 8.0?

9
Comments
4 min read
Dapper .NET: Multiple Mapping

Dapper .NET: Multiple Mapping

8
Comments
6 min read
Working with Query Strings in Blazor

Working with Query Strings in Blazor

6
Comments 1
6 min read
How to use DotNetExpose DLL

How to use DotNetExpose DLL

6
Comments
1 min read
Break the LINQ - Dissecting the "Where" of LINQ

Break the LINQ - Dissecting the "Where" of LINQ

16
Comments 6
4 min read
My goal for my channel...

My goal for my channel...

7
Comments
1 min read
Game Dev Digest — Issue #37 - Tutorials And How-to Guides, Profiling, Free Assets And Deals, Plus Plenty More!

Game Dev Digest — Issue #37 - Tutorials And How-to Guides, Profiling, Free Assets And Deals, Plus Plenty More!

12
Comments
10 min read
My First Nuget package published - DotNetExpose

My First Nuget package published - DotNetExpose

6
Comments
1 min read
Primeiros passos com C# e o Mono #00

Primeiros passos com C# e o Mono #00

14
Comments
6 min read
How to test your C# Web API

How to test your C# Web API

57
Comments 2
8 min read
How to Keep It Stupid Simple: Use .NET Core Razor Pages

How to Keep It Stupid Simple: Use .NET Core Razor Pages

12
Comments
9 min read
C# - Jokenpo Challenge

C# - Jokenpo Challenge

6
Comments
2 min read
Let's Implement an Option Type in C#

Let's Implement an Option Type in C#

19
Comments
9 min read
Serilog vs NLog

Serilog vs NLog

11
Comments 1
5 min read
Logging in ASP .NET Core 3.1

Logging in ASP .NET Core 3.1

11
Comments 1
9 min read
Error Monitoring in Godot using Sentry

Error Monitoring in Godot using Sentry

11
Comments 1
5 min read
닷넷에 있는 익명 타입은 왜 제네릭이냐?

닷넷에 있는 익명 타입은 왜 제네릭이냐?

6
Comments
1 min read
New devlog for my indie game :)

New devlog for my indie game :)

5
Comments 2
1 min read
Prototype Design Pattern in C#

Prototype Design Pattern in C#

3
Comments 3
5 min read
ref and out keyword, Purpose and Use

ref and out keyword, Purpose and Use

8
Comments
3 min read
C# 8.0 Indices and ranges

C# 8.0 Indices and ranges

9
Comments 1
3 min read
Սովորում ենք C# | Զանգվածներ

Սովորում ենք C# | Զանգվածներ

6
Comments
1 min read
DotVVM Authorization with IdentityServer4

DotVVM Authorization with IdentityServer4

10
Comments 1
5 min read
Dapper.NET: Handling Multiple Resultsets

Dapper.NET: Handling Multiple Resultsets

9
Comments 4
4 min read
Game Dev Digest — Issue #36 - Raytracing, 2020.1, Glow, Learn, and More!

Game Dev Digest — Issue #36 - Raytracing, 2020.1, Glow, Learn, and More!

7
Comments
9 min read
Video: .NET Unit Testing Libraries

Video: .NET Unit Testing Libraries

23
Comments
1 min read
How to get video details from YouTube with .NET Core 3

How to get video details from YouTube with .NET Core 3

9
Comments
3 min read
Existential types in C# - Part 3

Existential types in C# - Part 3

11
Comments
4 min read
Video: The History of .NET

Video: The History of .NET

47
Comments
1 min read
Real-Time Face Detection in .NET with OpenTok and OpenCV

Real-Time Face Detection in .NET with OpenTok and OpenCV

15
Comments
12 min read
Սովորում ենք C# | Հրամաններ և դրանց կատարման կարգ

Սովորում ենք C# | Հրամաններ և դրանց կատարման կարգ

6
Comments
2 min read
String.Compare() or String.Contains(), best way to compare strings

String.Compare() or String.Contains(), best way to compare strings

20
Comments 2
2 min read
Dapper .NET: Multiple Executions

Dapper .NET: Multiple Executions

10
Comments
3 min read
My Gamedev Channel

My Gamedev Channel

4
Comments 1
1 min read
Speed up web scraping using C#

Speed up web scraping using C#

9
Comments
2 min read
Cell CMS — Autenticando o Admin

Cell CMS — Autenticando o Admin

2
Comments
6 min read
7 tips for converting C# code to async/await

7 tips for converting C# code to async/await

26
Comments 1
2 min read
Existentially quantified types in C# - Part 2

Existentially quantified types in C# - Part 2

16
Comments 2
3 min read
Progression On My Game :)

Progression On My Game :)

4
Comments 1
1 min read
OData API Multiple Endpoints, Multiple Parameters

OData API Multiple Endpoints, Multiple Parameters

6
Comments
3 min read
Existentially quantified types in C#

Existentially quantified types in C#

28
Comments 2
3 min read
Asynchronous streams in C# 8.0

Asynchronous streams in C# 8.0

10
Comments
3 min read
How to use ApprovalTests with xUnit's Theory attribute

How to use ApprovalTests with xUnit's Theory attribute

6
Comments
1 min read
What languages I choose to learn and why?

What languages I choose to learn and why?

12
Comments 6
3 min read
Universally quantified types in C#

Universally quantified types in C#

9
Comments 13
3 min read
loading...