C# Code Rules
Read about the Roslyn C# code rules, how to configure them and implement them in your solutions
Read about the Roslyn C# code rules, how to configure them and implement them in your solutions
Performance and scalability are two related but separate aspects of a system. However, there is a lot of confusion around the two terms, which often…
Read about how to upgrade your .NET Framework codebase to .NET 6. We discuss the process and give you some tips for woking through the change
About Bartosz: Developer with 15+ experience so far, trying to solve complex problems using various languages, tools, and platforms. Concurrency and Parallelism were my primary…
Continue reading → Podcast: Bartosz Adamczewski – Surprising .NET Performance
This article gives you a toolset for stopping NullReferenceExceptions in .NET code. The article centers around Nullable Reference Types (NRT), a feature that Microsoft added in C#…
RestClient.Net makes HTTP calls in .NET easy. Send the request body as a strongly typed object, and get back a strongly typed object. You can…
Records are a new feature in C# 9. Records are special classes that borrow from Structs in that they have value-based equality. You could look at them as a…
Continue reading → How To Change the Behavior of a C# Record Constructor
There is no excerpt because this is a protected post.
Read about ASP.NET Core and why it is the right choice for your next Web App or Web API.