R1D14 For While Do Loops

| programming | dotnet |

Made it through Module 2 in the Introduction to C# course. Nothing too exciting going on. I was a bit surprised that they threw in a recursion example in between some trivial looping examples. It was kind of out of left field.

Conditionals

C# supports if and switch conditionals. It's been years since I wrote a switch so that's pretty exciting.

Loops

C# supports for, while, and do while loops. Do while is a good time.

I should be able to wrap up this course and move on to the next one by tomorrow.

Resources

Unsurprisingly, Microsoft has some really great docs for C#.

Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

Weekend Update #29

The weekly update, plus bits and bobs that caught my attention this week.

via ODonnellWeb September 14, 2025

What’s a Foreigner?

Across many countries, resistance to immigration is rising — even places with little immigration, like Japan, now see rallies against it. I’m not going to take a side here. I want to examine a simpler question: who do we mean when we say “foreigner”? I would …

via Armin Ronacher's Thoughts and Writings September 14, 2025

Zero-configuration TLS and password management best practices in MariaDB 11.8

Locking down database access is probably the single most important thing for a system administrator or software developer to prevent their application from leaking its data. As MariaDB 11.8 is the first long-term supported version with a few new key secur…

via Optimized by Otto September 14, 2025

Generated by openring