Setting up a local SSL development environment for multiple sites 19 April 2011 Daniel-Fisher-(lennybacon) Article, ASP.NET, Project, Security The environment should also work on a notebook while working at a coffee shop. The need for a NIC that is always connected. 1. Add a loopback adapter... [WIN] + [R] | hdwwiz.exe 2. Open the “Network and Sharing Center” … 3. Click “Change adapter settings” and identify the loopback adapter… 4. ... [More]
Resharper 6 WPF binding validation 05 April 2011 Daniel-Fisher-(lennybacon) I usually do most stuff in the markup view. As loose coupled view models cannot be validated its … ugly. But today I experienced this: I hit [ALT] + [ENTER] The following code was added (the type name “LoginViewModel” and its namespace was addedmanually…): Now I got binding validation: Nice!