DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Best .NET Posts This Week: 29th November 2020

Best .NET Posts This Week: 29th November 2020

3
Comments
3 min read
Why using DateTime.Now directly is a bad idea

Why using DateTime.Now directly is a bad idea

15
Comments
5 min read
Say NO to public variables! (c#)

Say NO to public variables! (c#)

7
Comments
5 min read
I use static by default... But should I?

I use static by default... But should I?

2
Comments 6
2 min read
Going all-in with nullable reference types

Going all-in with nullable reference types

8
Comments
8 min read
The difference between overloading and overriding in C#

The difference between overloading and overriding in C#

7
Comments
3 min read
What is Async Programming, and Why Should You Care?

What is Async Programming, and Why Should You Care?

11
Comments 5
3 min read
AWS Systems Manager Parameter Store for Managing Configuration and Retrieve at Runtime using C#

AWS Systems Manager Parameter Store for Managing Configuration and Retrieve at Runtime using C#

6
Comments
3 min read
[C#] Play with switch

[C#] Play with switch

6
Comments
5 min read
Game Dev Digest — Issue #72 - Patterns, Multiplayer, Animations and more

Game Dev Digest — Issue #72 - Patterns, Multiplayer, Animations and more

6
Comments
8 min read
Exploring ASP.NET Web API (.NET 5)

Exploring ASP.NET Web API (.NET 5)

28
Comments 5
10 min read
Dependency Injection, easy registration in .Net core

Dependency Injection, easy registration in .Net core

7
Comments 4
2 min read
c#9 is finally here (this is not about init-only or records)

c#9 is finally here (this is not about init-only or records)

5
Comments 1
1 min read
What are "Delegates" in C#?

What are "Delegates" in C#?

12
Comments 3
1 min read
Blazor, an experience...

Blazor, an experience...

4
Comments
2 min read
Why You Should Always Use Curly Braces For Single Statement Blocks In C#

Why You Should Always Use Curly Braces For Single Statement Blocks In C#

8
Comments 4
2 min read
Better together

Better together

3
Comments
2 min read
XUnit Testing Tutorial: Running First Script in XUnit

XUnit Testing Tutorial: Running First Script in XUnit

7
Comments
6 min read
Build Your First for iOS & Android App with Xamarin and Visual Studio

Build Your First for iOS & Android App with Xamarin and Visual Studio

30
Comments 1
12 min read
C# 9 record is not sugar for simple property POCO

C# 9 record is not sugar for simple property POCO

24
Comments 2
3 min read
Unity 103: Input

Unity 103: Input

9
Comments
2 min read
C# .NET Core and TypeScript: Using Generics and LINQ to Secure and Filter Operations on Your JSONPatchDocuments

C# .NET Core and TypeScript: Using Generics and LINQ to Secure and Filter Operations on Your JSONPatchDocuments

6
Comments
7 min read
Time to learn C# with Notebook in VS Code

Time to learn C# with Notebook in VS Code

50
Comments 5
2 min read
Auto refresh with dotnet watch for ASP .NET Core projects

Auto refresh with dotnet watch for ASP .NET Core projects

27
Comments 1
3 min read
Don't make setters of properties in your class public!

Don't make setters of properties in your class public!

11
Comments 2
4 min read
loading...