Uncategorized
Aug 15, 2015

Experiencing HoloLens at BUILD 2015

Microsoft Build 2015 showcased the incredible HoloLens device, and I was fortunate enough to experience it myself. From the holographic academy to building my first holographic application, the HoloLens truly feels like the future. Read on to discover the mind-blowing capabilities and potential of this revolutionary technology.

Microsoft
Aug 15, 2015

Windows 10

Nejnovější verze operačního systému Microsoft Windows je tu! Windows 10 přináší mnoho vylepšení a nových funkcí, které vám zlepší zážitek a usnadní práci. Co je nejlepší, je, že je zdarma pro všechny uživatele Windows 7 a 8! Přečtěte si článek a zjistěte, proč je Windows 10 perfektní volbou pro každého.

Uncategorized
Aug 15, 2015

Windows 10

Introducing Microsoft Windows 10: the ultimate operating system for all devices. With its unified API and runtime, Windows 10 brings a seamless experience across phones, tablets, computers, and even gaming consoles. From an improved Start menu to modern apps and a personal assistant, Windows 10 is the best Windows ever. Upgrade now and join the new era of computing.

Uncategorized
Aug 15, 2015

Replacing [ExpectedException] in WinRT unit test library

Learn how to write unit tests for your Windows Store application that check for expected exceptions. Discover a convenient and useful method, Assert.ThrowsException, which replaces the ExpectedException attribute in the Unit Test Library for WinRT. Find out how to provide the type of expected exception and use a lambda expression to write effective tests.

Uncategorized
Aug 15, 2015

Náhrada [ExpectedException] ve WinRT Test Library

V minulém článku jsme se zaměřili na psaní unit testů pro Windows Store aplikace. Tentokrát vám představíme novou metodu, jak kontrolovat očekávané výjimky v testech. Nejen že je tato metoda praktičtější, ale i užitečnější než předchozí způsob. Přečtěte si celý článek a dozvíte se více!

Uncategorized
Aug 15, 2015

Přístup k WebView cookies ve WinRT

Zajímá vás, jak získat přístup k cookies ve Windows 8.1 aplikaci? Přečtěte si náš nový blog post, který vám ukáže, jak získat potřebná cookie pomocí třídy HttpBaseProtocolFilter a její vlastnosti CookieManager. Těšíme se na vás!

Uncategorized
Aug 15, 2015

Accessing WebView cookies in WinRT

Discover how to access and manage cookies in a Windows 8.1 app without direct access to the WebView control. Learn how to retrieve, set, and delete cookies using the HttpCookieManager class. Read on to find out the step-by-step process and unlock new possibilities for your app!

Uncategorized
Aug 15, 2015

StorageApplicationPermissions in WinRT

Discover how to access the filesystem in Windows 8 and Windows Phone 8.1 apps with limited capabilities. Learn how to save and retrieve files using unique keys, and manage lists of up to 1,000 items. Find out how to handle exceptions when accessing items from the list.

Uncategorized
Aug 15, 2015

StorageApplicationPermissions ve WinRT

Třída StorageApplicationPermissions vám umožní získat neomezený přístup k souborům a složkám na Windows 8 a Windows Phone 8.1. S pomocí unikátního klíče můžete uložit a znovu získat až 1 000 různých položek. Je to snadné - pouze přidáte soubor nebo složku a uložíte získaný token. Poté můžete soubor znovu získat pomocí tohoto tokenu.

Uncategorized
Aug 15, 2015

Synchronizace nastavení ve Visual Studiu 2013 a 2015

Přihlášení svým účtem Microsoft Account do Visual Studia vám umožní **automatickou synchronizaci nastavení** přes různá zařízení. Můžete mít stejný vzhled, klávesové zkratky a další nastavení na všech svých zařízeních. Synchronizace je **blikající rychlá** a můžete ji snadno vypnout nebo přizpůsobit. Zjistěte, co vše se synchronizuje a jak to udělat ve svém Visual Studiu.

Uncategorized
Aug 15, 2015

Synchronized settings in Visual Studio 2013 and 2015

Discover how Visual Studio 2013 and 2015 can automatically synchronize your environment settings across devices once you log in with your Microsoft Account. Get the scoop on what gets synced, the lightning-fast speed of synchronization, and how to disable it for device-specific changes.

Uncategorized
Aug 15, 2015

Odstranění zvýraznění dotyku na odkazech na WP a iOS

Při testování webů na Windows Phone a iOS jsem narazil na problém s automatickým zvýrazňováním odkazů. Jak to odstranit? Čtěte více v článku, kde najdete řešení pro oba systémy!