With the latest results for 2022, we examine a number of results that stood out in the report.
Our guest blogger, Gilad David Maayan, provides us a quick way on how to implement a file upload with AJAX
Using too many switch or if..then..else statements makes your code harder to maintain. Today, I show alternatives on how to shrink your cyclomatic complexity.
In today's post, our guest blogger, Victoria Greene explains the difference between a software engineer and a cloud engineer.
What does your unit tests reveal about your web application? In today's short post, I list three ways to identify problems with your unit tests
LINQ is so powerful, you can create a one-liner LINQ statement to create a report. In today's post, we put LINQ to the test by refactoring a user's piece of code
After receiving a couple questions of what tools do I use, this post is far overdue. In my opinion, here are the top 10 must-have tools for .NET Developers
What is this web3 and why should .NET developers be interested in it? In today's post, we try to understand what web3 is and what options are available for .NET developers
Entity Framework has a number of ways to optimize your queries. In this post, I explore a number of ways to make your queries a little bit faster.
For the C# Advent this year, we'll refactor a sample app using the latest C# 10 language improvements