General .NET Core
Apr 27, 2020

Introduction to Reactive Programming in .NET with Shimmy Weitzhandler

Join us on this exciting live stream with Shimmy Weitzhandler as he takes us on a mesmerizing musical journey before diving into the captivating world of reactive programming in .NET. You don't want to miss this electrifying experience! 🎵🖥️ #ReactiveProgramming #LiveStream

Uno Platform
Apr 14, 2020

Resolving "UIWindow does not contain a definition for Current" issue in Uno Platform

When porting UWP apps to Uno Platform, developers may encounter an error related to a missing definition of 'UIWindow.Current'. This error may not appear in the source code until switching to the iOS platform, causing confusion. The issue arises due to a property in the 'UIApplicationDelegate' class that has precedence over the 'Window' type name. A quick fix is to use full namespace qualification to specify 'Windows.UI.Xaml.Window'. This problem can occur in other platforms as well, like Android. Paying attention to the target platform dropdown can help identify and resolve such errors.

Uno Platform
Apr 14, 2020

Řešení problému "UIWindow does not contain a definition for Current" v Uno Platform

Chystáte se portovat UWP aplikace do Uno Platform? Pak byste měli být opatrní na některé potenciální problémy, které se mohou objevit při úpravách kódu pro různé platformy. Například, když jsem přepnul cílovou platformu na iOS, najednou mi kód začal ukazovat chybu. Ale stačilo jen jednoduché opravení a problém byl vyřešen. Zajímá vás, jak jsem to udělal? Čtěte dál!

Azure
Mar 31, 2020

How to automatically push ASP.NET Core app's wwwroot to Azure Storage

Learn how to optimize the delivery of static files in ASP.NET Core web applications by using Azure DevOps, Azure Storage, and Azure CDN. By automatically deploying the files to Azure Storage and configuring an Azure CDN, you can ensure fast and efficient delivery to users. Follow the step-by-step guide to set up your release pipeline and CDN configuration. Enhance your application's performance and user experience with this powerful solution.

Visual Studio Uno Platform WinUI
Mar 26, 2020

Thank you, Uno Platform!

Discover how Uno Platform brought back the author's love for developing mobile apps with its seamless integration of UWP APIs and XAML across all platforms, providing a pixel-perfect design experience. Find out about the author's journey of contributing to Uno Platform and the amazing experiences it has brought. Get inspired to contribute to your favorite open-source project and unlock new opportunities!

Visual Studio
Mar 17, 2020

How to create a blank solution without a folder

Learn how to create a blank solution in Visual Studio without the hassle of dealing with nested folders. Discover a simple fix and a more flexible option using the dotnet CLI. Check out the article to find out the step-by-step instructions!

Visual Studio
Mar 17, 2020

Jak vytvořit prázdné solution bez složky

Hledáte jednoduchý trik, jak se vyhnout vytvoření vnořené složky v Visual Studio? Tento blog post vám ukáže, jak to lze snadno a efektivně udělat. Zjistěte, jak upravit pole "Location" nebo jak využít .NET Core CLI. 🖥️📚 #visualstudio #dotnetcore #tipyatricky

Xamarin Uno Platform WinUI XAML
Mar 3, 2020

x:DefaultBindMode in Uno Platform & how it's implemented

Discover how Uno Platform, the cross-platform UWP/WinUI bridge, implemented the x:DefaultBindMode feature in just over a day! Read more to learn about the magic behind this quick implementation and how it works on WebAssembly. #WinUIEverywhere

Xamarin Uno Platform WinUI XAML
Mar 3, 2020

x:DefaultBindMode v Uno Platform a jeho implementace

Jednoduše wow! Během jednoho dne byla implementována a mergnuta nová funkce v Uno Platform. Najdete zde také odkaz na ukázkový kód a všechny detaily jak tým Uno Platform tuto funkci dokázal implementovat. Přečtěte si článek a objevte novou funkčnost, která nám přináší Uno Platform. #WinUIEverywhere

Uno Platform WinUI
Feb 27, 2020

Jak nastavit výchozí mód pro x:Bind v UWP

Zajímá vás vylepšení v data-bindingu při vývoji Windows aplikací? Přečtěte si náš článek o nové funkci {x:Bind} v Universal Windows Platform XAMLu, která zvyšuje výkon běhu aplikace. A navíc, představíme vám atribut x:DefaultBindMode, který tuto práci ještě více usnadňuje!

Uno Platform WinUI
Feb 27, 2020

How to set default mode of x:Bind in UWP

Discover the powerful feature of {x:Bind} in Universal Windows Platform XAML! Learn how to optimize performance, avoid typos, and simplify your data bindings with x:DefaultBindMode. Say goodbye to manual mode settings and effortlessly update your UI elements. Dive into this must-read article now!

WinUI
Feb 18, 2020

How to pin UWP app to the taskbar

Discover how you can pin your app to the system taskbar in Windows 10 and even the upcoming Windows 10X! Check out this guide to learn how to use the TaskbarManager API and ensure a seamless user experience. Plus, find out how to handle different scenarios and access the source code for reference. Don't miss out on this valuable feature!