This post originated from an RSS feed registered with .NET Buzz
by Ted Leung.
Original Post: .Net quickies
Feed Title: Ted Leung on the air : computers/programming/dotnet
Feed URL: http://www.sauria.com/blog/computers/programming/dotnet?flav=rss
Feed Description: Ted Leung on the air: Open Source, Java, Python, and ...
Yasser Shohoud has an interesting article on the relationship of .NET and the WSE:
WSE is logically a part of the .NET Framework. Keeping it physically outside the .NET Framework allows us to ship new versions at a much higher rate than the framework.
This is the kind of modular delivery that I was saying Microsoft wasn't doing, but at least in this particular case, I appear to be wrong. I wonder how many other pieces there are like this one.
Hats off to Chris Brumme for his detailed and informative post on CLR
reliability. A double hats off because he knew he would get beat up about it. I don't see the Sun VM people blogging about this kind of thing on java.net.