Memory Leaks

C# apps are perfectly susceptible to memory leaks. They are different to old unmanaged C++ memory leaks, but they still happen and can be just as hard if not harder sometimes to find.  Instead of memory leaking and becoming lost to the system, in C# you can have memory the garbage collector running in the […]

Read More

Running on target device doesn’t run with your changes

2016-11 – We've found that when changing XAML and then running on remote device our changes are not deployed to the remote device, resulting in an old version of our app being run.  Its very odd as the build deploy text says its deploying, but it isn't.  Our solution initially was to select menu > […]

Read More