WinUI XAML
Jan 2, 2020

Tip: XAML Designer background toggle

Struggling with designing in the UWP Visual Studio XAML designer? Check out this neat little feature that solves the issue of indistinguishable text and background colors. Click the Toggle artboard background button and voilà! Your text becomes more readable. See the difference in the XAML designer!

WinUI XAML
Jan 2, 2020

Tip: Přepnutí pozadí XAML designeru

XAML designer vám řeší problémy s čitelností textu a průhledným pozadím při tvorbě aplikací. Objevte jednoduchou funkci, která okamžitě zlepší čitelnost a usnadní vám designování.

Visual Studio General .NET Core Uncategorized
Dec 14, 2019

A Christmas C# riddle

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?

Visual Studio General .NET Core Uncategorized
Dec 14, 2019

Vánoční C# hádanka

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í!

WinUI
Nov 26, 2019

Using appsettings.json in UWP

Ever wondered how to use JSON-based configuration in a UWP app? This blog post shows you how to set it up using the modern Microsoft.Extensions.Configuration package, making it easily portable to any .NET app. Discover how to retrieve configuration sections and even have conditional configuration files. Check out the full article for the complete guide!

WinUI
Nov 26, 2019

Použití appsettings.json v UWP

ASP.NET Core jako první integroval náhradu tradiční XML konfigurace v .NETu přes App.config a Web.config, kterou jsme používali od... prakticky odjakživa. Moderní konfigurační systém Microsoft.Extensions.Configuration.* je snadno rozšiřitelný a flexibilní. A protože nemá žádnou závislost na ASP.NET Core, lze jej snadno použít v jakékoliv .NET aplikaci! V tomto článku si ukážeme, jak zprovoznit JSON konfiguraci přes appsettings.json v UWP.

Visual Studio General .NET Core
Nov 20, 2019

Using proper culture with C# string interpolation

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!

Visual Studio General .NET Core
Nov 20, 2019

Určení kultury pro interpolaci řetězců v C#

Používání interpolace řetězců v C# může být návykové, ale můžeme narazit na problém při použití kódu komunikujícího s JavaScriptem. Když spustíme kód na počítači s nastavením na angličtinu, dostaneme jiný výstup než na počítači s češtinou. Jak tento problém vyřešit? Čtěte dál, v článku se dozvíte spoustu užitečných tipů a triků!

Xamarin Uno Platform Development WinUI XAML
Sep 23, 2019

UnoConf 2019

Experience the excitement and inspiration from the inaugural UnoConf developer conference in Montréal! From keynote speeches on open-source innovation to announcements about Uno Platform 2.0 and its rendering capabilities, this event had it all. Learn why developers are buzzing about Uno Platform and the bright future it holds for cross-platform app development. Don't miss out on the next UnoConf, register now! Plus, check out the full event recording on YouTube.

Xamarin
Jul 24, 2019

Highlighting countries on a map in Xamarin.Forms

Discover how to highlight countries in the Xamarin.Forms map control, providing visual feedback to the user's selections. Learn about using GeoJSON as a data source, implementing map highlighting support, and creating platform-specific renderers. Check out the code and sample app on GitHub!

Xamarin
Jul 24, 2019

Zvýraznění zemí na mapě v Xamarin.Forms

Přidali jsme novou funkčnost do Xamarin.Forms mapové komponenty - zvýrazňování zemí na mapě. Tato funkce se může hodit pro filtrování dat nebo výběr země. Přečtěte si článek a dozvíte se, jak implementovat tuto funkci ve vaší aplikaci!

Xamarin Uno Platform WinUI
Jun 5, 2019

Webinar: Meet the Uno Platform - UWP everywhere

Discover how the Uno Platform is revolutionizing app development in this captivating YouTube Live webinar recording. Find out how it empowers developers and creates stunning cross-platform experiences. Don't miss the chance to witness the future of app development!