DevPinoy.org
A Filipino Developers Community
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Sorting a Generic List of Object in C# using IComparable and Anonymous Delegates

    A few weeks ago I wrote an article on how to use IComparer and how it was easy it is to create a custom comparer to sort our objects. This time we'll talk creating a default sort mechanism for our objects by using IComparer's relative, the interface IComparable. We'll also be touching Anonymous Delegates...
    Posted to Keith Rull (Weblog) by keithrull on 03-23-2007
  • How To: Creating a .NET Color Chart revisited

    After reviewing my first example .. i realized that doing reflection is not the easy way to do get the known color collection(thanks to Chris Vega who pointed to me the Enum called KnownColor which basically contains .NET known colors). Somebody also told me that the demo would be nicer if the colors...
    Posted to Keith Rull (Weblog) by keithrull on 09-26-2006
  • How To: Create a .NET Color Chart using Reflection

    I had a little downtime today so i decided to create something useful(ala coding4fun) and one of the things that i wish i have in my toolbox is an .NET color chart since most of the time i tend to look at what colors i could use when matching my controls with my UI's theme(stylesheets? nah, that...
    Posted to Keith Rull (Weblog) by keithrull on 09-25-2006
  • How To: Read your machines information using WMI

    I created a demo today about WMI to demostrate to a friend how to read his machine's information. The resulting application is listed below. It's funny because i was just supposed to show him how WMI works but ended up discussing IEnumerators, Hashtables, Enums, Strategy and Command Pattern plus a hint...
    Posted to Keith Rull (Weblog) by keithrull on 09-22-2006
Page 1 of 1 (4 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems