This post originated from an RSS feed registered with .NET Buzz
by Paul Vick.
Original Post: It gets inside your head, man...
Feed Title: Panopticon Central
Feed URL: /error.aspx?aspxerrorpath=/rss.aspx
Feed Description: a blog on Visual Basic, .NET and other stuff
Still not at a point to post more about how the session went (long story, short: very good), but I had a funny moment just a second ago. I was looking at the internal website that has speaker evaluation information to see how people liked the session. Pulled up the data and sorted it in Excel. Then I was thinking, “You know, I really want to filter out sessions that didn't get a lot of feedback reports because they might skew the data.” Since I'm not an Excel expert, the thought occured to me:
You know, I could just fire up my LINQ-enabled VB that I demo'ed today, save the Excel file to XML, read the XML into XLinq and then write a query on that data and then I'd be able to use VB instead of having to figure out all that Excel stuff.
What happens when you drink your own Kool-Aid? I guess I've found out...