DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Introduction to Aspose.CAD, Part 4

Introduction to Aspose.CAD, Part 4

9
Comments
4 min read
What's new in C# 7.3?

What's new in C# 7.3?

28
Comments 6
3 min read
Introduction to Aspose.Imaging, Part 3

Introduction to Aspose.Imaging, Part 3

7
Comments
5 min read
A simple implementation of OData client

A simple implementation of OData client

12
Comments
1 min read
A .NET Glossary

A .NET Glossary

139
Comments 6
3 min read
Assigning class responsibilities with GRASP

Assigning class responsibilities with GRASP

10
Comments
3 min read
Dipping into something done properly

Dipping into something done properly

12
Comments
5 min read
Implementing a Simple Server in .NET Core

Implementing a Simple Server in .NET Core

16
Comments
4 min read
New Features in C# 7.1 and 7.2

New Features in C# 7.1 and 7.2

16
Comments
5 min read
Introduction to Aspose.CAD, Part 3

Introduction to Aspose.CAD, Part 3

7
Comments
4 min read
Introduction to Aspose.Imaging, Part 2

Introduction to Aspose.Imaging, Part 2

9
Comments
4 min read
Casting stinks. Generic classes are worse.

Casting stinks. Generic classes are worse.

31
Comments 9
5 min read
The Generic Rabbit Hole of Madness

The Generic Rabbit Hole of Madness

20
Comments 1
4 min read
Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory

Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory

12
Comments
7 min read
Depending on Functions Instead of Interfaces - Why and How

Depending on Functions Instead of Interfaces - Why and How

14
Comments
7 min read
Zero-Width Characters

Zero-Width Characters

7
Comments
2 min read
Depending on Functions Instead of Interfaces - The Navigation Problem

Depending on Functions Instead of Interfaces - The Navigation Problem

11
Comments
3 min read
Serverless Use Case: Build a calendar feed from scrapped HTML schedules

Serverless Use Case: Build a calendar feed from scrapped HTML schedules

18
Comments
4 min read
ASP .NET Core shared Current User

ASP .NET Core shared Current User

43
Comments
1 min read
Introduction to Aspose.Imaging

Introduction to Aspose.Imaging

6
Comments
7 min read
Introduction to Aspose.CAD, Part 2

Introduction to Aspose.CAD, Part 2

6
Comments
2 min read
Flattening JSON in JSON.NET

Flattening JSON in JSON.NET

19
Comments 2
3 min read
Setting up JWT and Identity Authorization/Authentication in ASP .NET Core

Setting up JWT and Identity Authorization/Authentication in ASP .NET Core

39
Comments 2
3 min read
Introduction to Aspose.CAD library

Introduction to Aspose.CAD library

8
Comments
5 min read
400 Bad Request For Declined Payment

400 Bad Request For Declined Payment

6
Comments
3 min read
Converting RGB TIFF to CMYK TIFF with Aspose.Imaging 18.3

Converting RGB TIFF to CMYK TIFF with Aspose.Imaging 18.3

9
Comments
2 min read
Generating PDF file using C#

Generating PDF file using C#

16
Comments 7
8 min read
Coding architecture

Coding architecture

7
Comments
1 min read
Chaining C# Assignment Operators

Chaining C# Assignment Operators

14
Comments 1
5 min read
Extract the text data from PDF file using Aspose.PDF for .NET

Extract the text data from PDF file using Aspose.PDF for .NET

12
Comments 3
2 min read
How to enable dotnet watch in Jetbrains Raider

How to enable dotnet watch in Jetbrains Raider

9
Comments 5
1 min read
Getting Familiar With The Awesome Repository Pattern

Getting Familiar With The Awesome Repository Pattern

72
Comments 15
4 min read
Computing the Levenshtein (Edit) Distance of Two Strings using C#

Computing the Levenshtein (Edit) Distance of Two Strings using C#

10
Comments
4 min read
Exporting particular entities from CAD files using Aspose.CAD for .NET

Exporting particular entities from CAD files using Aspose.CAD for .NET

13
Comments
2 min read
Using Async, Await, Plus a Slight Delay?

Using Async, Await, Plus a Slight Delay?

9
Comments 2
2 min read
Implementing a BasePage in your ASP.NET Webforms Project

Implementing a BasePage in your ASP.NET Webforms Project

8
Comments 2
3 min read
New option to set default line caps for Aspose.CAD for .NET

New option to set default line caps for Aspose.CAD for .NET

9
Comments
2 min read
Export data to PDF using Aspose.PDF for .NET Core 2.0

Export data to PDF using Aspose.PDF for .NET Core 2.0

12
Comments
4 min read
Generate a quick AWS dashboard using LINQPad

Generate a quick AWS dashboard using LINQPad

12
Comments
6 min read
Develop a LINE Bot in C# for Beginner Part 1 : Set up your first bot

Develop a LINE Bot in C# for Beginner Part 1 : Set up your first bot

41
Comments 18
7 min read
Develop a LINE Bot in C# for Beginner Part 2 : Adding AI to your Bot

Develop a LINE Bot in C# for Beginner Part 2 : Adding AI to your Bot

30
Comments
7 min read
Visual Studio Code is My Favorite Text Editor

Visual Studio Code is My Favorite Text Editor

33
Comments 7
6 min read
C# Create new T()

C# Create new T()

43
Comments 1
1 min read
What You Need To Know About The Helpful Strategy Pattern

What You Need To Know About The Helpful Strategy Pattern

49
Comments 7
4 min read
ASP.NET Core 2.0: Implementing a 3rd Party Web API

ASP.NET Core 2.0: Implementing a 3rd Party Web API

31
Comments 2
9 min read
How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member'

How to disable notifications in ASP.NET Core 2.0 for 'Missing XML comment for publicly visible type or member'

10
Comments 1
1 min read
Help, these objects have the same shape but don't share an interface!

Help, these objects have the same shape but don't share an interface!

12
Comments 3
5 min read
I made a simple app to ping google with Csharp

I made a simple app to ping google with Csharp

19
Comments
1 min read
V8Ception | How to implement V8 into your .NET applications.

V8Ception | How to implement V8 into your .NET applications.

22
Comments 12
6 min read
Avoid getters and setters whenever possible

Avoid getters and setters whenever possible

269
Comments 99
7 min read
How to render HTML to PDF document using Aspose.HTML for .NET

How to render HTML to PDF document using Aspose.HTML for .NET

11
Comments
3 min read
Dear LINQ, I love you, but I'm going back to my roots

Dear LINQ, I love you, but I'm going back to my roots

37
Comments 8
6 min read
Kotlin's scope functions in C#

Kotlin's scope functions in C#

17
Comments 4
1 min read
Explain Lambda expressions like I'm five

Explain Lambda expressions like I'm five

15
Comments 4
1 min read
Taking advantage of BitMasks

Taking advantage of BitMasks

14
Comments 3
2 min read
Calling Rust from C#

Calling Rust from C#

77
Comments 26
6 min read
Filtering out a stray number in an array

Filtering out a stray number in an array

15
Comments 3
3 min read
🎉 Announcing Nightingale 4 -- a modern, resource-friendly REST Client for developers

🎉 Announcing Nightingale 4 -- a modern, resource-friendly REST Client for developers

5
Comments
1 min read
Two Sum

Two Sum

2
Comments
2 min read
Problems Applying Right-to-Left Rendering in WPF PDF Viewer?

Problems Applying Right-to-Left Rendering in WPF PDF Viewer?

4
Comments
4 min read
loading...