DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Never Overlook Equality Verification

Never Overlook Equality Verification

1
Comments
2 min read
SOLID Principles

SOLID Principles

11
Comments
4 min read
Build a .NET API in 3 minutes with Chat GPT 🤯

Build a .NET API in 3 minutes with Chat GPT 🤯

39
Comments 1
4 min read
Parse CLI arguments in .NET

Parse CLI arguments in .NET

2
Comments
1 min read
Repository Pattern Implementation in ASP.NET Core

Repository Pattern Implementation in ASP.NET Core

10
Comments
5 min read
Merge PDF Files in Java (Code Example Tutorial)

Merge PDF Files in Java (Code Example Tutorial)

4
Comments
6 min read
Rocket your .NET App by adding Chat-GPT to it!🚀

Rocket your .NET App by adding Chat-GPT to it!🚀

34
Comments 1
5 min read
C#: Pass Lambda Expression to Where LINQ at Runtime

C#: Pass Lambda Expression to Where LINQ at Runtime

Comments
2 min read
Reflection in c#

Reflection in c#

3
Comments
4 min read
Game Dev Digest — Issue #180 - Old School Techniques

Game Dev Digest — Issue #180 - Old School Techniques

Comments
10 min read
Performance in .NET

Performance in .NET

8
Comments
7 min read
Over 150,000 .NET Developers Hit by Harmful NuGet Packages

Over 150,000 .NET Developers Hit by Harmful NuGet Packages

26
Comments 1
5 min read
EF Core 7: Json columns

EF Core 7: Json columns

26
Comments 3
9 min read
Como realizar o deploy de uma aplicação ASP.NET no Heroku [PT-BR]

Como realizar o deploy de uma aplicação ASP.NET no Heroku [PT-BR]

16
Comments 4
2 min read
Entering into the Multiverse of Blazor with Bit Platform templates

Entering into the Multiverse of Blazor with Bit Platform templates

4
Comments 2
2 min read
What is LINQPad?

What is LINQPad?

5
Comments 1
3 min read
Create an image generator with Blazor

Create an image generator with Blazor

2
Comments
8 min read
Create a portfolio website without installing any tools

Create a portfolio website without installing any tools

2
Comments
3 min read
C# LINQ Example in Simple

C# LINQ Example in Simple

4
Comments
3 min read
.NET 8 Preview 2 Unveiled: 5 New Features You Need to Knowđź’ś

.NET 8 Preview 2 Unveiled: 5 New Features You Need to Knowđź’ś

21
Comments 1
5 min read
Basics of logging in ASP NET Core

Basics of logging in ASP NET Core

2
Comments 1
5 min read
IEnumerable and IQueryable

IEnumerable and IQueryable

1
Comments 4
3 min read
Converting string to enum at the cost of 50 GB: CVE-2020-36620

Converting string to enum at the cost of 50 GB: CVE-2020-36620

14
Comments 6
6 min read
Create a Web API with ASP.NET Core 7 and MongoDB

Create a Web API with ASP.NET Core 7 and MongoDB

13
Comments
4 min read
Delegates in C#

Delegates in C#

4
Comments
2 min read
Tuples in C# vs JavaScript: A Comparative Analysis

Tuples in C# vs JavaScript: A Comparative Analysis

Comments 1
3 min read
IncludeMembers in AutoMapper for mapping relations

IncludeMembers in AutoMapper for mapping relations

1
Comments
1 min read
How to create a simple Student Management Software with Visual Studio 2022 and Microsoft SQL Server 2022

How to create a simple Student Management Software with Visual Studio 2022 and Microsoft SQL Server 2022

13
Comments
20 min read
How to use the IDisposable interface in event handlers in C#

How to use the IDisposable interface in event handlers in C#

3
Comments
2 min read
What is Lambda Expressions in C#

What is Lambda Expressions in C#

3
Comments
3 min read
Connect SFTP server using C#

