This site has more than you ever wanted to know about the differences between Classes and Structs in C#. The only thing I did not notice explicitly listed on that site was that Structs always inherit from System.ValueType.
Month: August 2006
Right On The Money
I just found this article on Joel on Software. While it explicitly mentions Java, it could have just as easily been about C# (with the small exception that no major universities are teaching C#).
For a real brain bender, he provides these sample problems. I would have to say that question 1a was my favorite.
NHibernate
Today was my first real day playing with NHibernate.
The documentation is a little much for a beginner such as myself, but I managed to struggle through it… especially with the help of my coworkers.