Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET » Whidbey
Sorry, but there are no more tags available to filter with.
  • Testing Generics performance

    I've been doing some very preliminary performance tests comparing the new generic collections in .NET 2.0 to the performance of non-generic collections. Based on these first results, I think I can say that there are definite performance improvements. To test performance, I created a simple class--''Thing'', that has two properties, a string ...
    Posted to Old Dog's Blog (Weblog) by jross on July 19, 2004
  • Generics, Java vs .NET

    Generics are one of the important new features of the .NET CLR for Whidbey. But .NET is not the only platform that will eventually support Generics -- also known as ''parameterized polymorphism''. In googling around the internet looking for articles and comments recently, I came across the following interesting comments about Generics in ...
    Posted to Old Dog's Blog (Weblog) by jross on July 19, 2004