by suleski | Feb 8, 2016 | Reference, Technical
Yea, that’s a long title to the article. However, the information in this article is super useful when you have to cross the same bridge because there is no clear way to debug. Here’s what’s going on. I am making a UWP app in Visual Studio. I want...
by suleski | Feb 7, 2016 | Reference, Technical, Walkthroughs
UWP apps have a bunch of extra setup options that typical WPF does not have. This article either explains or points to resources that could help. Most, if not all, of the focus will be on the package.appxmanifest file that is generated with defaults upon creating a...
by suleski | Jan 17, 2016 | Reference, Technical
At some point, you’ll come across a use-case that requires you to display an embedded image in your UWP app. If you’re like me, you’ll remember that there always seems to be something tricky about the way the resource path is referenced. Of course,...
by suleski | Aug 25, 2015 | Products, Reference, Review, Technical, Troubleshooting
Background More and more often, I find myself working while away from the office. My current setup involves an internally-hosted P4 server. It took a couple days to get the process up and going, but it’s been going for awhile now and has been decent for a...
by suleski | Jun 21, 2015 | Products, Reference, Technical
I deal with a number of todo lists. When coding, I place sentinels throughout the source that typically look something like this: //DAN-NOTE: do x, y, and z //DAN-CONTINUE: when picking up on this, consider these //DAN-DEBUG: get rid of this once done fixing blah...