DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Productivity with Visual Studio: Code Editor | Part 1

Productivity with Visual Studio: Code Editor | Part 1

12
Comments 1
4 min read
Configuration and Dependency Injection

Configuration and Dependency Injection

5
Comments 1
4 min read
The next AR Game - Balloon Invaders AR

The next AR Game - Balloon Invaders AR

4
Comments 1
2 min read
MVVM Pattern in Blazor For State Management – A Complete Guide

MVVM Pattern in Blazor For State Management – A Complete Guide

4
Comments
7 min read
Launch of Aurora for GitHub!

Launch of Aurora for GitHub!

2
Comments
1 min read
How Blazor Server Works

How Blazor Server Works

4
Comments
1 min read
Buildmystring.com - Generate your string concatenation code

Buildmystring.com - Generate your string concatenation code

6
Comments
2 min read
C# Primer Resources

C# Primer Resources

10
Comments
1 min read
Creating Tic-Tac-Toe in C# and Blazor WebAssembly

Creating Tic-Tac-Toe in C# and Blazor WebAssembly

6
Comments
8 min read
C# Chip-8 Emulator (Interpretator)

C# Chip-8 Emulator (Interpretator)

2
Comments
2 min read
How to properly use Observable.Catch()

How to properly use Observable.Catch()

17
Comments
2 min read
Proper Folder Structure with Dynamic Methods?

Proper Folder Structure with Dynamic Methods?

6
Comments
1 min read
Easy Steps to Access Files in Dropbox and Use Them in a Xamarin App

Easy Steps to Access Files in Dropbox and Use Them in a Xamarin App

6
Comments
7 min read
Azure Devops and your tests

Azure Devops and your tests

6
Comments
2 min read
Setting a timeout in distributed services is a good practice to avoid side effects

Setting a timeout in distributed services is a good practice to avoid side effects

5
Comments 1
4 min read
Getting Started with VR 00:00

Getting Started with VR

29
Comments 7
1 min read
How To get a job in IIT kanpur in this quarantine? 01:56

How To get a job in IIT kanpur in this quarantine?

2
Comments 2
1 min read
What else would I change in a C# rewrite?

What else would I change in a C# rewrite?

6
Comments 3
2 min read
PartyTime v1.2 - Video Player & Torrent Streamer (based on FFmpeg)

PartyTime v1.2 - Video Player & Torrent Streamer (based on FFmpeg)

4
Comments
1 min read
Dynamic Programming

Dynamic Programming

40
Comments
7 min read
Debugging System.UnauthorizedAccessException (often followed by: Access to the path is denied)

Debugging System.UnauthorizedAccessException (often followed by: Access to the path is denied)

6
Comments
4 min read
Export Data to a Predefined Excel Template in C#

Export Data to a Predefined Excel Template in C#

6
Comments
18 min read
Easiest Way to OCR Process PDF Documents in ASP.NET Core

Easiest Way to OCR Process PDF Documents in ASP.NET Core

5
Comments
5 min read
Github action to publish a Nuget package to nuget.org

Github action to publish a Nuget package to nuget.org

5
Comments
1 min read
How to manage states with State Design Pattern in C#?

How to manage states with State Design Pattern in C#?

3
Comments
1 min read
Youtube Floating Player

Youtube Floating Player

5
Comments
3 min read
SOLID: O "S" de SRP.

SOLID: O "S" de SRP.

5
Comments
2 min read
Web.config customErrors element with ASP.NET explained

Web.config customErrors element with ASP.NET explained

5
Comments
6 min read
Creating a Master-Detail View Is Easier with Blazor DataGrid

Creating a Master-Detail View Is Easier with Blazor DataGrid

6
Comments
10 min read
Refresh.NET - code migration tool for .NET projects

Refresh.NET - code migration tool for .NET projects

6
Comments
3 min read
How Our Users Skip Our Servers and Download Securely Right From Amazon S3

How Our Users Skip Our Servers and Download Securely Right From Amazon S3

11
Comments 3
5 min read
Large scalable .NET Core 3.0 project template

Large scalable .NET Core 3.0 project template

7
Comments
1 min read
Making an Interactive Cognitive Portrait Exhibit using some Creativity, .NET, Azure Functions and Cognitive Services Magic

Making an Interactive Cognitive Portrait Exhibit using some Creativity, .NET, Azure Functions and Cognitive Services Magic

25
Comments
15 min read
An alternative to Xaml for WPF

An alternative to Xaml for WPF

14
Comments 4
3 min read
Organizational Accounts for ASP .NET Core 3.1

Organizational Accounts for ASP .NET Core 3.1

6
Comments
10 min read
Why You Need Build Automation Tools for Selenium Automation Testing?

Why You Need Build Automation Tools for Selenium Automation Testing?

6
Comments
8 min read
On Building Communities

On Building Communities

4
Comments
3 min read
ASP.NET Basics: Inject Service into Controller

ASP.NET Basics: Inject Service into Controller

7
Comments 1
2 min read
Introduction to functional programming with C#

Introduction to functional programming with C#

18
Comments 12
8 min read
Union-find (Disjoint-set)

Union-find (Disjoint-set)

5
Comments
3 min read
What's wrong with the current state of unit testing

What's wrong with the current state of unit testing

9
Comments 2
3 min read
Extending An Iterator

Extending An Iterator

9
Comments
1 min read
3 Strange Exceptions: HTTPRequestException, IOException, SocketException

3 Strange Exceptions: HTTPRequestException, IOException, SocketException

4
Comments
1 min read
Delegates in C# 04:38

Delegates in C#

6
Comments
1 min read
Easily Calculate Summary of Selected Rows with WinForms DataGrid

Easily Calculate Summary of Selected Rows with WinForms DataGrid

6
Comments
3 min read
What is your Data API strategy?

What is your Data API strategy?

17
Comments 1
1 min read
How To Send Callback To Js Interop In Blazor

How To Send Callback To Js Interop In Blazor

6
Comments
6 min read
Adding Auto-Retries to a C# API Client

Adding Auto-Retries to a C# API Client

1
Comments 3
1 min read
Project Aurora Status Update March 21st

Project Aurora Status Update March 21st

4
Comments
1 min read
4 New Features You Must Try in Xamarin.Forms 4.5

4 New Features You Must Try in Xamarin.Forms 4.5

7
Comments
8 min read
Modeling an epidemic

Modeling an epidemic

5
Comments
8 min read
Key Vault for ASP .NET Core 3.1 Web Apps

Key Vault for ASP .NET Core 3.1 Web Apps

7
Comments
10 min read
Call UseSession after UseRouting and before UseEndpoints

Call UseSession after UseRouting and before UseEndpoints

6
Comments
1 min read
ServiceStack in a Console Application

ServiceStack in a Console Application

8
Comments 1
4 min read
What's pattern matching in C# 8.0?

What's pattern matching in C# 8.0?

16
Comments
5 min read
Command Design Pattern Explained with C# Examples

Command Design Pattern Explained with C# Examples

14
Comments
4 min read
Interfaces

Interfaces

5
Comments 1
2 min read
Map JSON object to Controller Action with multiple parameters

Map JSON object to Controller Action with multiple parameters

9
Comments
1 min read
Fill PDF Forms on the Go with Import and Export Form Data Support in Xamarin PDF Viewer

Fill PDF Forms on the Go with Import and Export Form Data Support in Xamarin PDF Viewer

7
Comments
3 min read
Authenticate a Blazor WebAssembly App (pure Blazor Client) using OpenID Connect.

Authenticate a Blazor WebAssembly App (pure Blazor Client) using OpenID Connect.

24
Comments 5
4 min read
loading...