Day 94/100 🔥 #100DaysOfCode
More WPF today.
Did I say that I started learning it? Of course, not particularly through my own initiative — who would learn a proprietary, Windows-only UI framework in an era of cross-platform systems?
#WPF#csharpprogramming
ALT A comprehensive screenshot of the Visual Studio IDE displaying a Windows Presentation Foundation (WPF) application under development. The view is multi-paned: the bottom-left shows the declarative XAML markup defining the UI, the top-left shows the visual designer's rendering of that UI, and the entire right-hand side displays the C# "code-behind" with event-handling logic for Window_Loaded and button clicks.
Solved two new challenges on @exercism_io today!
One focused on class-related problems, and the other on working with the DateTime object.
Also got hands-on with writing unit tests using xUnit, following the Arrange / Act / Assert pattern.
Steady progress. 🚀
#csharpprogramming
C# is making a strong comeback 🔥
It’s one of the fastest-growing languages of 2025 (up by ~2.7% in the Tiobe index).
The .NET ecosystem is clearly gaining momentum, might be the best time to give it a try.
#TechNews#csharpprogramming
I have been teaching myself c# for the past 5 days after knowing NOTHING. Let me know how im doing :) Sorry for the loud audio, but it rocks! #unity#gamedesign#csharpprogramming
.NET has quietly become one of the most powerful ecosystems for modern web apps.
If you left after .NET Framework, it's time to revisit.
#dotnet#csharpprogramming
3 modules done, 3 to go.
Nothing new really, just getting used to c# syntax.
Turns out when building console apps, tons of do while loops are used. Doubt you can even do without it.
#LearnInPublic#csharp#csharpbasics#csharpprogramming
ALT Discover why variables and constants are essential in programming. This tutorial dives into understanding variables and constants in C#, providing clear examples for beginners in Unity C# scripting.