home.social

#csharpinthecards — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #csharpinthecards, aggregated by home.social.

  1. I've just published the latest episode of #CsharpInTheCards - this time we're learning about collections! SortedLists, HashTables, Queues, and Stacks are all on the table for this lesson.

    You can find it on YouTube at: youtu.be/5k-bN_wlGjk

    #dotnet

  2. If you want to learn the BASICS of programming, and want to try C#, the latest episode of my weekly series #CSharpInTheCards is now available. 1 10-15 minute lesson a week teaching a concept with free materials you can try.

    Today we learn about loops: csharpinthecards.com/lesson/8

    #dotnet

  3. Dates.. Times.. Time Zones.. it can get confusing in C#. In the latest episode of #CSharpInTheCards, I introduce the various Date and Time data types and give you tips on how to use the DateTimeOffset to handle Time Zones and Daylight Savings data

    youtu.be/Q2CypBVHBCE?si=j96OAM

    #dotnet #csharp

  4. I just pushed Episode 6 of #CSharpInTheCards live. This time, we're learning about Dates, Times, and Time zones.

    Learn how to work with dates, date arithmetic and convert between time zones like a boss at csharpinthecards.com/lesson/6

    #dotnet #csharp #learn #beginner

  5. Episode 5 of #CSharpInTheCards is now live! This time, we learn about string literals and formatting strings with C#.

    Tune in for this bite sized series about the C# programming language, sized for EVERYONE to learn

    youtu.be/W0c1pisM6X8

    #dotnet #csharp

  6. 🎉 New Episode Alert! 🎉 Shuffle up for a new episode of C# in the Cards as we unravel the mysteries of working with strings in C#. Tune in now to level up your coding skills! youtube.com/watch?v=YFxEmB7vt-

    #CSharpintheCards #LearnToCode #dotnet

  7. Episode 3 of #CSharpInTheCards is now live!

    In this episode we introduce basic Math operations and functions. There's a video and a Jupyter notebook available that you can use to follow along and tinker with the sample code while learning C#

    csharpinthecards.com/lesson/3

    #dotnet #getstarted #csharp