Posts

Scala Option Type

The Neophyte's Guide to Scala Part 5: The Option Type by Daniel Westheide

SQL Server Isolation Levels By Example

SQL Server Isolation Levels By Example

SQL Server refresh all views & stored procedures

Scala Play Framework json case class example

The simplest Node (with Connect) html server

How to enable Kerberos Delegation in Google Chrome

* Using Registry Key Set/Add this string registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] Name: AuthNegotiateDelegateWhitelist Value: * * Using Command Line param --auth-negotiate-delegate-whitelist=* Delegation can be restricted to servers in the specific domain *.mydomain.com I’ve tested it with IIS + SQL Server and double hop delegation works fine. You can read more about Google Chrome command line params here .

Remote debugging IIS Web Application from Visual Studio

Setup your debug environment as described in Remote debugging from Visual Studio post. When you click ‘Attach’ select w3wp.exe process. If you’re running Application Pools with multiple version of .Net you might see more than one process so make sure you select the correct one.