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
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
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
Device.Net is a cross-platform .NET framework for talking to connected devices such as USB, Serial Port and Hid devices. It aims to make device communication…
Learn how to create and publish debuggable NuGet packages with Source Link in Azure Pipelines
Read about .NET Standard, why it is still relevant, and how to use modern .NET features with .NET Standard
Read about creating hot observables using the .NET reactive extensions and the distinction between hot and cold observables.
Learn how to leverage F# code from C# and how functional programming can benefit C# developers.