by Claudio Bernasconi | Mar 4, 2021 | Blazor, C#
Welcome to this FREE Blazor Crash Course. In this course, we will be going to build an actual Blazor WebAssembly application based on .NET 5 step-by-step so that you can follow along and code along yourself. We’ll be going through the fundamentals of Blazor so...
by Claudio Bernasconi | Feb 26, 2021 | Career Advice
Finding a developer job can be challenging. It’s especially true during a crisis when employers tend to let people go instead of hiring employees for their company. You’ll learn about five ways about how to find a developer job in 2021. Why should you...
by Claudio Bernasconi | Jan 31, 2021 | Personal
Although the year has already started, and we’re right at the end of January 2021, I still want to continue writing end-of-year reviews. The year 2020 was a special year for most people around the world. There are many different topics I want to address. Feel...
by Claudio Bernasconi | Jan 28, 2021 | YouTube
It’s been two years since I uploaded my first video on this channel. Meanwhile, I got monetized, and I earn thousands of dollars by uploading programming tutorials. Watch until the end, where I reveal my YouTube income. Well, not really, but in the first two...
by Claudio Bernasconi | Dec 4, 2020 | C#, YouTube
Switch Expressions are a new compiler feature available starting with C# 8. It’s a helpful evolution of Switch Statements. In this video, we’ll be looking at how Switch Expressions are different from Switch Statements and how to use them in your code. C# 8...
by Claudio Bernasconi | Dec 3, 2020 | C#, YouTube
C# requires a lot of boilerplate code, even for simple console applications. We need a namespace, a Program class, and even a static Main method. How brilliant would it be if we could create a new file and start writing our code? Let’s find out how top-level...