DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Publisher Subscriber vs Observer pattern with C#

Publisher Subscriber vs Observer pattern with C#

16
Comments
7 min read
Looking for C# Open Source Projects for a 1st Time Contributor

Looking for C# Open Source Projects for a 1st Time Contributor

50
Comments 14
1 min read
[Win32 / Hooks / Spy++] How I got rid of those useless mouse buttons using Windows Hooks

[Win32 / Hooks / Spy++] How I got rid of those useless mouse buttons using Windows Hooks

7
Comments
8 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)

7
Comments
4 min read
Introduction to Software Architecture

Introduction to Software Architecture

38
Comments
5 min read
Implementing Distributed Cache on SQL Server using .Net

Implementing Distributed Cache on SQL Server using .Net

26
Comments 1
3 min read
EF Core: How to implement basic Auditing on your Entities

EF Core: How to implement basic Auditing on your Entities

41
Comments 4
3 min read
Quickly Scaffold REST API Model Classes in Visual Studio

Quickly Scaffold REST API Model Classes in Visual Studio

6
Comments
4 min read
Writing a COM DLL in C# and interfacing with JavaScript

Writing a COM DLL in C# and interfacing with JavaScript

5
Comments 1
3 min read
Defining types at runtime? why not...

Defining types at runtime? why not...

6
Comments
3 min read
Locally publishing Service Fabric without State Loss

Locally publishing Service Fabric without State Loss

4
Comments
1 min read
How to avoid the Visitor pattern in C#

How to avoid the Visitor pattern in C#

24
Comments 5
6 min read
Conway’s Game of Life with Blazor

Conway’s Game of Life with Blazor

4
Comments 6
2 min read
Empowering MySQL DB Access with MySqlConnector + RepoDb

Empowering MySQL DB Access with MySqlConnector + RepoDb

7
Comments
5 min read
.NET Core: Use HttpClientFactory and Polly to build rock solid services

.NET Core: Use HttpClientFactory and Polly to build rock solid services

118
Comments 6
4 min read
C# Unit Testing a Custom FileResult That Exports Data into a CSV file Using Streaming in a .NET Core 3.1 MVC App

C# Unit Testing a Custom FileResult That Exports Data into a CSV file Using Streaming in a .NET Core 3.1 MVC App

13
Comments
5 min read
Game Dev Digest — Issue #46 - Testing, Profile, Optimization. Game Dev Tutorials. What's New... All That And More

Game Dev Digest — Issue #46 - Testing, Profile, Optimization. Game Dev Tutorials. What's New... All That And More

4
Comments
12 min read
Selenium‌ ‌C#‌:‌ Page‌ ‌Object‌ ‌Model‌ Tutorial With‌ ‌Examples

Selenium‌ ‌C#‌:‌ Page‌ ‌Object‌ ‌Model‌ Tutorial With‌ ‌Examples

2
Comments 1
20 min read
Introducing Index Attribute in Entity Framework Core

Introducing Index Attribute in Entity Framework Core

9
Comments 5
3 min read
Automate Development Environment setup via PowerShell

Automate Development Environment setup via PowerShell

8
Comments
1 min read
My long and rocky road to TDD

My long and rocky road to TDD

2
Comments
5 min read
HELP!!

HELP!!

5
Comments 1
1 min read
Say "Hello" to Blazor WebAssembly

Say "Hello" to Blazor WebAssembly

9
Comments
7 min read
Notification Pattern with C# and .NET Core

Notification Pattern with C# and .NET Core

4
Comments 2
1 min read
Unit Testing in ASP .NET Core 3.1

Unit Testing in ASP .NET Core 3.1

14
Comments
13 min read
Controlling the file chooser within a Cypress.io test

Controlling the file chooser within a Cypress.io test

6
Comments
4 min read
C# 9.0 New Features

C# 9.0 New Features

35
Comments 4
5 min read
How to save an audio file from Twilio Media streams to Azure storage.

How to save an audio file from Twilio Media streams to Azure storage.

6
Comments
20 min read
Microsoft UI Technology Overview

Microsoft UI Technology Overview

17
Comments 3
7 min read
Vaidating string for numeric, alphanumeric and alphabetic

Vaidating string for numeric, alphanumeric and alphabetic

