https://localjoost.github.io/expanding-lenght-of-json-data-returned/
Expanding the length of JSON data returned from ASP.NET web services - DotNetByExample - The Next...
Nov 2, 2007 - A very small example this time, but one that can be very time consuming to find out. The basic example I described earlier works fine, but just try to send...
https://localjoost.github.io/sharing-download-links-to-hidden/
Sharing download links to (hidden) HoloLens apps - DotNetByExample - The Next Generation
Sep 24, 2016 - The Windows store has a very neat feature. You can send out direct http links to people that, when entered, show and app directly in the web version of the...
download linkshololens appsthe nextsharinghidden
https://localjoost.github.io/playing-sounds-on-windows-phone-using/
Playing sounds on Windows Phone using the MVVMLight Messenger - DotNetByExample - The Next...
Jan 13, 2013 - In my never-ending quest to preach the gospel of MVVM in general and MVVMLight in particular as the way to make a structured Windows Phone application I show a...
windows phoneplayingsounds
https://localjoost.github.io/data-binding-shapes-to-new-windows/
Data binding shapes to the new Windows Phone 8 Map control (and more) - DotNetByExample - The Next...
Oct 30, 2012 - A little history When I accepted the invitation from MADNbe to talk about Maps and MVVM on September 20 early in the summer (or what was supposed to be the...
https://localjoost.github.io/Manipulating-holograms-using-the-MRTK-Hand-Physics-service/
Manipulating holograms using the MRTK Hand Physics service - DotNetByExample - The Next Generation
Sep 16, 2021 - One of the great things that makes HoloLens 2 special is hand tracking, and the fact you can actually touch and move holograms. There are several nice...
manipulatinghologramsusing
https://localjoost.github.io/Fixing-hand-models-spawning-when-hand-tracking-is-lost-in-MRTK-28x/
Fixing hand models spawning when hand tracking is lost in MRTK 2.8.x - DotNetByExample - The Next...
Nov 9, 2022 - Wait, what? MRTK 2.x? Yeah, sometimes older apps need to be maintained, you know. Recently I upgraded an app to a newer Unity version and MRTK 2.8.2, and...
https://localjoost.github.io/windows-10-build-10061-fixes-mapicon/
Windows 10 build 10061 fixes MapIcon woes! - DotNetByExample - The Next Generation
Apr 28, 2015 - I discovered this while preparing for my Techdays 2015 talk and you probably have to be a mapping nut like me to appreciate this fully, but some things cannot...
the nextwindowsbuildfixes
https://localjoost.github.io/windows-10-maps-part-2-manipulation-and/
Windows 10 maps part 2 - manipulation and drawing - DotNetByExample - The Next Generation
Aug 19, 2015 - IntroIn my previous post in this series I have talked about how to get a map control in a Universal Windows App and how to set it up with a proper key, now...
https://localjoost.github.io/showing-open-source-maps-on-windows/
Showing Open Source maps on Windows Phone 7 with the Bing Maps Control - DotNetByExample - The Next...
Oct 21, 2010 - My previous post, which caused a bit of a stirrup and got me over 1000 page hits on that one page alone in less than 46 hours, led to the question if I could...
https://localjoost.github.io/MRTK3-StatefulInteractable-gaze,-hover-and-select-events-and-how-to-use-them/
MRTK3 StatefulInteractable gaze, hover and select events - and how to use them - DotNetByExample -...
Aug 2, 2023 - When my colleague Sophie asked me if I had a sample for something I had written before, but then for MRTK3, I had to admit that I did not. So I set out to...
how to use themselect events
https://localjoost.github.io/custom-oauth-login-to-facebook-for/
Custom oAuth login to Facebook for Windows Store apps - DotNetByExample - The Next Generation
Jun 24, 2015 - Intro: the joy of third party dependenciesI am currently working on a Windows app that uses some kind of Facebook integration. Last Friday (June 20) something...
windows store apps
https://localjoost.github.io/How-to-setup-up-MRTK3-to-support-HoloLens-2-and-Quest-2-including-hand-tracking/
How to setup up MRTK3 to support HoloLens 2 and Quest 2 - including hand tracking - DotNetByExample...
Jul 27, 2022 - I recently showed off my AMS HoloATC app running on the Meta Quest 2. But to be honest - I copied over some settings from the Zappy project, but I had no idea...
how to setup
https://localjoost.github.io/Populating-MRTK-toggle-button-state-without-an-intermediary-script/
Populating MRTK toggle button state without an intermediary script - DotNetByExample - The Next...
Dec 23, 2021 - Another short tip: Usually when you want to act on a toggle button press - for instance on a PressableButtonHoloLens2Toggle - you connect a script method to...
toggle button
https://localjoost.github.io/behavior-to-hide-ui-elements-when-bound/
Behavior to hide UI elements when a bound collection is empty - DotNetByExample - The Next...
Jul 2, 2013 - This is a fun little thingy I wrote when dealing with error lists. Suppose, you want the user to be able to see there are errors, but not directly fly them the...
https://localjoost.github.io/view-model-driven-animations-using/
View model driven animations using behaviors and MVVMLight in Xamarin Forms - DotNetByExample - The...
Jun 13, 2015 - IntroFor some time now I have been making a number of behaviors implementing animations driven by view models for Windows and Windows Phone. Implementing...