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.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
Getting Familiar With The Awesome Repository Pattern

Getting Familiar With The Awesome Repository Pattern

73
Comments 15
4 min read
How to enable dotnet watch in Jetbrains Raider

How to enable dotnet watch in Jetbrains Raider

9
Comments 5
1 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
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
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

43
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()

44
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.

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

Avoid getters and setters whenever possible

271
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#

79
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
Securing Your ASP.NET Application

Securing Your ASP.NET Application

28
Comments 5
4 min read
I want to automate website actions.

I want to automate website actions.

2
Comments 2
1 min read
Maus cheiros de software

Maus cheiros de software

3
Comments
3 min read
Getting Started with C# and SparkPost

Getting Started with C# and SparkPost

11
Comments
3 min read
Which is better for teaching? C# or F#

Which is better for teaching? C# or F#

28
Comments 14
3 min read
Integration Testing in .NET Core 2.0

Integration Testing in .NET Core 2.0

19
Comments 8
5 min read
CORS in ASP.Net Web API

CORS in ASP.Net Web API

30
Comments 3
4 min read
C# Value Task

C# Value Task

5
Comments
2 min read
The ultimate guide to connection strings in web.config

The ultimate guide to connection strings in web.config

10
Comments
5 min read
CSV Data Sources in Blazor Pivot Table: A Groundbreaking Feature

CSV Data Sources in Blazor Pivot Table: A Groundbreaking Feature

5
Comments
4 min read
C# internal parameters

C# internal parameters

6
Comments
1 min read
Scaling Relational Database

Scaling Relational Database

2
Comments
1 min read
"Use System.Diagnostics.Trace and DbgView within a WPF-Application"

"Use System.Diagnostics.Trace and DbgView within a WPF-Application"

12
Comments
2 min read
Learn Inheritance in C# programming with examples

Learn Inheritance in C# programming with examples

2
Comments
2 min read
Productivity with Visual Studio: Debug | Part 3

Productivity with Visual Studio: Debug | Part 3

4
Comments
4 min read
How to embed a web server inside desktop applications

How to embed a web server inside desktop applications

5
Comments
1 min read
FlytLabs

FlytLabs

2
Comments
1 min read
Productivity with Visual Studio: Navigation | Part 2

Productivity with Visual Studio: Navigation | Part 2

5
Comments
5 min read
How to Display Junction Tables in .NET Core MVC 3.1

How to Display Junction Tables in .NET Core MVC 3.1

4
Comments 6
1 min read
loading...