Analyze User Behavior in Your Windows/Windows Phone App with Google Analytics
My article on MSDN Magazine is out! “App development is by definition an iterative process, so you’ll want to understand, in the shortest possible tim...
s
My article on MSDN Magazine is out! “App development is by definition an iterative process, so you’ll want to understand, in the shortest possible tim...
The following powershell script toggles the Internet Explorer proxy status between the following values: Automatically detect settings Explicit Proxy S...
in order to disable Direct Access on Windows 8.1, you can run the following powershell script (as administrator) remove-itemproperty -Path "HKLM:\SOFTWARE\Po...
(dir -include *.cs -recurse | select-string "^(\s*)//" -notMatch | select-string "^(\s*)$" -notMatch).Count
Character String ^11 New Line ^13 Carriage Return ...