Homepage
Open in app
Sign in
Get started
C# Programming
Design & experiences to make developer's life simple..!!
About
Intro to C#
Design Patterns
C# 8.0
Code Analysis
Tips & Tricks
Series
NOT C#
Follow
C# Programming Official Website
Here
Updating C# interfaces safely
Updating C# interfaces safely
How can we modify C# interfaces without any breaking changes?
Mina Pêcheux
Jun 13
.NET Coding Best Practices -part 7
.NET Coding Best Practices -part 7
Auto property initializer is one of the new feature in C# 6 which Microsoft introduced, below are some of the examples of it.
Mohammad Shoeb
Jun 11
Performance Wars — Class VS Struct — C#
Performance Wars — Class VS Struct — C#
We always use classes to represent our objects in code. However, the C# has also structs to be used. The big question is: Did you already…
Tiago Martins
Jun 9
.NET Coding Best Practices -part 6
.NET Coding Best Practices -part 6
As a programmer we always define variable of different types, as .NET is multi paradigm framework and various language which follows MSIL…
Mohammad Shoeb
Jun 7
.NET Coding Best Practices -part 5
.NET Coding Best Practices -part 5
String formatting is very common thing we as a programmer do, let’s see different ways of doing it in C# and which approach is better.
Mohammad Shoeb
Jun 7
.NET Coding Best Practices -part 4
.NET Coding Best Practices -part 4
Doing memory deallocation for unmanaged object is best practices, and we should always put unmanage object creation (objects which are not…
Mohammad Shoeb
Jun 6
.NET Coding Best Practices -part 3
.NET Coding Best Practices -part 3
Another common code we see a bunch of if statements as shown below
Mohammad Shoeb
Jun 6
Latest
Playing around with C# indices and ranges
Playing around with C# indices and ranges
Let’s discover some cool C# features for working with sequences, indices and subranges!
Mina Pêcheux
Jun 3
How to use C# delegates to sanitise your codebase
How to use C# delegates to sanitise your codebase
Let’s see why delegates are excellent for decoupling and organising your C# projects!
Mina Pêcheux
May 18
A quick study of the “C# patterns”
A quick study of the “C# patterns”
Let’s see how to use handy syntactic sugar to run checks and matches on our variables!
Mina Pêcheux
May 13
About C# Programming
Latest Stories
Archive
About Medium
Terms
Privacy