Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
C# Clean Code Series' Articles
Back to mohamed Tayel's Series
c# Clean Code: Writing Code That Humans Can Understand
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 16
c# Clean Code: Writing Code That Humans Can Understand
#
csharp
#
cleancoding
Comments
Add Comment
3 min read
c# Clean Code: Writing Self-Documenting Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 16
c# Clean Code: Writing Self-Documenting Code
#
csharp
#
cleancode
#
dotnet
#
tutorial
2
reactions
Comments
Add Comment
4 min read
C# Clean Code: KISS ( Keep It Simple, Stupid)Principle
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 16
C# Clean Code: KISS ( Keep It Simple, Stupid)Principle
#
csharp
#
cleancode
#
cleancoding
1
reaction
Comments
Add Comment
3 min read
C# Clean Code:DRY Principle
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 16
C# Clean Code:DRY Principle
1
reaction
Comments
Add Comment
3 min read
C# Clean Code: Why You Should Embrace YAGNI for Efficient Development
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 16
C# Clean Code: Why You Should Embrace YAGNI for Efficient Development
#
cleancode
#
cleancoding
#
csharp
#
yagni
2
reactions
Comments
Add Comment
2 min read
C# Clean Code: SOLID Principles
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 17
C# Clean Code: SOLID Principles
#
cleancode
#
cleancoding
#
csharp
#
solidprinciples
8
reactions
Comments
1
comment
5 min read
C# Clean Code: Coding Conventions
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 20
C# Clean Code: Coding Conventions
#
cleancode
#
csharp
#
dotnet
#
tutorial
11
reactions
Comments
Add Comment
4 min read
Enhancing Code Readability with Effective Layout Conventions
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 21
Enhancing Code Readability with Effective Layout Conventions
#
cleancode
#
csharp
#
dotnet
Comments
Add Comment
3 min read
C# Clean Code: Commenting Conventions
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 22
C# Clean Code: Commenting Conventions
#
cleancode
#
cleancoding
#
csharp
#
tutorial
Comments
Add Comment
2 min read
C# Clean Code: string guide lines
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 23
C# Clean Code: string guide lines
#
csharp
#
dotnet
#
tutorial
#
programming
2
reactions
Comments
Add Comment
2 min read
C# Clean Code: using var guide lines
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 24
C# Clean Code: using var guide lines
#
cleancode
#
cleancoding
#
csharp
#
dotnet
6
reactions
Comments
Add Comment
2 min read
c# Clean Code: Best Practices for Using Action and Func
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 26
c# Clean Code: Best Practices for Using Action and Func
#
cleancode
#
csharp
#
dotnet
#
delegate
25
reactions
Comments
3
comments
3 min read
c# Clean Code: Best Practices for new, Operators, and using
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 29
c# Clean Code: Best Practices for new, Operators, and using
#
cleancode
#
cleancoding
#
csharp
#
dotnet
4
reactions
Comments
Add Comment
4 min read
c# Clean Code:Guidelines for Object Initializers and Static Members
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 30
c# Clean Code:Guidelines for Object Initializers and Static Members
#
csharp
#
cleancode
#
cleancoding
#
dotnet
1
reaction
Comments
Add Comment
3 min read
c# clean code: Writing Efficient LINQ Queries
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Oct 31
c# clean code: Writing Efficient LINQ Queries
#
cleancode
#
cleancoding
#
csharp
#
programming
3
reactions
Comments
Add Comment
2 min read
c# Clean Code: Why Readable Code Matters and How to Achieve It
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 2
c# Clean Code: Why Readable Code Matters and How to Achieve It
#
cleancode
#
cleancoding
#
csharp
#
dotnet
3
reactions
Comments
Add Comment
3 min read
c# clean code: Guide to Defining and Structuring Classes
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 3
c# clean code: Guide to Defining and Structuring Classes
#
cleancode
#
cleancoding
#
csharp
#
dotnet
8
reactions
Comments
1
comment
3 min read
Static Classes vs. Instance-Based Classes in C#
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 10
Static Classes vs. Instance-Based Classes in C#
#
csharp
#
staticclasses
#
statemanagement
#
programmingbestpractices
7
reactions
Comments
Add Comment
4 min read
Methods and Functions in C#: Writing Clean, Maintainable Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 10
Methods and Functions in C#: Writing Clean, Maintainable Code
#
cleancode
#
csharp
#
dotnet
7
reactions
Comments
Add Comment
3 min read
Understanding and Writing Methods in C#
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 10
Understanding and Writing Methods in C#
#
methods
#
cleancode
#
csharp
#
codingbestpractices
4
reactions
Comments
Add Comment
3 min read
Composing Methods: A Practical Guide to Clean Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 12
Composing Methods: A Practical Guide to Clean Code
#
refactoring
#
cleancode
#
csharp
#
programmingtips
12
reactions
Comments
Add Comment
4 min read
Refactoring: Moving Features Between Objects
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15
Refactoring: Moving Features Between Objects
#
singleresponsibilityprinciple
#
refactoring
#
cleancode
Comments
Add Comment
3 min read
Mastering Clean Code: 4 Essential Techniques for Organizing Data in C#
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15
Mastering Clean Code: 4 Essential Techniques for Organizing Data in C#
#
enums
#
csharp
#
codingbestpractices
#
refactoring
Comments
Add Comment
2 min read
Simplifying Conditional Expressions in C#: Tips for Clean and Readable Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15
Simplifying Conditional Expressions in C#: Tips for Clean and Readable Code
#
csharp
#
cleancode
#
refactoring
#
codereadability
Comments
Add Comment
2 min read
Simplifying Method Calls in C#: Techniques for Cleaner and More Maintainable Code
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15
Simplifying Method Calls in C#: Techniques for Cleaner and More Maintainable Code
#
refactoring
#
cleancode
#
csharp
Comments
Add Comment
2 min read
Mastering Generalization in OOP: Techniques and Examples
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15
Mastering Generalization in OOP: Techniques and Examples
#
oop
#
csharp
#
inheritance
#
interfaces
Comments
Add Comment
2 min read
Renaming Functionality in Visual Studio: Improving Code Quality with Ease
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Nov 15
Renaming Functionality in Visual Studio: Improving Code Quality with Ease
Comments
Add Comment
4 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account