ASCII vs UTF8 – How To Navigate Character Encoding
If you’re a programmer dealing with converting bytes to and from strings, you’ll deal with character encodings. But in the ASCII vs UTF8 debate, who wins?
If you’re a programmer dealing with converting bytes to and from strings, you’ll deal with character encodings. But in the ASCII vs UTF8 debate, who wins?
If you’re looking to create and analyze dotnet benchmarks, you’ll want to get started with BenchmarkDotNet. We’ll explore benchmarking in C# to get you started!
In this issue of Dev Leader Weekly, we have Blazor and plugin architecture taking the spotlight!
Want to have a plugin architecture that supports dynamic loading for Blazor? Follow this tutorial for a Blazor plugin architecture that leverages Autofac!
While I promote interfaces in C#, it felt necessary to cover the drawbacks of using interfaces in C#. Let’s explore the drawbacks to using interfaces in C#!
Learning about Object Oriented Programming? We’ll cover what are classes in C# and look at OOP and interfaces in C# to learn about when we should use them!
Want to learn how to start coding, but you’re not sure where to start? Maybe you’ve heard that it’s really hard… Well, You should start coding!
In this issue of Dev Leader Weekly, we have plugin architecture topics being introduced along side beginner programmer resources! So much C# and dotnet!