DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Organize your Unity project directories structure!

Organize your Unity project directories structure!

5
Comments
2 min read
IAsyncEnumerable<T> - An Introduction

IAsyncEnumerable<T> - An Introduction

8
Comments
6 min read
Multi Targeting

Multi Targeting

8
Comments
3 min read
Read YAMLy config with a few lines of code

Read YAMLy config with a few lines of code

6
Comments 2
4 min read
Override appSettings during development

Override appSettings during development

2
Comments
2 min read
Creating Travelport Smartpoint Plugin - Part 1

Creating Travelport Smartpoint Plugin - Part 1

4
Comments
1 min read
Comparando valores y referencias en varios lenguajes de programación

Comparando valores y referencias en varios lenguajes de programación

5
Comments
7 min read
WebAPI Post with Body parameters

WebAPI Post with Body parameters

6
Comments
2 min read
Bug Report #2 - Lazy Select In C#

Bug Report #2 - Lazy Select In C#

6
Comments
2 min read
Real-time server side rendered web applications using html, css & server language without writing a single line of JavaScript

Real-time server side rendered web applications using html, css & server language without writing a single line of JavaScript

5
Comments
2 min read
Seven reasons that Roslyn-based Code Analysers are awesome

Seven reasons that Roslyn-based Code Analysers are awesome

6
Comments
5 min read
Rotating PDF page in C#

Rotating PDF page in C#

7
Comments 1
1 min read
Consistent Project Settings

Consistent Project Settings

8
Comments
3 min read
Merge PDF Documents in Directory in C#

Merge PDF Documents in Directory in C#

5
Comments
4 min read
Crypto Notepad

Crypto Notepad

5
Comments
1 min read
Extracting images from a document using Aspose.Words Cloud API (C# / .NET)

Extracting images from a document using Aspose.Words Cloud API (C# / .NET)

15
Comments
2 min read
Uploading a document to Aspose.Words Cloud Storage (C# / .NET)

Uploading a document to Aspose.Words Cloud Storage (C# / .NET)

15
Comments
1 min read
Clarifying working with TIFF in Aspose.Imaging

Clarifying working with TIFF in Aspose.Imaging

9
Comments
7 min read
Your favorite/most useful extension methods?

Your favorite/most useful extension methods?

15
Comments 1
2 min read
0rison 2D Game Development Framework

0rison 2D Game Development Framework

9
Comments 1
1 min read
Geometry analysis features in Aspose.GIS

Geometry analysis features in Aspose.GIS

6
Comments
9 min read
C# tutorials

C# tutorials

14
Comments
1 min read
Recent progress of Aspose.Imaging

Recent progress of Aspose.Imaging

5
Comments
2 min read
Clarifying layouts, Model and Paper spaces in Aspose.CAD.

Clarifying layouts, Model and Paper spaces in Aspose.CAD.

7
Comments
4 min read
Convert TSV to PDF in C#.NET

Convert TSV to PDF in C#.NET

10
Comments
3 min read
Building for Alexa - 4 - Progressive Response

Building for Alexa - 4 - Progressive Response

7
Comments
1 min read
How to setup methods which return a built-in type and implement IEnumerable interface in Moq ?

How to setup methods which return a built-in type and implement IEnumerable interface in Moq ?

9
Comments 2
1 min read
CallerMemberName and Interfaces

CallerMemberName and Interfaces

9
Comments
1 min read
What is the Business Value of Unit Testing? Part 2

What is the Business Value of Unit Testing? Part 2

6
Comments
5 min read
Getting started with Unit Testing and Moq - Part 2

Getting started with Unit Testing and Moq - Part 2

10
Comments
4 min read
Getting started with Unit Testing and Moq - Part 3

Getting started with Unit Testing and Moq - Part 3

7
Comments
4 min read
Getting started with Unit Testing and Moq - Part 4

Getting started with Unit Testing and Moq - Part 4

6
Comments
5 min read
What is the Business Value of Unit Testing? Part 1

What is the Business Value of Unit Testing? Part 1

6
Comments
3 min read
DateRanges in C#

DateRanges in C#

8
Comments
1 min read
"non string" category NUnit tests

"non string" category NUnit tests

6
Comments 1
1 min read
.Net Core, amélioration des performances

.Net Core, amélioration des performances

9
Comments
1 min read
C# Static MineType Detection

C# Static MineType Detection

11
Comments
1 min read
Upgrading C# in your Razor files with PowerShell

Upgrading C# in your Razor files with PowerShell

8
Comments
1 min read
Using SparkPost Templates with C#

Using SparkPost Templates with C#

7
Comments
1 min read
Design Patterns and Practices in .Net: Option Functional Type in C#

Design Patterns and Practices in .Net: Option Functional Type in C#

5
Comments
1 min read
Design Patterns and Practices in .Net: Null Object and Special Case Object

Design Patterns and Practices in .Net: Null Object and Special Case Object

5
Comments
1 min read
Building custom tooling with a new API, or, How I learned to stop worrying and love Sitecore

Building custom tooling with a new API, or, How I learned to stop worrying and love Sitecore

10
Comments 1
2 min read
Replace anchor tags with square bracket format

Replace anchor tags with square bracket format

4
Comments
1 min read
Force JSON with WebAPI

Force JSON with WebAPI

4
Comments
1 min read
Simple Dependency Injection with StructureMap

Simple Dependency Injection with StructureMap

7
Comments
3 min read
Cross thread calls made easier

Cross thread calls made easier

2
Comments
1 min read
Circle primitive class for XNA/MonoGame

Circle primitive class for XNA/MonoGame

5
Comments
2 min read
FizzBuzz? More than one line doesn't count!

FizzBuzz? More than one line doesn't count!

3
Comments
1 min read
Quickly and easily upload files with FtpWebRequest

Quickly and easily upload files with FtpWebRequest

4
Comments
2 min read
Tuple, a new data structure in C#

Tuple, a new data structure in C#

27
Comments
2 min read
Connecting to SQL over TCP/IP with Entity Framework

Connecting to SQL over TCP/IP with Entity Framework

7
Comments 1
1 min read
Quick Tip: When Testing with Moq, Try Lambdas for More Flexible Tests

Quick Tip: When Testing with Moq, Try Lambdas for More Flexible Tests

7
Comments
2 min read
Compile C# into assembly, then load it and execute it

Compile C# into assembly, then load it and execute it

4
Comments
1 min read
XNA IScreen code

XNA IScreen code

6
Comments
2 min read
XNA An Example Object using VariableService

XNA An Example Object using VariableService

3
Comments
1 min read
Alternative to Game Screen Management - An Example

Alternative to Game Screen Management - An Example

3
Comments
2 min read
Cycling through a list, one step at a time

Cycling through a list, one step at a time

3
Comments
2 min read
Ctrl+A Select all text in a text box

Ctrl+A Select all text in a text box

4
Comments
1 min read
Non-blocking Console.ReadKey()

Non-blocking Console.ReadKey()

5
Comments
1 min read
Regex split by spaces except inside quote marks

Regex split by spaces except inside quote marks

2
Comments
1 min read
loading...