When you work on designing a website, you may find it difficult to remember all the color names and visualize them. At least, I am personally not very good with color selection and find it really hard to recall the color names. So, in this scrap we will check out how to use .NET reflection to print out all the color names along with the colors... There is a very small piece of C# code which I have used here to create a 2 column color table. Check the sample And here is the code that would ...
[More]