DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Make a quick URL shortener in C#

Make a quick URL shortener in C#

18
Comments 5
10 min read
Two CSharp idioms

Two CSharp idioms

34
Comments 3
2 min read
Selenium Java Tutorial: Automation Testing Of User Signup Form

Selenium Java Tutorial: Automation Testing Of User Signup Form

8
Comments
26 min read
Export Lotus Notes (.NSF) messages with Aspose.Email

Export Lotus Notes (.NSF) messages with Aspose.Email

6
Comments 1
5 min read
Identifying Nuget package references which are using relative paths across whole solution

Identifying Nuget package references which are using relative paths across whole solution

4
Comments
3 min read
.NET Core Roadmap: Reasons to Use .NET Core Now and in the Future

.NET Core Roadmap: Reasons to Use .NET Core Now and in the Future

32
Comments 1
1 min read
How to make an API with dotnet core

How to make an API with dotnet core

19
Comments 10
3 min read
Increasing your .NET Core App's Resilience: Building a Faulting API

Increasing your .NET Core App's Resilience: Building a Faulting API

9
Comments
5 min read
How To Remove Watermark from PDF Documents Using C#

How To Remove Watermark from PDF Documents Using C#

11
Comments 4
3 min read
Automated Data Replication (Salesforce) with SQL SSIS and BIML

Automated Data Replication (Salesforce) with SQL SSIS and BIML

7
Comments
9 min read
How Selenium 4 Relative Locator Can Change The Way You Test?

How Selenium 4 Relative Locator Can Change The Way You Test?

6
Comments 1
12 min read
Continuous deployment to Azure from Azure DevOps

Continuous deployment to Azure from Azure DevOps

19
Comments 2
5 min read
RTS game development - Week #3

RTS game development - Week #3

6
Comments 3
2 min read
Kentico CMS Quick Tip: Understanding E-Commerce XML Structures

Kentico CMS Quick Tip: Understanding E-Commerce XML Structures

4
Comments
7 min read
Blazor Download/Save a File using JSInterop

Blazor Download/Save a File using JSInterop

9
Comments
3 min read
Binary Search Trees

Binary Search Trees

39
Comments
3 min read
Inyección de Dependencias(DI) en ASP.NET Core, mejores prácticas para escribir código reutilizable, escalable y desacoplado

Inyección de Dependencias(DI) en ASP.NET Core, mejores prácticas para escribir código reutilizable, escalable y desacoplado

48
Comments 4
5 min read
C# sorting - a subtle mistake

C# sorting - a subtle mistake

7
Comments
1 min read
Uwp IoC Support

Uwp IoC Support

5
Comments
4 min read
The perfect non-null test

The perfect non-null test

58
Comments 10
3 min read
how to fix Index was outside the bounds of the array error?

how to fix Index was outside the bounds of the array error?

7
Comments 6
1 min read
Using .NET LINQ to Query Dynamic Schema-less NoSQL CosmosDB Documents

Using .NET LINQ to Query Dynamic Schema-less NoSQL CosmosDB Documents

19
Comments 1
8 min read
Change page orientation of a Word document in C#

Change page orientation of a Word document in C#

7
Comments
1 min read
the new features of AutoMapper in .net

the new features of AutoMapper in .net

44
Comments 2
1 min read
Future-proofing .NET Tests with NUnit Values Attributes

Future-proofing .NET Tests with NUnit Values Attributes

19
Comments 2
4 min read
Favicon and Linq

Favicon and Linq

7
Comments
2 min read
Quick Tip: Modern Arrows in your Editor

Quick Tip: Modern Arrows in your Editor

55
Comments 6
2 min read
DVD Player

DVD Player

3
Comments 1
1 min read
CORS .NET Core API, NGINX

CORS .NET Core API, NGINX

6
Comments 3
1 min read
Export to Excel from a .Net Core WebApp (Razor Pages)

Export to Excel from a .Net Core WebApp (Razor Pages)

7
Comments 1
3 min read
Bootstrap Toast in .Net Core Web App

Bootstrap Toast in .Net Core Web App

7
Comments
3 min read
Build a Simple Microservice with C# Azure Functions

Build a Simple Microservice with C# Azure Functions

12
Comments
8 min read
C#8 changes to using

C#8 changes to using

6
Comments
2 min read
Is there an online documentation generator for c#?

Is there an online documentation generator for c#?

15
Comments 9
1 min read
How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

How YOU can make your .NET programs more responsive with async/await in .NET Core, C# and VS Code

334
Comments 20
9 min read
Business Logic of an Application - My Experience as Newbie Programmer

Business Logic of an Application - My Experience as Newbie Programmer

7
Comments
3 min read
Experiencing a Game Jam as an Audio Integrator & Sound Designer

Experiencing a Game Jam as an Audio Integrator & Sound Designer

8
Comments 3
9 min read
Solving Real World Bad Design by Applying the Tell, don’t Ask Principle

Solving Real World Bad Design by Applying the Tell, don’t Ask Principle

16
Comments
6 min read
Compressing the response of an .NET Core C# API 📦

Compressing the response of an .NET Core C# API 📦

11
Comments
2 min read
MarkDown based GUI Help system

MarkDown based GUI Help system

5
Comments
2 min read
Hash Tables

Hash Tables

17
Comments 1
2 min read
Designing Public Interfaces the Right Way

Designing Public Interfaces the Right Way

15
Comments
11 min read
Monadic parser combinators in C#

Monadic parser combinators in C#

16
Comments
12 min read
Building a Custom Router for Blazor

Building a Custom Router for Blazor

2
Comments
9 min read
C#: Extract Data from Database Files without SQL

C#: Extract Data from Database Files without SQL

9
Comments
2 min read
Dependency Injection in NetCore

Dependency Injection in NetCore

18
Comments 4
1 min read
My experience with .NET IoT (so far)

My experience with .NET IoT (so far)

5
Comments
2 min read
Filter a List in Razor Pages .net core 2.2

Filter a List in Razor Pages .net core 2.2

8
Comments 6
3 min read
Create an ASP .NET Core Site with Entity Framework

Create an ASP .NET Core Site with Entity Framework

128
Comments 4
11 min read
C# 8.0 static local functions

C# 8.0 static local functions

12
Comments 3
2 min read
Bulk Insert in Dapper into MS SQL

Bulk Insert in Dapper into MS SQL

7
Comments 8
1 min read
Base de Datos en memoria con ASP.NET Core 3.0 MVC + Entity Framework Core

Base de Datos en memoria con ASP.NET Core 3.0 MVC + Entity Framework Core

12
Comments 5
4 min read
Introduction to C#7 tuples in readiness for C#8

Introduction to C#7 tuples in readiness for C#8

9
Comments 1
2 min read
Fallback font and font substitution for presentations

Fallback font and font substitution for presentations

14
Comments 3
3 min read
Accept or reject PDF comparison changes in C#

Accept or reject PDF comparison changes in C#

5
Comments
1 min read
Injecting and Resolving dependencies in AspNet Core

Injecting and Resolving dependencies in AspNet Core

32
Comments
4 min read
Estimated Time Left Calculation in C#

Estimated Time Left Calculation in C#

5
Comments
1 min read
Securing your Blazor App with Auth0 (client side)

Securing your Blazor App with Auth0 (client side)

20
Comments 7
6 min read
The perils of sharing state when writing tests

The perils of sharing state when writing tests

6
Comments
4 min read
Beginners guide to optimization in C# (Part One)

Beginners guide to optimization in C# (Part One)

21
Comments 6
7 min read
loading...