4
Comments
2 min read
.NetX

.NetX

4
Comments
1 min read
I don't trust unit tests with mocks

I don't trust unit tests with mocks

9
Comments
4 min read
C# Creating a Custom FileResult to Export Data into a CSV file Using Streaming in a .NET Core 3.1 MVC App

C# Creating a Custom FileResult to Export Data into a CSV file Using Streaming in a .NET Core 3.1 MVC App

20
Comments
5 min read
Web Software Developer and System Analyst

Web Software Developer and System Analyst

3
Comments
1 min read
Extending MonoGame as a University Project

Extending MonoGame as a University Project

6
Comments
4 min read
5 MORE things about enums in C#

5 MORE things about enums in C#

9
Comments
5 min read
Creating a chatroom using WebSockets and SignalR

Creating a chatroom using WebSockets and SignalR

7
Comments
4 min read
Final-year project: Automating mouse and keyboard input with C#

Final-year project: Automating mouse and keyboard input with C#

3
Comments
4 min read
Game Dev Digest — Issue #45 - C#, Shaders, VFX Graph, Prefabs, And Plenty More!

Game Dev Digest — Issue #45 - C#, Shaders, VFX Graph, Prefabs, And Plenty More!

4
Comments
12 min read
Refactoring string into the specific type

Refactoring string into the specific type

7
Comments
4 min read
Shape and Color Detector using EmguCV

Shape and Color Detector using EmguCV

2
Comments
1 min read
Selenium C# Tutorial: Handling Frames & iFrames With Examples

Selenium C# Tutorial: Handling Frames & iFrames With Examples

8
Comments
12 min read
Generic Compiler Toolchain

Generic Compiler Toolchain

7
Comments
2 min read
What is Dapper, and why you should consider it for your .NET projects

What is Dapper, and why you should consider it for your .NET projects

36
Comments 15
6 min read
Advanced Dependency Injection in .NET Core

Advanced Dependency Injection in .NET Core

7
Comments
1 min read
Introduction To Unit Test in .NET Core Applications By Xunit And Moq

Introduction To Unit Test in .NET Core Applications By Xunit And Moq

6
Comments
5 min read
Testing "ALL" Scenarios with xUnit

Testing "ALL" Scenarios with xUnit

5
Comments
2 min read
Quote : "You're (probably still) using HttpClient wrong and it is destabilizing your software" from Josef

Quote : "You're (probably still) using HttpClient wrong and it is destabilizing your software" from Josef

6
Comments
1 min read
Learning From Unity After 15 Years of GameDev with Custom Engines

Learning From Unity After 15 Years of GameDev with Custom Engines

10
Comments 4
7 min read
Alternative view engine for ASP.NET Core: Compiling templates

Alternative view engine for ASP.NET Core: Compiling templates

8
Comments
5 min read
Tag Helper Authoring in ASP .NET Core 3.1

Tag Helper Authoring in ASP .NET Core 3.1

6
Comments
9 min read
Persisting and Multi-Reader IAsync Enumerable

Persisting and Multi-Reader IAsync Enumerable

2
Comments
2 min read
Selenium C# Tutorial: Handling Multiple Browser Windows

Selenium C# Tutorial: Handling Multiple Browser Windows

7
Comments
11 min read
Explorando System.Threading.Channels

Explorando System.Threading.Channels

8
Comments 2
9 min read
New Devlog For My Upcoming Game :D

New Devlog For My Upcoming Game :D

3
Comments
1 min read
How to Inspect the SQL Generated by Entity Framework Core using .NET Core's built in Logging

How to Inspect the SQL Generated by Entity Framework Core using .NET Core's built in Logging

31
Comments 17
2 min read
Youtube Floating Player

Youtube Floating Player

6
Comments
3 min read
Fenwick Tree (Binary Indexed Tree)

Fenwick Tree (Binary Indexed Tree)

18
Comments
5 min read
Exploring Unity Game Engine

Exploring Unity Game Engine

3
Comments 2
1 min read
Game Dev Digest — Issue #44 - The Heretic, Profiling, ML, Monetization, And Much More!

Game Dev Digest — Issue #44 - The Heretic, Profiling, ML, Monetization, And Much More!

7
Comments
13 min read
loading...