Strong typed XLinq : experiment 1

I've been experimenting with XLinq, so that you can just use class names. So instead of XElement(”Foo”) you just write Foo. This reduces the number of code lines even further, and also allows for more Intellisense and compile time checking.

I put the results of this experiment in a little article. Please let me know what you think of this approach and further enhancements you would like to see if any…