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!

Development General
Jan 9, 2020

Tip: Launch Windows Terminal quickly from file explorer

Discover a more convenient way to launch Windows Terminal directly from the currently displayed folder in file explorer. No more accidentally launching the classic PowerShell prompt. Find out how to integrate Windows Terminal seamlessly with your system and open it instantly!

Development General
Jan 9, 2020

Tip: Rychlé spuštění Windows Terminal z prohlížeče souborů

V tomto blogovém příspěvku se dozvíte, jak pohodlně spustit Windows Terminál přímo z prohlížeče souborů. Ukážeme vám jednoduchý trik, který vám umožní spustit Terminál přímo z aktuální složky, ve které se právě nacházíte. Přečtěte si článek a zjistěte, jak na to!

Microsoft
May 22, 2018

Microsoft Build 2018 - den (-1) a 0

Přečtěte si o mém dobrodružství na konferenci Microsoft Build v Seattle! V tomto příspěvku se podělím o své zážitky z prohlídky Seattle, návštěvy Starbucks Reserve a chytrého obchodu Amazon Go. A na závěr se dočtete o výjimečných oceněních udělených na Windows Developer Awards. Těšte se na další článek plný zajímavých momentů!

Microsoft
May 10, 2018

Microsoft Build 2018 - day (-1) and 0

Join the author on an exciting journey to the Microsoft Build conference in Seattle! From exploring iconic landmarks like the Space Needle to experiencing the futuristic technology of Amazon Go, this blog post will give you a taste of the pre-event days. Get ready for an immersive and informative read!

Development General
Jan 28, 2017

Adding Hyper-V-less boot entry with PowerShell

Developers often encounter the need to run virtual machines using VirtualBox and Hyper-V-based mobile emulators on the same machine. Unfortunately, only one of the two can be enabled at once. However, there is an easy solution to this problem! Check out this blog post to learn how to create two boot entries and disable Hyper-V in one of them using a PowerShell script. It's a simple yet convenient solution. Download the script and give it a try!

WinUI
Jan 20, 2017

Sledování změn systémových barev v UWP aplikacích

Uživatelé milují personalizaci a očekávají, že se aplikace adaptují jejich volbám. Co když ale uživatel změní nastavení barev za běhu aplikace? Čtěte dál a dozvíte se, jak pomocí ThemeResource a UISettings reagovat na změny barev v aplikaci.