Tuesday, November 13, 2007 - Posts

LINQ and SQLCLR

One of the requests/questions that I heard a few times at TechEd Europe was "When can we use LINQ inside of SQL Server?". I must admit that I hadn't really thought about this very much because I tend to think of writing SQL Server procedures, functions, Read More

Drawing a XAML graph from VB

I did a thing at TechEd where I took a set of process data from my machine and turned it into a basic bar chart by writing some LINQ to XML and producing XAML as the output. I say "basic" because the chart was built from a bunch of ProgressBar elements Read More