Search
16 results for “csharpfritz”
-
I'm excited for Eurovision and supporting streamers with the new StreamerMap website using Azure, #ASP.NET, Redis, and Aspire to deliver maps everyone can use on Twitch! But.. we need to make sure it scales, and that's what I'm coding today.
twitch.tv/csharpfritz
youtube.com/csharpfritz -
I'm excited for Eurovision and supporting streamers with the new StreamerMap website using Azure, #ASP.NET, Redis, and Aspire to deliver maps everyone can use on Twitch! But.. we need to make sure it scales, and that's what I'm coding today.
twitch.tv/csharpfritz
youtube.com/csharpfritz -
I'm excited for Eurovision and supporting streamers with the new StreamerMap website using Azure, #ASP.NET, Redis, and Aspire to deliver maps everyone can use on Twitch! But.. we need to make sure it scales, and that's what I'm coding today.
twitch.tv/csharpfritz
youtube.com/csharpfritz -
I'm excited for Eurovision and supporting streamers with the new StreamerMap website using Azure, #ASP.NET, Redis, and Aspire to deliver maps everyone can use on Twitch! But.. we need to make sure it scales, and that's what I'm coding today.
twitch.tv/csharpfritz
youtube.com/csharpfritz -
I'm excited for Eurovision and supporting streamers with the new StreamerMap website using Azure, #ASP.NET, Redis, and Aspire to deliver maps everyone can use on Twitch! But.. we need to make sure it scales, and that's what I'm coding today.
twitch.tv/csharpfritz
youtube.com/csharpfritz -
Building components for other developers is hard... and our Squad has made it easy. Let's get Gritty today and put together some reports, some samples, and show folks that #ASP.NET can be migrated to Blazor... and play a little Minecraft along the way
twitch.tv/csharpfritz
youtube.com/csharpfritz -
https://github.com/csharpfritz/InstantAPIs - Generate "instant" #MinimalAPIs for #ASPnet using Reflection or #SourceGenerators. Nice experiment @csharpfritz.
-
Does #CSharpDevKit of #VSCode have means to run test with code coverage and see the coverage results? #dotnetconf #dotnetconf2023
cc @csharpfritz
-
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: https://youtu.be/5k-bN_wlGjk
-
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: https://csharpinthecards.com/lesson/8
-
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
-
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 https://csharpinthecards.com/lesson/6
-
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
-
🎉 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! https://www.youtube.com/watch?v=YFxEmB7vt-8
-
@alvinashcraft Thanks for sharing the link to #CSharpInTheCards
-
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#