Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Comments On Code
This blog has moved to https://www.zerobugbuild.com
Hi, My blog has upped and moved to https://www.zerobugbuild.com - see you there!
Date: 10/14/2013
Publishing InfoPath Forms: "The following URL is not valid:..."
I got the above error when trying to publish an InfoPath form. In my case the "problem" was that I...
Date: 07/12/2008
More Kerberos in SharePoint: The lifetime of a Kerberos ticket
I had a great follow-up question from my last post on Kerberos in SharePoint: "We are using Kerberos...
Date: 08/21/2007
Essential Tips On Kerberos for SharePoint Deployers
Hi, This definitely isn't the first blog post on this topic, and it certainly won't be the last -...
Date: 08/20/2007
Passing variable numbers of parameters to sprocs using XML
Passing a variable number of parameters to a stored procedure is a problem that’s been around and...
Date: 02/12/2007
Book Review: Essential Windows Workflow Foundation
I've been working with Windows Workflow Foundation for over a year - and was lucky enough to...
Date: 12/05/2006
System.Transactions Article
System.Transactions in .NET 2.0 provide a fantastic way to manage your transactions in .NET without...
Date: 11/08/2006
Read the chapter on Generics from Essential C#
Mark Michaelis is bringing out a new book called "Essential C#". There is a great chapter on...
Date: 11/08/2006
DataContractSerializer: A better XMLSerializer
XMLSerializer provides a simple means of serializing and deserializing object graphs to and from...
Date: 09/27/2006
Book Review: Inside Microsoft SQL Server 2005: T-SQL Querying
This book is destined to become a classic. Benefiting from the main author's close relationship with...
Date: 06/05/2006
Common Table Expressions in SQL Server 2005 ROCK!!!
I've been taking a look at a new feature in SQL Server 2005 called "Common Table Expressions"...
Date: 07/22/2005
Encrypting Data In SQL Server 2005
I've been looking at the new encryption functionality in SQL Server 2005. Here's some sql that...
Date: 07/20/2005
New InternalsVisibleTo attribute in .NET 2.0
I discovered a cool new attribute in .NET 2.0 called "InternalsVisibleTo". This takes an assembly...
Date: 07/07/2005