SQL Server 2005 CLR User Defined Type Examples

I created a couple of User Defined Type examples using .NET.  These types include a Compressed UTF8 String type as well as a Uri (called Logged Uri) type.  I hope to create several more in the future.

Check it out!

SQL Server 2005 CLR UDT Examples