Archives
-
Whidbey Beta 1 and Yukon Beta 2 to ship at Tech-Ed Europe?
It's looking more and more like we will finally see the long awaiting betas for Whidbey and Yukon this week.
-
Delegate-Based APIs
Generics and Anonymous Methods/Delegates make up a powerful pair that can be used to create elegant query APIs. Here are some that we just added to the .NET Framework’s Collection libraries. I used List<T> to illustrate the APIs but most of those were also added to System.Array. Read More...
-
CodeSmith - Strongly-typed ArrayList collection template for VB.NET
I've completed the conversion for the ArrayList.cst and IList.cst C# source files distributed with CodeSmith to VB.NET (all 2752 lines of it ;-) ). Assuming I don't have any conversion bugs left it in (I've done some testing and it's working great for my purposes). My goal was to keep the translation as close as possible to the original C# source, however, I discovered that the original code was not generating FxCop compliant code. I've made a few improvements in this regard (only two messages instead of the five that the C# code has).
-
Top 10 Must-Have .NET Tools Every Developer Should Download Now
In the latest issue of MSDN magazine there is an article titled “Top 10 Must-Have .NET Tools Every Developer Should Download Now“. Here is a list of the tools:
-
Hanselman on Layered Architecture
Amen brother!