DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Entendendo as diferenças entre IEnumerable e List em C#

Entendendo as diferenças entre IEnumerable e List em C#

20
Comments 11
3 min read
Cell CMS - Organizando, reutilizando e testando consultas do EntityFramework Core

Cell CMS - Organizando, reutilizando e testando consultas do EntityFramework Core

3
Comments
8 min read
Creando un API en Net Core - Mi primer API

Creando un API en Net Core - Mi primer API

3
Comments 2
6 min read
【.NET 5】【ASP.NET Core Identity】SignIn with custom user

【.NET 5】【ASP.NET Core Identity】SignIn with custom user

16
Comments 2
6 min read
3 formas de Concatenar String con C#

3 formas de Concatenar String con C#

20
Comments 2
3 min read
Converting IContent to IPublishedContent in Umbraco v8+

Converting IContent to IPublishedContent in Umbraco v8+

2
Comments 1
4 min read
C# interface and multiple interface tutorial

C# interface and multiple interface tutorial

2
Comments
5 min read
A Quick Guide to LINQ With Examples

A Quick Guide to LINQ With Examples

17
Comments
6 min read
Portal web para gestionar eventos y conferencias con ASP.NET 5

Portal web para gestionar eventos y conferencias con ASP.NET 5

13
Comments
15 min read
Kentico Xperience Design Patterns: Good Startup.cs Hygiene

Kentico Xperience Design Patterns: Good Startup.cs Hygiene

16
Comments
10 min read
How to achieve style inheritance with Blazor CSS isolation

How to achieve style inheritance with Blazor CSS isolation

6
Comments
4 min read
The .NET Stacks #34: 🎙 Visual Studio gets an update, and you get a rant

The .NET Stacks #34: 🎙 Visual Studio gets an update, and you get a rant

3
Comments
9 min read
Simplify foreach loops with the null-coalescing operator

Simplify foreach loops with the null-coalescing operator

5
Comments 2
1 min read
Best .NET Posts This Week: 31st January 2021

Best .NET Posts This Week: 31st January 2021

9
Comments
2 min read
Making sense of the ASP.NET Core MVC Design Pattern

Making sense of the ASP.NET Core MVC Design Pattern

6
Comments
4 min read
Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-2)-Deployment

Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-2)-Deployment

11
Comments
8 min read
Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-1)-SetUp

Deploying An Asp.Net WebApi and MySql DataBase Container to Kubernetes (Part-1)-SetUp

8
Comments
4 min read
Content to learn C#9

Content to learn C#9

4
Comments
1 min read
How To Set Up An Asp.NetCore Api, and MySQL with Docker Compose

How To Set Up An Asp.NetCore Api, and MySQL with Docker Compose

5
Comments
5 min read
Random Generation (with efficient exclusions)

Random Generation (with efficient exclusions)

2
Comments
3 min read
Alternative view engine for ASP.NET Core: Passing data from controller

Alternative view engine for ASP.NET Core: Passing data from controller

7
Comments 1
4 min read
Decorating Command Handler with Decorator Pattern in .NET 5

Decorating Command Handler with Decorator Pattern in .NET 5

5
Comments
1 min read
A cleaner way for configuring DI container in dotnet with ServiceAnnotations

A cleaner way for configuring DI container in dotnet with ServiceAnnotations

2
Comments
4 min read
Trabalhando com Tasks assíncronas em C#

Trabalhando com Tasks assíncronas em C#

8
Comments 1
5 min read
How To Run Selenium Tests Using IE Driver?

How To Run Selenium Tests Using IE Driver?

8
Comments
24 min read
Double dispatcher in C#

Double dispatcher in C#

7
Comments 1
3 min read
Web portal to manage virtual or in-person events with ASP.NET 5 and DotVVM

Web portal to manage virtual or in-person events with ASP.NET 5 and DotVVM

11
Comments
14 min read
Signed HTTP Exchanges: A path for Blazor WebAssembly instant runtime loading?

Signed HTTP Exchanges: A path for Blazor WebAssembly instant runtime loading?

4
Comments
6 min read
C# exception handling best practices

C# exception handling best practices