Connect SFTP server using C#

41
Comments
2 min read
C# .NET Tools with System.CommandLine

C# .NET Tools with System.CommandLine

24
Comments 3
7 min read
Microsoft.CodeAnalysis.BannedApiAnalyzers

Microsoft.CodeAnalysis.BannedApiAnalyzers

4
Comments 2
2 min read
First Program in ADO.NET

First Program in ADO.NET

Comments 2
2 min read
Data Validation Nuget Package

Data Validation Nuget Package

Comments
2 min read
Weird Type Coercions

Weird Type Coercions

1
Comments
3 min read
Convert PDF to Image in Java (Code Example Tutorial)

Convert PDF to Image in Java (Code Example Tutorial)

6
Comments 1
6 min read
Async and Await in c#

Async and Await in c#

Comments
2 min read
.NET 8 is on the way! Discover its new Features🚀

.NET 8 is on the way! Discover its new Features🚀

29
Comments 4
8 min read
From WordPress to .NET: A Frontend Developer's Journey in a C# & .NET Environment 🪄

From WordPress to .NET: A Frontend Developer's Journey in a C# & .NET Environment 🪄

3
Comments
3 min read
How to create a WPF DateRangePicker?

How to create a WPF DateRangePicker?

5
Comments
4 min read
How Async/Await Really Works in C#

How Async/Await Really Works in C#

Comments
74 min read
Implement database Seeding for your Asp net core Web API 🌱

Implement database Seeding for your Asp net core Web API 🌱

6
Comments
4 min read
Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Submission Day!

Hackathon - Hack Together: Microsoft Graph and .NET 🦒 - Submission Day!

2
Comments
1 min read
Struct para gerenciar Tags no C# - Parte 3

Struct para gerenciar Tags no C# - Parte 3

Comments
9 min read
Perspectivas divergentes: .NET Framework y .NET Core y sus implicaciones en el desarrollo.

Perspectivas divergentes: .NET Framework y .NET Core y sus implicaciones en el desarrollo.

1
Comments
4 min read
Struct para gerenciar Tags no C# - Parte 2

Struct para gerenciar Tags no C# - Parte 2

Comments
7 min read
Struct para gerenciar Tags no C#

Struct para gerenciar Tags no C#

1
Comments
6 min read
Getting started with Microsoft Orleans

Getting started with Microsoft Orleans

1
Comments
3 min read
View Generated Queries From EF Core

View Generated Queries From EF Core

35
Comments
3 min read
Using ASP.Net Core in Phoesion Glow

Using ASP.Net Core in Phoesion Glow

2
Comments
2 min read
Entity Framework(EF) Enum issue/bug/feature

Entity Framework(EF) Enum issue/bug/feature

14
Comments
2 min read
Creating a Basic Serverless Feature Flag Service using CDK and C#

Creating a Basic Serverless Feature Flag Service using CDK and C#

2
Comments
4 min read
C# - Search AD entry by ObjectSid using Novell Directory Ldap Nuget package

C# - Search AD entry by ObjectSid using Novell Directory Ldap Nuget package

7
Comments
3 min read
[ASP.NET Core] Try Server-Sent Events

[ASP.NET Core] Try Server-Sent Events

21
Comments 1
5 min read
Visual Studio [Test Traits]

Visual Studio [Test Traits]

3
Comments
3 min read
C# Arrays (With STEP-BY-STEP Videos)

C# Arrays (With STEP-BY-STEP Videos)

1
Comments
14 min read
A Simplified Beginner’s Guide to IEnumerable in C#

A Simplified Beginner’s Guide to IEnumerable in C#

5
Comments
5 min read
ASP.NET Core: API Key Authentication

ASP.NET Core: API Key Authentication

18
Comments 4
6 min read
An Elementary Perspective On C# Iterators

An Elementary Perspective On C# Iterators

Comments
6 min read
loading...