Forem

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
SRP - Is the most misunderstood principle ?

SRP - Is the most misunderstood principle ?

27
Comments
5 min read
Cladogenesis in real-time applications: a brief study of how species are born

Cladogenesis in real-time applications: a brief study of how species are born

11
Comments 2
6 min read
8 🍨 Sweet Treats 🍨 in Modern C#

8 🍨 Sweet Treats 🍨 in Modern C#

58
Comments 3
6 min read
Creating your First .NET Component

Creating your First .NET Component

2
Comments
1 min read
How to send ASP.NET Core Identity emails with Twilio SendGrid

How to send ASP.NET Core Identity emails with Twilio SendGrid

5
Comments
10 min read
Kentico Xperience Design Patterns: Handling Failures - Return Errors, Don't Throw Them

Kentico Xperience Design Patterns: Handling Failures - Return Errors, Don't Throw Them

12
Comments
7 min read
Write an Integration test, not a Unit test

Write an Integration test, not a Unit test

45
Comments 22
2 min read
A new small opensource library - Autojector.

A new small opensource library - Autojector.

5
Comments
2 min read
Getting Started with the Blazor Heatmap Chart

Getting Started with the Blazor Heatmap Chart

2
Comments
1 min read
2. Anonymous Types

2. Anonymous Types

6
Comments
2 min read
[ASP.NET Core][Entity Framework Core] Try JWT 1

[ASP.NET Core][Entity Framework Core] Try JWT 1

7
Comments
6 min read
Debugging .NET in VSCode

Debugging .NET in VSCode

7
Comments
5 min read
Design Patterns: Strategy

Design Patterns: Strategy

11
Comments
4 min read
1. Top-level statements

1. Top-level statements

4
Comments
2 min read
Resize Images in asp.Net

Resize Images in asp.Net

2
Comments
1 min read
Executando Tasks em paralelo em aplicações .Net com o SemaphoreSlim

Executando Tasks em paralelo em aplicações .Net com o SemaphoreSlim

12
Comments
4 min read
Why I “hate” optional parameters in C#

Why I “hate” optional parameters in C#

11
Comments 3
5 min read
Game Dev Digest — Issue #132 - PowerUp Your Game

Game Dev Digest — Issue #132 - PowerUp Your Game

4
Comments
8 min read
Benchmarking to the Bottom - Iterating Lists in .NET

Benchmarking to the Bottom - Iterating Lists in .NET

5
Comments
5 min read
C# record type

C# record type

23
Comments
1 min read
[ASP.NET Core][Entity Framework Core] Try System.Text.Json

[ASP.NET Core][Entity Framework Core] Try System.Text.Json

6
Comments
4 min read
Umbraco 9 - BlockList editor with added ViewComponents

Umbraco 9 - BlockList editor with added ViewComponents

4
Comments
2 min read
Clasificación de imágenes en aplicaciones web con ML.NET

Clasificación de imágenes en aplicaciones web con ML.NET

5
Comments
6 min read
Getting Started with the Blazor Bullet Chart

Getting Started with the Blazor Bullet Chart

2
Comments
1 min read
How to send Email in C# .NET using SMTP and SendGrid

How to send Email in C# .NET using SMTP and SendGrid

7
Comments
12 min read
Lost AirPods, arrays, and sorting algorithms

Lost AirPods, arrays, and sorting algorithms

30
Comments 1
15 min read
SQL Commands with C#

SQL Commands with C#

14
Comments 2
2 min read
C# 11 is Coming! 5 Features that will Blow your Mind 🤯

C# 11 is Coming! 5 Features that will Blow your Mind 🤯

94
Comments 32
3 min read
Temperature and Humidity Monitor - Using IoT, Azure and Xamarin

Temperature and Humidity Monitor - Using IoT, Azure and Xamarin

3
Comments
1 min read
BSharp- Bitcoin, Litecoin and Dogecoin wallet

BSharp- Bitcoin, Litecoin and Dogecoin wallet

7
Comments 3
1 min read
7 Simple (Optimization) Tips in C#

7 Simple (Optimization) Tips in C#

60
Comments 1
3 min read
Game Dev Digest — Issue #131 - Aesthetics

