SignUp    Login
Blog Detail
Scott Hanselman's Computer Zen
Scott Hanselman's thoughts on programming, technology, fatherhood, and life.
Related Blogs
previous blog next blog
8.6
great
based on editor's review
recent postsrss feed
Posted on Monday May 12th, 2008 at 3:52 pm
The Beta of .NET 3.5 and VS2008 SP1 is out. I'm sure everyone is blogging the heck out of it, so I'll try to add my own specific kind of value. There's fixes, many improvements (some subtle, some dramatic), and some new technology. Should You Fear This (B...
Posted on Saturday May 10th, 2008 at 2:57 am
I've been getting more and more interested in how folks extend their applications using plugins and things. In my new ongoing quest to read source code to be a better developer, Dear Reader, I present to you twenty-sixth (half a year!) in a infinite numbe...
Posted on Friday May 9th, 2008 at 11:54 pm
While reading source today, I saw some code in the wild today that looked roughly like this (not the actual code): type = typeof(T);if (type == typeof(Boolean)){ returnValue = (T)((object)Convert.ToBoolean(value));}else if (type == typeof(String)){ return...
Comments & Reviews:
Be the First to Review this Blog!