Forem

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Creating a NuGet package for a library with platform-specific API

Creating a NuGet package for a library with platform-specific API

7
Comments
12 min read
Understanding identity in .NET

Understanding identity in .NET

45
Comments
5 min read
ML.NET: can Microsoft's machine learning be trusted?

ML.NET: can Microsoft's machine learning be trusted?

1
Comments
9 min read
Upload single and multiple files using the .NET Core 6 Web API

Upload single and multiple files using the .NET Core 6 Web API

15
Comments 3
5 min read
gRPC Introduction and Implementation using .NET Core 6

gRPC Introduction and Implementation using .NET Core 6

5
Comments
6 min read
3 Ways To Create Middleware In ASP.NET Core

3 Ways To Create Middleware In ASP.NET Core

1
Comments
3 min read
Mudblazor for Blazor

Mudblazor for Blazor

2
Comments
4 min read
Configure Syncfusion .NET MAUI Controls Using Visual State Manager (VSM)

Configure Syncfusion .NET MAUI Controls Using Visual State Manager (VSM)

Comments
5 min read
What’s New in .NET MAUI: 2022 Volume 3

What’s New in .NET MAUI: 2022 Volume 3

2
Comments
5 min read
Calculate Time Ago with C#

Calculate Time Ago with C#

11
Comments 3
2 min read
Bicep Extension Finally Arrives in Visual Studio! Here's What You Need to Know

Bicep Extension Finally Arrives in Visual Studio! Here's What You Need to Know

26
Comments 1
3 min read
Merge Two Sorted Lists

Merge Two Sorted Lists

1
Comments
1 min read
.NET 7 is already a reality! Microsoft releases the first Release Candidate of .NET 7

.NET 7 is already a reality! Microsoft releases the first Release Candidate of .NET 7

46
Comments 2
4 min read
How do you get S3 object list with AWS Lambda ?

How do you get S3 object list with AWS Lambda ?

7
Comments 2
2 min read
Iterator Pattern in C#

Iterator Pattern in C#

2
Comments
6 min read
Return Early To Reduce Deeply Nested If-Statements

Return Early To Reduce Deeply Nested If-Statements

4
Comments
2 min read
Regular expression capture and replace examples

Regular expression capture and replace examples

9
Comments
3 min read
Lazy Load JSON Data in Xamarin.Forms ListView: An Overview

Lazy Load JSON Data in Xamarin.Forms ListView: An Overview

Comments
6 min read
Building a bank feeds system using C# .NET Core & AWS - Part 1

Building a bank feeds system using C# .NET Core & AWS - Part 1

4
Comments
3 min read
MiniWord easy and effective .NET Word Template library

MiniWord easy and effective .NET Word Template library

10
Comments
4 min read
Abstract Factory in C#

Abstract Factory in C#

4
Comments
8 min read
How To Approach Clean Architecture Folder Structure

How To Approach Clean Architecture Folder Structure

5
Comments
3 min read
The Best Practices for Exception Handling in C#

The Best Practices for Exception Handling in C#

7
Comments
5 min read
Como trabalhar com Records, Tipos Anônimos e Mutação não destrutiva

Como trabalhar com Records, Tipos Anônimos e Mutação não destrutiva

3
Comments
2 min read
Simple Steps to Integrate a Blazor WebAssembly Project with an Existing ASP.NET Core Application

Simple Steps to Integrate a Blazor WebAssembly Project with an Existing ASP.NET Core Application

Comments
6 min read
State Pattern in C#

State Pattern in C#

32
Comments
9 min read
Blazor pdf viewer

Blazor pdf viewer

1
Comments
6 min read
Blazor pdf generator

Blazor pdf generator

7
Comments
6 min read
De-clutter namespaces in C# 10

De-clutter namespaces in C# 10

3
Comments
2 min read
A word of warning when writing C# benchmarks

A word of warning when writing C# benchmarks

6
Comments
1 min read
Adapter Pattern in C#

Adapter Pattern in C#

20
Comments
6 min read
Get Up To Date with the Latest Features of C# 11

Get Up To Date with the Latest Features of C# 11

31
Comments
5 min read
Send and Receive Emails in ASP.NET C#

Send and Receive Emails in ASP.NET C#

11
Comments
8 min read
Moq vs NSubstitute: syntax cheat sheet

Moq vs NSubstitute: syntax cheat sheet

3
Comments 1
5 min read
You need to know about BenchmarkDotNet

You need to know about BenchmarkDotNet

5
Comments
4 min read
How to start App Development with .NET

How to start App Development with .NET

10
Comments 3
1 min read
Still writing Controllers in dotNet? Give Minimal APIs a try!

Still writing Controllers in dotNet? Give Minimal APIs a try!

1
Comments
2 min read
ASP.NET: AutenticaciĂłn OIDC Multi Tenant - Parte 2

ASP.NET: AutenticaciĂłn OIDC Multi Tenant - Parte 2

18
Comments
10 min read
The Comprehensive Guide To Feature Management In ASP.NET Core

The Comprehensive Guide To Feature Management In ASP.NET Core

1
Comments
8 min read
Game Dev Digest — Issue #156 - Upcoming Features

Game Dev Digest — Issue #156 - Upcoming Features

2
Comments
16 min read
OpenTelemetry + Signoz

OpenTelemetry + Signoz

6
Comments
4 min read
The risks of using vulnerable dependencies in your project, and how SCA helps manage them

The risks of using vulnerable dependencies in your project, and how SCA helps manage them

3
Comments
3 min read
Learning Dependency Injection (IoC) Container in C#

Learning Dependency Injection (IoC) Container in C#

4
Comments 1
3 min read
Visitor Pattern in C#

Visitor Pattern in C#

5
Comments
12 min read
Observer Pattern in C#

Observer Pattern in C#

17
Comments 2
7 min read
How to enable the new UI in Jetbrains products

How to enable the new UI in Jetbrains products

2
Comments
2 min read
Pulumi and .NET Interactive (I)

Pulumi and .NET Interactive (I)

10
Comments
4 min read
Three LINQ Set Methods: Intersect, Union, and Except

Three LINQ Set Methods: Intersect, Union, and Except

21
Comments 2
4 min read
Dependency injection (with IOptions) in Console Apps in .NET

Dependency injection (with IOptions) in Console Apps in .NET

5
Comments
6 min read
Mediator Pattern in C#

Mediator Pattern in C#

21
Comments 2
9 min read
C# - Abstract modifier

C# - Abstract modifier

3
Comments
2 min read
Associating enums with strings in .Net

Associating enums with strings in .Net

8
Comments
1 min read
Generic Methods with Generic Parameters in c#

Generic Methods with Generic Parameters in c#

8
Comments
1 min read
Combining two datasets into one

Combining two datasets into one

1
Comments
3 min read
Records, Anonymous Types, and Non-Destructive Mutation

Records, Anonymous Types, and Non-Destructive Mutation

1
Comments 1
2 min read
Learn Single Responsibility Principle in C# with Examples — C# SOLID Principles

Learn Single Responsibility Principle in C# with Examples — C# SOLID Principles

24
Comments 1
11 min read
Game Dev Digest — Issue #155 - Art Tools

Game Dev Digest — Issue #155 - Art Tools

6
Comments
12 min read
Factory Method Pattern in C#

Factory Method Pattern in C#

9
Comments
10 min read
Clean up space on a .NET Developer Machine

Clean up space on a .NET Developer Machine

9
Comments 1
2 min read
Build to order? Checking MSBuild for the second time

Build to order? Checking MSBuild for the second time

3
Comments
10 min read
loading...