12
Comments 1
5 min read
No Transpiler? No Problem: Integrating Vue with ASP.Net Razor Pages

No Transpiler? No Problem: Integrating Vue with ASP.Net Razor Pages

9
Comments 2
4 min read
Things you need to know as a developer - Clean Coding

Things you need to know as a developer - Clean Coding

8
Comments 2
7 min read
How to run your Monogame app on a Raspberry Pi (or any Linux)

How to run your Monogame app on a Raspberry Pi (or any Linux)

5
Comments
3 min read
NUnit Tutorial: Parameterized Tests With Examples

NUnit Tutorial: Parameterized Tests With Examples

7
Comments
14 min read
Best .NET Posts This Week: 24th January 2021

Best .NET Posts This Week: 24th January 2021

3
Comments 1
2 min read
( YouTube Tutorial ) Multi-Conditional Booleans For Games

( YouTube Tutorial ) Multi-Conditional Booleans For Games

3
Comments 2
2 min read
Covariance and contravariance by example.

Covariance and contravariance by example.

7
Comments
6 min read
Built my first C#/NuGet package!

Built my first C#/NuGet package!

4
Comments
1 min read
Game Dev Digest — Issue #78 - Programming and more

Game Dev Digest — Issue #78 - Programming and more

2
Comments
7 min read
【.NET 5】【WPF】Try WebView2

【.NET 5】【WPF】Try WebView2

2
Comments
4 min read
Always Swagger Your API

Always Swagger Your API

4
Comments
2 min read
Tell me about GUIDs aka a game of chance?

Tell me about GUIDs aka a game of chance?

5
Comments
2 min read
How to use configuration with C# 9 top-level programs

How to use configuration with C# 9 top-level programs

5
Comments
3 min read
Dev Discussions: Steve Sanderson

Dev Discussions: Steve Sanderson

4
Comments
7 min read
How to Preview Images in Syncfusion Blazor File Upload Component

How to Preview Images in Syncfusion Blazor File Upload Component

5
Comments
6 min read
A beginner's guide to open source

A beginner's guide to open source

2
Comments
2 min read
.NET TCPListener: Accepting Multiple Client Connections

.NET TCPListener: Accepting Multiple Client Connections

17
Comments 1
3 min read
Best .NET Posts This Week: 17th January 2021

Best .NET Posts This Week: 17th January 2021

3
Comments
2 min read
How To Create And Publish Azure Function From Visual Studio

How To Create And Publish Azure Function From Visual Studio

5
Comments
4 min read
C# code refactoring - Introduction

C# code refactoring - Introduction

10
Comments
5 min read
How To Make An Analog Clock With HTML, CSS and Pure JavaScript

How To Make An Analog Clock With HTML, CSS and Pure JavaScript

74
Comments 3
7 min read
Introduction to Test Driven Development (TDD) and AAA Testing using xUnit

Introduction to Test Driven Development (TDD) and AAA Testing using xUnit

11
Comments
7 min read
【ASP.NET Core】【TypeScript】File Download

【ASP.NET Core】【TypeScript】File Download

7
Comments
8 min read
Blast Off with Blazor: Build a search-as-you-type box

Blast Off with Blazor: Build a search-as-you-type box

14
Comments
6 min read
Unity Multiplayer: Bottom to Top

Unity Multiplayer: Bottom to Top

36
Comments 7
52 min read
When coding C#, you need to use f for timeScale 00:58

When coding C#, you need to use f for timeScale

8
Comments 1
2 min read
Less Magic, Please

Less Magic, Please

6
Comments
2 min read
Why your EF Core code is now breaking aka the pesky .ToList()

Why your EF Core code is now breaking aka the pesky .ToList()

6
Comments
4 min read
LeetCode with C# - Reverse A String

LeetCode with C# - Reverse A String

3
Comments 8
3 min read
Interview question(s) about concepts you don't interact with often, if at all

Interview question(s) about concepts you don't interact with often, if at all

8
Comments 4
2 min read
How to customize searching in Umbraco list views

How to customize searching in Umbraco list views

6
Comments 3
6 min read
loading...