DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Games Don't Lie

Games Don't Lie

5
Comments 2
1 min read
So I've been reading/learning about Domain driven design

So I've been reading/learning about Domain driven design

10
Comments
4 min read
Mocking Data with Bogus

Mocking Data with Bogus

22
Comments 2
6 min read
Action-Oriented C#

Action-Oriented C#

83
Comments 7
3 min read
Unbearably slow API gateway calls between Azure App Services

Unbearably slow API gateway calls between Azure App Services

7
Comments 8
2 min read
Create mapping apps with ArcGIS Runtime SDK for .NET

Create mapping apps with ArcGIS Runtime SDK for .NET

10
Comments
3 min read
How to draw a line with arrow using touch in unity?

How to draw a line with arrow using touch in unity?

4
Comments
1 min read
What is an OpCode?

What is an OpCode?

19
Comments 1
6 min read
RTS game development - Week #1

RTS game development - Week #1

16
Comments 1
4 min read
How do you organize your extension methods?

How do you organize your extension methods?

7
Comments 1
1 min read
Elegant Azure Functions Development in C# with Function Monkey

Elegant Azure Functions Development in C# with Function Monkey

11
Comments
20 min read
Kentico 12: Design Patterns Part 13 - Generating Page URLs

Kentico 12: Design Patterns Part 13 - Generating Page URLs

9
Comments
9 min read
Safer Code with C# 8 Non-Null Reference Types

Safer Code with C# 8 Non-Null Reference Types

73
Comments 7
5 min read
Eliminating Nulls in C# with Functional Programming

Eliminating Nulls in C# with Functional Programming

63
Comments 13
4 min read
LINQPad: Why I love it and why you should, too

LINQPad: Why I love it and why you should, too

46
Comments 3
4 min read
Exploring Blazor, or C# and .NET in the Browser without Plug-ins

Exploring Blazor, or C# and .NET in the Browser without Plug-ins

81
Comments 2
1 min read
Delegate methods in C#. A practical example

Delegate methods in C#. A practical example

8
Comments 2
4 min read
Annotating Nulls in C#

Annotating Nulls in C#

18
Comments 2
4 min read
Do you still write console applications?

Do you still write console applications?

11
Comments 1
2 min read
A Quirk With Implicit vs Explicit Interfaces

A Quirk With Implicit vs Explicit Interfaces

24
Comments 3
6 min read
Insert watermark in multiple documents and images in C# or Java

Insert watermark in multiple documents and images in C# or Java

15
Comments 1
2 min read
Nested builders with Action<T>

Nested builders with Action<T>

6
Comments 2
1 min read
I have pushed myself towards .net but Linux keeps pulling me back.

I have pushed myself towards .net but Linux keeps pulling me back.

7
Comments 4
2 min read
Kentico CMS Quick Tip: Automatic Static File Fingerprinting

Kentico CMS Quick Tip: Automatic Static File Fingerprinting

6
Comments
7 min read
Best Visual Studio Code Extensions

Best Visual Studio Code Extensions

10
Comments
7 min read
Introduction to ASP.NET Core Integration Testing

Introduction to ASP.NET Core Integration Testing

52
Comments 10
2 min read
C# Data Binding: Using INotifyPropertyChanged in WPF Apps

C# Data Binding: Using INotifyPropertyChanged in WPF Apps

13
Comments
6 min read
Common .NET Gotchas

Common .NET Gotchas

148
Comments 8
6 min read
Handling OS-level Authentication Dialogues in Internet Explorer using Selenium + AutoIt

Handling OS-level Authentication Dialogues in Internet Explorer using Selenium + AutoIt

6
Comments
2 min read
Game dev for beginners like me

Game dev for beginners like me

17
Comments
2 min read
Patrón de diseño Object Pooling en Unity

Patrón de diseño Object Pooling en Unity

8
Comments 1
6 min read
Neural Nets in C# vs F#

Neural Nets in C# vs F#

18
Comments
10 min read
MAD: Game DevLog #5: Game Over

MAD: Game DevLog #5: Game Over

5
Comments
2 min read
Why interface default implementations in C# are a great thing

Why interface default implementations in C# are a great thing

21
Comments 14
5 min read
Pseudo Traits in C#

Pseudo Traits in C#

81
Comments 12
4 min read
Software Trainers Welcome

Software Trainers Welcome

5
Comments
4 min read
How to save time writing unit and integration tests with AutoFixture

How to save time writing unit and integration tests with AutoFixture

6
Comments 1
3 min read
Web Development - My New Career Path

Web Development - My New Career Path

4
Comments
6 min read
Kentico CMS Quick Tip: FluentCacheKeys - Consistent Cache Dependency Key Generation

Kentico CMS Quick Tip: FluentCacheKeys - Consistent Cache Dependency Key Generation

6
Comments 1
5 min read
Event-driven Programming and C# Event Handler Examples

Event-driven Programming and C# Event Handler Examples

16
Comments
5 min read
Func delegates in C#

Func delegates in C#

7
Comments
1 min read
Refactoring C# Unit Tests

Refactoring C# Unit Tests

21
Comments 4
5 min read
Zen and Functional C#

Zen and Functional C#

60
Comments 9
5 min read
Explorations in C# - Attaching assemblies on the fly in Lychen*

Explorations in C# - Attaching assemblies on the fly in Lychen*

8
Comments
3 min read
Snapshot Testing in JavaScript & .NET

Snapshot Testing in JavaScript & .NET

8
Comments
3 min read
Using Enums as Properties

Using Enums as Properties

8
Comments 1
3 min read
.NET Conf

.NET Conf

17
Comments 1
1 min read
How to handle BigData?

How to handle BigData?

4
Comments 4
2 min read
Converting C# to VB.Net - Need some help

Converting C# to VB.Net - Need some help

6
Comments 3
1 min read
Versioning ASP.Net Core APIs with Swashbuckle - Making Space Potatoes V-x.x.x

Versioning ASP.Net Core APIs with Swashbuckle - Making Space Potatoes V-x.x.x

28
Comments 13
4 min read
Learning a New Programming Language (Go language as an Example)

Learning a New Programming Language (Go language as an Example)

6
Comments
9 min read
Kentico 12: Design Patterns Part 12 - Database Query Caching Patterns

Kentico 12: Design Patterns Part 12 - Database Query Caching Patterns

13
Comments 4
13 min read
Have you tried ML.NET?

Have you tried ML.NET?

53
Comments 2
1 min read
Benchmarking and Exploring C#'s Dynamic Keyword

Benchmarking and Exploring C#'s Dynamic Keyword

19
Comments 4
5 min read
What is a Delegate in C#?

What is a Delegate in C#?

13
Comments
4 min read
Database Domain Driven Design

Database Domain Driven Design

22
Comments
5 min read
15 Must-Have Visual Studio Extensions for Developers

15 Must-Have Visual Studio Extensions for Developers

195
Comments 4
6 min read
JavaScript array methods for the C# dev

JavaScript array methods for the C# dev

6
Comments
8 min read
Let's talk Strategy Pattern

Let's talk Strategy Pattern

17
Comments
3 min read
Building microservices on .NET Core

Building microservices on .NET Core

59
Comments 3
2 min read
loading...