18 Articles Written

James Payne

Popular by Author

Code Refactoring Tips for C#

While technically used in DevOps software development approaches, code refactoring can benefit developers and development teams no matter what coding methodology you use: be...

How to Install and Configure Microsoft Visual...

There are plenty of C# code editors to choose from, but when it comes to working with C-type languages and the .Net framework, you...

Benefits of C#

C# is one of the most widely used programming languages in the world. It is easy to learn and is used to develop a...

Debugging Tools for C#

Finding errors and bugs in your code is one of the most frustrating aspects of being a developer. Sometimes it feels like you spend...

Top Extensions and Add-ons for Visual Studio

One of the most compelling reasons to use Microsoft Visual Studio as an integrated development environment (IDE) or code editor is the fact that...

Similar Articles

C# Sharp for Beginners

C# is one of the most widely used programming languages in the world, ranking consistently as the fifth most...

Debugging Tools for C#

Finding errors and bugs in your code is one of the most frustrating aspects of being a developer. Sometimes...

Code Refactoring Tips for C#

While technically used in DevOps software development approaches, code refactoring can benefit developers and development teams no matter what...

What Are Scrum Roles

This article is a continuation of our series on Scrum Methodologies and philosophies. So far, we have learned the...

C# Data Types Explained

A fundamental element to programming languages, including C#, is data types. Without data types, compilers and interpreters have no...

Commenting Best Practices in C#

Documenting your code - also known as commenting - is a very important, yet often overlooked, aspect of software...

News & Trends