Professional ASP.NET - Chris Love's Official Blog

Professional ASP.NET development information, tips, tricks and related information to help make you a more productive web developer.
Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help
in Search

Browse by Tags

All Tags » Useful » C#   (RSS)
  • Chemistry and Dictionary(of TKey, TValue)

    In college I majored in polymer chemistry and I thought I would use some of that chemistry today to demonstrate how to use Dictionary(of TKey, TValue) (VB.NET), Dictionary<TKey, TValue> (C#) class. The generic Dictionary(of TKey, TValue) class is a commonly used generic collection class that relies on a HashTable data structure to store keys ...
    Posted to Chris Love's Official ASP.NET Blog (Weblog) by Chris Love on October 11, 2008
  • Expanding Upon Getting the Days in a Month

    I was perusing the ASP.NET forums tonight and saw an entry where the person was asking on help on getting the number of days in a month in .NET. While the asker was making a simple mistake and could not see the forest for the trees, it got me thinking about why there was no overloads to simply return the number of days by passing in a date. The ...
    Posted to Chris Love's Official ASP.NET Blog (Weblog) by Chris Love on May 29, 2008
Powered by Community Server, by Telligent Systems