This post originated from an RSS feed registered with .NET Buzz
by Sam Gentile.
Original Post: New and Notable 17
Feed Title: Sam Gentile's Blog
Feed URL: http://samgentile.com/blog/Rss.aspx
Feed Description: .NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Mac OS X, Extreme Programming and More!
Like usual, I have about 10 things going on at once, all with deadlines, and no time to write or blog really what I would like to - new original articles. In the meantime, I did find some things that interested me in the areas I am in (CLR mostly), which hopefully help you as well.
John Lam via Charles Cook (both must-read bloggers) comment about the CLR Team's Jim Hogg's announcement about a CLR 2.0 feature “Friend assemblies“ which essentially allows you to package your code into more than one assembly and maintain “internal“ visibility for types. I agree that this would be very useful, particularly in the scenario John talks about: unit tests.