Building a Bluesky client in Uno Platform
Bluesky has taken the world by storm last month (unsurprisingly!), so let's try to build a simple cross-platform C# client in Uno Platform!
Bluesky has taken the world by storm last month (unsurprisingly!), so let's try to build a simple cross-platform C# client in Uno Platform!
Christmas is just around the corner, so I thought it would a good challenge to see if it is possible to build a fully cross-platform Christmas Countdown app in C# and .NET 8 using Uno Platform in less than 5 minutes! Impossible? Let's see!
For this year's C# Advent, let's build a simple cross-platform Christmas Countdown app, which will run on Android, iOS, Windows, macOS, Linux, and even the web using Uno Platform!
In this article, we'll show you how to create a C# program that generates a beautiful ASCII Christmas tree with randomly placed ornaments and a brown trunk. Get into the holiday spirit and learn how to draw your own festive tree!
Discover how to retrieve attribute constructor argument values in C# without storing them in any field or property. Learn about the handy CustomAttributesData class and its ConstructorArguments property. Find out more in this insightful article!
Discover how to build apps for Microsoft Teams using C# and XAML with the help of Uno Platform and WebAssembly. Learn about the limitations and prerequisites, and follow step-by-step instructions to set up your development environment. Find out how to integrate Uno Platform apps into the Teams app, and get a sneak peek at a simple app in action. Exciting possibilities await!
Ever wanted to use gamepads in your Uno Platform applications? Well, now you can! This blog post shows you how to use gamepads on Windows, iOS, macOS, Android, and even the web using WebAssembly. Check it out and level up your app development!
Discover the fascinating world of quines in programming! Learn about their mind-twisting variants and how they produce their own source code. Plus, find out how the latest release of C# allows for shorter and more efficient quines. Read more to see the evolution of C# quines and the tricks to make them as concise as possible.
In this article, we will explore the fascinating Game of Life and learn how to implement it in C# and XAML using the Uno Platform. We will cover the rules of the game, create the solution, implement game logic, build the user interface, add themes, and see it run everywhere - on Windows, Android, iOS, macOS, web, Linux, and Tizen! Join us on this exciting journey of creating and exploring the Game of Life.
In this C# Advent entry, the author presents a riddle for C# developers. Based on the given code snippets and the behavior of the program, they explain why the program's output is "False" instead of "True". The solution revolves around the difference between a struct and a class in C#. The article emphasizes the importance of keeping C# structs immutable to ensure a clear understanding of the inner state of an instance. Ready to check out the solution?
Jak se chovají struktury v C#? Proveďte tuto malou hádanku a zjistěte, proč program vypsal false místo true. Zjistíte, že struktury jsou hodnotové typy a jejich chování se liší od polí. Přečtěte si článek pro vysvětlení a řešení!
Discover the remarkable bug in string interpolation in C# and how it can affect the execution of your code when communicating with JavaScript. Learn about the alternative solution using the FormattableString class to ensure consistent evaluation of interpolated strings, regardless of the system's culture. Don't miss out on this helpful tip for crafting machine-friendly representations!