Game Dev Digest — Issue #131 - Aesthetics

7
Comments
9 min read
Basic Knowledge of EntityFramework for .Net Developer

Basic Knowledge of EntityFramework for .Net Developer

6
Comments
7 min read
Why you probably shouldn't use IEnumerable<T>/seq<T>

Why you probably shouldn't use IEnumerable<T>/seq<T>

8
Comments
3 min read
.NET Core vs .NET Framework

.NET Core vs .NET Framework

3
Comments
1 min read
How to Add the Syncfusion Blazor Chips Component to a Blazor WebAssembly App

How to Add the Syncfusion Blazor Chips Component to a Blazor WebAssembly App

2
Comments
1 min read
C# - Criando API Login com Jwt Token - Autorização e Autenticação - Módulo 2

C# - Criando API Login com Jwt Token - Autorização e Autenticação - Módulo 2

6
Comments
4 min read
F# features C# will never get

F# features C# will never get

6
Comments
3 min read
Building a C# Blazor App with NoSQL and SQL Using HarperDB

Building a C# Blazor App with NoSQL and SQL Using HarperDB

27
Comments
7 min read
Send Emails using C# .NET with Azure Functions and SendGrid Bindings

Send Emails using C# .NET with Azure Functions and SendGrid Bindings

7
Comments
13 min read
Getting Started with the Blazor ProgressBar Component

Getting Started with the Blazor ProgressBar Component

4
Comments
1 min read
[ASP.NET Core] Send data from Razor to TypeScript

[ASP.NET Core] Send data from Razor to TypeScript

7
Comments
3 min read
Different ways to implement IHttpClientFactory in .NET core apps

Different ways to implement IHttpClientFactory in .NET core apps

13
Comments
3 min read
Build APIs for the Web INSTANTLY with ASP.NET Core 6

Build APIs for the Web INSTANTLY with ASP.NET Core 6

106
Comments 5
2 min read
DotVVM para Visual Studio 2022

DotVVM para Visual Studio 2022

9
Comments
2 min read
Game Dev Digest — Issue #130 - Learning From The Best

Game Dev Digest — Issue #130 - Learning From The Best

4
Comments 1
11 min read
How to use Twilio SMS and Voice with a .NET 6 Minimal API

How to use Twilio SMS and Voice with a .NET 6 Minimal API

8
Comments
7 min read
U Can Touch This (Sample of Touch a cube object with your hand) - MR Tutorial for Nreal light

U Can Touch This (Sample of Touch a cube object with your hand) - MR Tutorial for Nreal light

6
Comments
3 min read
Task Vs Thread ( C#)

Task Vs Thread ( C#)

6
Comments
2 min read
Le ShouldSerialize Pattern, un pattern à (re-)découvrir ?

Le ShouldSerialize Pattern, un pattern à (re-)découvrir ?

5
Comments
3 min read
How YOU can build a Mock REST API based on JSON for ASP.NET and minimal API

How YOU can build a Mock REST API based on JSON for ASP.NET and minimal API

87
Comments 5
8 min read
Comparing IAsyncEnumerable and IObservable for event streams

Comparing IAsyncEnumerable and IObservable for event streams

7
Comments
4 min read
Demystifying the Repository Pattern in ASP.Net Core Web API

Demystifying the Repository Pattern in ASP.Net Core Web API

41
Comments 12
6 min read
Blazor Custom Components

Blazor Custom Components

11
Comments
2 min read
Linked List and how dynamic collection of data is handled in modern languages

Linked List and how dynamic collection of data is handled in modern languages

8
Comments
3 min read
Looking for a way to initialize IOptions<T> manually?

Looking for a way to initialize IOptions<T> manually?

10
Comments 2
1 min read
Containerless Dependency Injection in C#

Containerless Dependency Injection in C#

17
Comments
5 min read
OpenAPI extensions and Swashbuckle

OpenAPI extensions and Swashbuckle

6
Comments
3 min read
Hacking IDisposable: The Stopwatch Example

Hacking IDisposable: The Stopwatch Example

11
Comments 4
5 min read
[ASP.NET Core] Get values from IConfiguration

[ASP.NET Core] Get values from IConfiguration

13
Comments 2
5 min read
loading...