DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
C# : Use IQueryable<T> as part of Unit Test

C# : Use IQueryable<T> as part of Unit Test

6
Comments
1 min read
C# 10.0 - Useful features to know

C# 10.0 - Useful features to know

8
Comments
2 min read
Image classification in web applications with ML.NET

Image classification in web applications with ML.NET

11
Comments
6 min read
Game Dev Digest — Issue #120 - Guides And Principles

Game Dev Digest — Issue #120 - Guides And Principles

6
Comments
9 min read
5 easy tips for writing C# better

5 easy tips for writing C# better

16
Comments 6
2 min read
Source generators and a boilerplate code

Source generators and a boilerplate code

6
Comments
8 min read
Melhorando o tratamento de exceções no C#

Melhorando o tratamento de exceções no C#

11
Comments 1
3 min read
Do we have to await every single C# async method?

Do we have to await every single C# async method?

7
Comments
2 min read
How to generate QR code in C# : Full tutorial

How to generate QR code in C# : Full tutorial

30
Comments 1
6 min read
Compile and Run C# programs without visual studio or any other IDE

Compile and Run C# programs without visual studio or any other IDE

12
Comments 5
2 min read
DotVVM Advent Calendar 2021

DotVVM Advent Calendar 2021

4
Comments
4 min read
CI/CD for .net 6, using GitHub actions

CI/CD for .net 6, using GitHub actions

15
Comments
10 min read
Microsoft Orleans - Long running CPU bound work

Microsoft Orleans - Long running CPU bound work

7
Comments
6 min read
[Post 2]LINQ -IEnumerator

[Post 2]LINQ -IEnumerator

2
Comments
2 min read
Como usar Redis em uma solução .Net

Como usar Redis em uma solução .Net

5
Comments 1
5 min read
How to map Nested Object mappings with AutoMapper C#

How to map Nested Object mappings with AutoMapper C#

16
Comments
2 min read
C# conversions: Implicit VS Explicit

C# conversions: Implicit VS Explicit

20
Comments
4 min read
Game Dev Digest — Issue #121 - Show Me The Money

Game Dev Digest — Issue #121 - Show Me The Money

6
Comments 1
7 min read
How to Create a Cascading ComboBox in Blazor

How to Create a Cascading ComboBox in Blazor

2
Comments
1 min read
Username Validator

Username Validator

47
Comments 1
2 min read
GitHub Actions

GitHub Actions

6
Comments
2 min read
Memento Pattern

Memento Pattern

6
Comments
5 min read
Display a friendly name with Enum.ToString()

Display a friendly name with Enum.ToString()

2
Comments
2 min read
How to Create a Pdf File in C#

How to Create a Pdf File in C#

22
Comments 2
7 min read
How to Filter and Group the Blazor Dropdown List Items

How to Filter and Group the Blazor Dropdown List Items

3
Comments
1 min read
Custom properties in Elastic Search using C# and Serilog

Custom properties in Elastic Search using C# and Serilog

4
Comments
1 min read
A variety of errors in C# code by the example of CMS DotNetNuke: 40 questions about the quality

A variety of errors in C# code by the example of CMS DotNetNuke: 40 questions about the quality

2
Comments
24 min read
C# Lambda Expressions & Lambda Operator

C# Lambda Expressions & Lambda Operator

5
Comments
3 min read
Tutorial: Build Serverless functions with C#

Tutorial: Build Serverless functions with C#

5
Comments
6 min read
C# Arrays

C# Arrays

5
Comments
3 min read
How to Bind Data in a Blazor Rich Text Editor Component

How to Bind Data in a Blazor Rich Text Editor Component

4
Comments
1 min read
Send postcards with C# and Flurl

Send postcards with C# and Flurl

4
Comments
6 min read
Chain of Responsibility e ASP.Net Core

Chain of Responsibility e ASP.Net Core

27
Comments 4
6 min read
C# Collections Pt2 - Generic Collections

C# Collections Pt2 - Generic Collections

3
Comments
5 min read
How to Export Gantt Chart Data to Excel and CSV Formats

How to Export Gantt Chart Data to Excel and CSV Formats

3
Comments
1 min read
[Video] High-performance and compile-time logging source generation in .NET 6

[Video] High-performance and compile-time logging source generation in .NET 6

2
Comments
1 min read
.Net Generic Repository Pattern

.Net Generic Repository Pattern

11
Comments
2 min read
Clean Code in C# Part 1 Meaningful Names

Clean Code in C# Part 1 Meaningful Names

20
Comments
3 min read
C# Inheritance Pt3 - Abstract Classes

C# Inheritance Pt3 - Abstract Classes

3
Comments 3
4 min read
Unity Tips: Properties and the Inspector

Unity Tips: Properties and the Inspector

23
Comments 3
8 min read
[Post-4][LINQ] Yield-Performance

[Post-4][LINQ] Yield-Performance

1
Comments
3 min read
Getting started with .NET Core API, MongoDB, and Transactions

Getting started with .NET Core API, MongoDB, and Transactions

7
Comments
8 min read
Getting Started with NDepend

Getting Started with NDepend

3
Comments
7 min read
Indefinite Arguments

Indefinite Arguments

10
Comments
2 min read
3+3 ASP.NET Mistakes (+ How to avoid them)

3+3 ASP.NET Mistakes (+ How to avoid them)

17
Comments 1
3 min read
Game Dev Digest — Issue #119 - Old School

Game Dev Digest — Issue #119 - Old School

5
Comments 1
8 min read
Everything You Need to Know About Blazor Kanban Cards

Everything You Need to Know About Blazor Kanban Cards

8
Comments
1 min read
Data binding in ASP.NET

Data binding in ASP.NET

2
Comments
5 min read
I used my first ever Expression<Func<TInput, TOutput>> today to create reusable LINQ Queries

I used my first ever Expression<Func<TInput, TOutput>> today to create reusable LINQ Queries

6
Comments
2 min read
C# Inheritance Pt2 - Interfaces

C# Inheritance Pt2 - Interfaces

4
Comments
4 min read
Exploring C# 10: Use Extended Property Patterns to Easily Access Nested Properties

Exploring C# 10: Use Extended Property Patterns to Easily Access Nested Properties

5
Comments
2 min read
How to schedule tasks in .NET? We've made it seem easy #2

How to schedule tasks in .NET? We've made it seem easy #2

19
Comments 2
4 min read
How to Read Excel File in C#

How to Read Excel File in C#

15
Comments 3
6 min read
C# - Inheritance

C# - Inheritance

5
Comments 3
3 min read
5 Visual Studio Extensions you Definitely need as a .NET Developer

5 Visual Studio Extensions you Definitely need as a .NET Developer

22
Comments 1
4 min read
RIP Copy and Paste from Stackoverflow! 🚨 (+Trojan Source Solution)

RIP Copy and Paste from Stackoverflow! 🚨 (+Trojan Source Solution)

253
Comments 23
5 min read
Calling JavaScript functions from DotVVM with JS Directive

Calling JavaScript functions from DotVVM with JS Directive

5
Comments
3 min read
Getting started with Minimal APIs in .Net 6

Getting started with Minimal APIs in .Net 6

36
Comments
5 min read
Just popped in to let you know

Just popped in to let you know

3
Comments
1 min read
Create Blazor Polar and Radar Charts in Just 10 Minutes

Create Blazor Polar and Radar Charts in Just 10 Minutes

3
Comments
1 min read
loading...