Forem

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Top 10 bugs found in C# projects in 2022

Top 10 bugs found in C# projects in 2022

1
Comments
11 min read
Beginners Guide to Get Started with Smart Contract in C#

Beginners Guide to Get Started with Smart Contract in C#

2
Comments
6 min read
Learn DateOnly & TimeOnly

Learn DateOnly & TimeOnly

8
Comments
8 min read
Generate sequence numbers in Cosmos DB

Generate sequence numbers in Cosmos DB

14
Comments
3 min read
Non-nullable properties in C# 11

Non-nullable properties in C# 11

9
Comments 3
2 min read
Debugging in .NET apps using Visual Studio Part 1

Debugging in .NET apps using Visual Studio Part 1

6
Comments 5
3 min read
EF Power Tools tutorial

EF Power Tools tutorial

15
Comments
4 min read
Dotnet, C#, code format on JetBrain IDE Rider

Dotnet, C#, code format on JetBrain IDE Rider

23
Comments 4
2 min read
100 Days of Code Day 5: For Loops

100 Days of Code Day 5: For Loops

2
Comments
3 min read
Llamando a un flujo de Power Automate desde .NET

Llamando a un flujo de Power Automate desde .NET

6
Comments
2 min read
First experience with EPPlus and WPF

First experience with EPPlus and WPF

3
Comments
3 min read
Introduce IdentityCore.Adapter.AspNetMembership

Introduce IdentityCore.Adapter.AspNetMembership

1
Comments
1 min read
How To Manually Verify x509 Certificate Chains in .NET

How To Manually Verify x509 Certificate Chains in .NET

7
Comments 2
7 min read
How to run disposable databases for your tests. Improve your integration tests accuracy with Testcontainers

How to run disposable databases for your tests. Improve your integration tests accuracy with Testcontainers

26
Comments
6 min read
Introducing the New .NET MAUI Pyramid Charts

Introducing the New .NET MAUI Pyramid Charts

Comments
5 min read
Implement User Tagging in Blazor Rich Text Editor with Mention Component

Implement User Tagging in Blazor Rich Text Editor with Mention Component

Comments
6 min read
Experience Seamless Excel-Like Filtering in WinUI DataGrid 

Experience Seamless Excel-Like Filtering in WinUI DataGrid 

Comments
7 min read
More on .NET 7 user-jwts Tool

More on .NET 7 user-jwts Tool

Comments
3 min read
Auto-Incrementing Sequences

Auto-Incrementing Sequences

8
Comments 4
4 min read
FOSS Spotlight: đź“ş Jellyfin

FOSS Spotlight: đź“ş Jellyfin

Comments
1 min read
Mark of the web remover

Mark of the web remover

14
Comments
2 min read
Programming with .NET

Programming with .NET

1
Comments 1
2 min read
FluentValidation tips C#

FluentValidation tips C#

14
Comments 1
5 min read
Introduction to JMESPath - JSON processor you should definitely know

Introduction to JMESPath - JSON processor you should definitely know

1
Comments
3 min read
Using Named Pipes in C# for Interprocess Communication

Using Named Pipes in C# for Interprocess Communication

12
Comments 4
2 min read
How to Read Action Method Parameters using IActionFilter in ASP.NET Core MVC

How to Read Action Method Parameters using IActionFilter in ASP.NET Core MVC

7
Comments
4 min read
Mastering Action and Func Delegates in C#: A Comprehensive Guide

Mastering Action and Func Delegates in C#: A Comprehensive Guide

9
Comments
9 min read
Two Sum in C#

Two Sum in C#

5
Comments
2 min read
Introducing the New .NET MAUI Text Input Layout

Introducing the New .NET MAUI Text Input Layout

2
Comments
7 min read
What is Animation System in Unity3D

What is Animation System in Unity3D

2
Comments
2 min read
Create Project Planning and Resource Management Calendar in .NET MAUI

Create Project Planning and Resource Management Calendar in .NET MAUI

Comments
10 min read
Introducing the New .NET MAUI Funnel Charts

Introducing the New .NET MAUI Funnel Charts

Comments
5 min read
100 Days of Code Challenge: Day 2

100 Days of Code Challenge: Day 2

Comments
2 min read
ConfigurationManager and Azure Key Vault

ConfigurationManager and Azure Key Vault

4
Comments
2 min read
Don't box your logs: .NET 6 source generator for logger

Don't box your logs: .NET 6 source generator for logger

3
Comments
5 min read
One Minute Notes: delegates in C#

One Minute Notes: delegates in C#

4
Comments 2
2 min read
Customizing AutoFixture to simplify our tests setups

Customizing AutoFixture to simplify our tests setups

1
Comments 1
1 min read
VS2022 set working folder

VS2022 set working folder

4
Comments
3 min read
Passwords in SQL-Server C#

Passwords in SQL-Server C#

6
Comments
3 min read
C#: What is Boxing?

C#: What is Boxing?

2
Comments
2 min read
Understanding Task.WhenAll in C#

Understanding Task.WhenAll in C#

14
Comments
2 min read
C# Study Plan for Mid-Level Developers

C# Study Plan for Mid-Level Developers

7
Comments
2 min read
Console applications in C#

Console applications in C#

10
Comments
4 min read
Cancellation Tokens in C#

Cancellation Tokens in C#

33
Comments 6
3 min read
.NET 7: Minimal APIs y FluentValidation

.NET 7: Minimal APIs y FluentValidation

15
Comments 1
8 min read
Override and New confusion in CSharp

Override and New confusion in CSharp

4
Comments
6 min read
How to use Async/Await in Unity

How to use Async/Await in Unity

2
Comments
3 min read
A small benchmark to compare concurrent data structures in C#

A small benchmark to compare concurrent data structures in C#

4
Comments 1
1 min read
What’s New in Syncfusion Blazor: 2022 Volume 4

What’s New in Syncfusion Blazor: 2022 Volume 4

3
Comments
12 min read
Puppeteer Sharp: Crawl the Web using C# and Headless Chrome

Puppeteer Sharp: Crawl the Web using C# and Headless Chrome

25
Comments 2
5 min read
Syntatic Sugars | C# Hidden Features

Syntatic Sugars | C# Hidden Features

1
Comments
3 min read
Practicing algorithms using Polyglot Notebooks - part 1 (setup)

Practicing algorithms using Polyglot Notebooks - part 1 (setup)

3
Comments
4 min read
Practicing algorithms using Polyglot Notebooks - part 2 - introduction

Practicing algorithms using Polyglot Notebooks - part 2 - introduction

1
Comments
4 min read
Keycloak as Authorization Server in .NET

Keycloak as Authorization Server in .NET

9
Comments
10 min read
Time-out requests in ASP.NET Core with cancellation tokens

Time-out requests in ASP.NET Core with cancellation tokens

6
Comments
5 min read
Introducing the New .NET MAUI Rating Control

Introducing the New .NET MAUI Rating Control

1
Comments
7 min read
Azure Maps as a Source to Syncfusion Maps

Azure Maps as a Source to Syncfusion Maps

Comments
5 min read
Is It Faster to Enumerate an Array With "foreach" or "for" in C#?

Is It Faster to Enumerate an Array With "foreach" or "for" in C#?

2
Comments
5 min read
Introducing the Sixth Set of .NET MAUI Controls

Introducing the Sixth Set of .NET MAUI Controls

1
Comments
10 min read
Optimize Your C# Skills: A Comprehensive Guide to Best Practices and Tips

Optimize Your C# Skills: A Comprehensive Guide to Best Practices and Tips

12
Comments 8
3 min read
loading...