• Debugging Shortcuts in Visual Studio 2017

    How do you debug your application in Visual Studio? Is it something like: F5 Or maybe, if you’re hep, you Ctrl+F5 Debug ➡ Attach to Process… ➡ Dialog… so can develop and...

  • Xamarin Realm Query Disposal Gotcha

    using More Than You’d Think Recently I’ve been getting my feet wet with mobile app development using Xamarin. It’s been a change of pace from the usual web fare, but it’s also...

  • Flagrant Error: Function Syntax In PowerShell

    The modarn developer can easily find themselves knee-deep in several programming languages. Between javascript and the server language of your choice for the web, the various options for mobile platforming, or the...

  • Checked="checked" in Razor

    I often see the following Razor-enhanced form markup for writing out input checkboxes, particularly in loops where a given checkbox may be checked or unchecked based on some state in the Model....