I was bored and decided to look at the GodMode shortcut. For those of you that don't know what that is I'll explain. It's basically a folder shortcut with a special CLSID extension. CLSID is short for Class ID. The godmode shortcut will display a lot of settings available in the Control...
This week, Shen and I took a look at how you can very easily use the new XAML SplitView control to build an experience in your UWP application that automatically _adapts_ based on the current size of your application.
As you may imagine, this is one of the foundational building blocks we...
adapting
application
blog
build
coding
developer
documentation
microsoft
relativepanel
resources
responsive
samples
splitview
techniques
user experience
uwp
video
windows
xaml
Have you ever set a breakpoint a few statements too late, or accidentally stepped over the function call that you wanted to step into, and wished that you could just reverse-execute the program in the debugger? This video from Microsoft Research describes an experimental time-traveling debugger...
bugs
debugging
development
edge
event logs
garbage collection
html
interactive
javascript
microsoft
optimization
performance
program execution
research
snapshot
techniques
time-travel
virtualization
web development
IllumiRoom (http://research.microsoft.com/en-us/projects/illumiroom/) demonstrated how projection mapping can enhance entertainment. RoomAlive (http://research.microsoft.com/en-us/projects/roomalive/) prototyped turning any room into an interactive, augmented experience. In this session, Andy...
So, I decided to spend today dedicated to just optimizing my apps. Like shortening them, etc.
So, I went through my older apps and oh my goodness thousands of lines of codes that were unnecessary. I managed to put all the common subroutines into a class and voila I shortened the codes by...