DEV Community

Nick profile picture

Nick

Dedicated Ukrainian Developer and Tech Enthusiast

Location Limassol, Cyprus Joined Joined on  github website
The Dangling If-Else Problem: A Common Pitfall in Programming

The Dangling If-Else Problem: A Common Pitfall in Programming

Comments
2 min read

Want to connect with Nick?

Create an account to connect with Nick. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
What is DateTime Manipulation in C#?

What is DateTime Manipulation in C#?

1
Comments
2 min read
Understanding Implicit Usings in C#

Understanding Implicit Usings in C#

2
Comments
1 min read
Creating Custom NuGet Packages in C#

Creating Custom NuGet Packages in C#

Comments
2 min read
Understanding "out var _" in C#

Understanding "out var _" in C#

Comments
1 min read
Nameof in C#

Nameof in C#

Comments
1 min read
How to Sort Two-Dimensional Array in C# by Selected Column Index in Selected Column Sort Order

How to Sort Two-Dimensional Array in C# by Selected Column Index in Selected Column Sort Order

Comments
1 min read
A Comprehensive Guide to Nullable Reference Types in C# 10

A Comprehensive Guide to Nullable Reference Types in C# 10

Comments
2 min read
A Guide To Crafting Immutable Objects With C# 10 Init-Only Properties

A Guide To Crafting Immutable Objects With C# 10 Init-Only Properties

Comments
2 min read
Best Practices for Handling Exceptions in C#

Best Practices for Handling Exceptions in C#

2
Comments
2 min read
How Do I Open an OCR File in PDF?

How Do I Open an OCR File in PDF?

Comments
1 min read
What is Serialization and Deserialization in C#?

What is Serialization and Deserialization in C#?

Comments
2 min read
How to Open a PSD File Without Photoshop

How to Open a PSD File Without Photoshop

1
Comments
2 min read
How to View or Print CDR Image Files with or Without CorelDRAW

How to View or Print CDR Image Files with or Without CorelDRAW

Comments
2 min read
Understanding the Art of C# Generics

Understanding the Art of C# Generics

1
Comments
2 min read
Mastering Pattern Matching in C#

Mastering Pattern Matching in C#

Comments
2 min read
Learn about C# Operators and Their Uses

Learn about C# Operators and Their Uses

Comments
2 min read
An in-depth look at C# 10 and performance improvements

An in-depth look at C# 10 and performance improvements

Comments
2 min read
Understanding the C# 10 Memory Model

Understanding the C# 10 Memory Model

Comments
2 min read
Code readability is enhanced with C# 10 top-level statements

Code readability is enhanced with C# 10 top-level statements

Comments
2 min read
Asynchronous Programming with Async and Await in C#

Asynchronous Programming with Async and Await in C#

1
Comments
2 min read
A Comprehensive Guide to Best Practices and Common Scenarios Using Dependency Injection in .NET 8 with C#10

A Comprehensive Guide to Best Practices and Common Scenarios Using Dependency Injection in .NET 8 with C#10

Comments
2 min read
What is Reflection In C#

What is Reflection In C#

Comments
1 min read
Null Value And Null Reference Handling - C#6 To C# 9 New Features - Day One

Null Value And Null Reference Handling - C#6 To C# 9 New Features - Day One

Comments
2 min read
Learning and Improving Our Code Style with C# 10

Learning and Improving Our Code Style with C# 10

Comments
2 min read
Angular vs React: Which One Should You Choose for Your Next Web Development Project?

Angular vs React: Which One Should You Choose for Your Next Web Development Project?

Comments
2 min read
Mastering SOLID Design Principles in C#

Mastering SOLID Design Principles in C#

Comments
3 min read
Learn about Sealed Classes in C#

Learn about Sealed Classes in C#

1
Comments
2 min read
Learn about Reflection in C#

Learn about Reflection in C#

Comments
2 min read
Send and Receive Emails in ASP.NET with C#

Send and Receive Emails in ASP.NET with C#

Comments
3 min read
Exploring the Dynamic Language Runtime (DLR) in C#

Exploring the Dynamic Language Runtime (DLR) in C#

Comments
2 min read
Difference Between Raw SQL and Dapper

Difference Between Raw SQL and Dapper

1
Comments
2 min read
What is Memento Pattern in C#?

What is Memento Pattern in C#?

Comments
2 min read
Common Implementation Mistakes of Work Pattern in C#

Common Implementation Mistakes of Work Pattern in C#

Comments
2 min read
Multithreading in C#: Processes, Threads, and Performance Optimization

Multithreading in C#: Processes, Threads, and Performance Optimization

Comments 1
3 min read
Null Conditional Check in C# 6

Null Conditional Check in C# 6

1
Comments 1
2 min read
Record and Pattern Matching in C# 9

Record and Pattern Matching in C# 9

Comments
2 min read
Understanding Cross Language Interoperability With C# .NET

Understanding Cross Language Interoperability With C# .NET

2
Comments
2 min read
Sending An E-Mail Using ASP.NET With C#

Sending An E-Mail Using ASP.NET With C#

Comments
2 min read
.NET 8 Features: Explore Performance Improvements and Language Enhancements

.NET 8 Features: Explore Performance Improvements and Language Enhancements

Comments
2 min read
C# 10 Top-Level Statements: Simplicity for Enhanced Code Readability

C# 10 Top-Level Statements: Simplicity for Enhanced Code Readability

2
Comments 1
2 min read
Custom Events in C# for Enhanced Communication and Flexibility

Custom Events in C# for Enhanced Communication and Flexibility

1
Comments
3 min read
C#: The Programming Language of the Year 2023

C#: The Programming Language of the Year 2023

Comments
2 min read
C# Writing High-Performance Apps Using Span<T>;

C# Writing High-Performance Apps Using Span<T>;

Comments
2 min read
Default Lambda Parameters in C# 12

Default Lambda Parameters in C# 12

Comments
2 min read
Virtual Method in C#

Virtual Method in C#

1
Comments
2 min read
Optimizing Performance in C# Entity Framework

Optimizing Performance in C# Entity Framework

1
Comments
2 min read
What is Command Pattern in C#?

What is Command Pattern in C#?

1
Comments
2 min read
Null Handling in C# Using Null-Conditional and Coalescing Operators

Null Handling in C# Using Null-Conditional and Coalescing Operators

Comments
2 min read
Converting Outlook MSG to HTML in C# for Enhanced Readability

Converting Outlook MSG to HTML in C# for Enhanced Readability

Comments
2 min read
What is Adapter Pattern in C#?

What is Adapter Pattern in C#?

1
Comments
2 min read
Extending List Functionality with C# Extension Methods

Extending List Functionality with C# Extension Methods

Comments
2 min read
TwoSum Example in C#: Print and Count Pairs with Given Sum

TwoSum Example in C#: Print and Count Pairs with Given Sum

1
Comments
2 min read
Concatenate Two Strings in C#

Concatenate Two Strings in C#

1
Comments
1 min read
Understanding Action and Func Delegates in C#

Understanding Action and Func Delegates in C#

1
Comments
2 min read
Registry Configuration for Launching Programs by File Extensions

Registry Configuration for Launching Programs by File Extensions

Comments
2 min read
If-Else vs Switch Statement in C#

If-Else vs Switch Statement in C#

Comments
2 min read
What Is Short keyword In C#

What Is Short keyword In C#

Comments 1
1 min read
What is Inline Arrays in C# 12

What is Inline Arrays in C# 12

Comments
1 min read
ThreadPool in C#: Practical Examples

ThreadPool in C#: Practical Examples

1
Comments 2
2 min read
loading...