in

DevPinoy.org

A Filipino Developers Community
ATTENTION:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it here!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • How To: Check if there are processes that are running using .NET

    I was running a test on my Web Server today when a friend of mine IMed me about an interesting question about .NET. He was a new programmer for this company and the old developer that he replaced was running production(oh my) applications right of his desktop. The IT manager was getting worried because...
    Posted to Keith Rull (Weblog) by keithrull on 03-09-2007
  • Asymmetric Accessor Accessibility

    Seems like i learn something new everyday... public string Name { get { return name; } protected set { name = value; } } I never knew that i could put an accessibility level to the 'set' portion of my property. This technique is called Asymmetric Accessor Accessibility . Read more here .
    Posted to Keith Rull (Weblog) by keithrull on 01-02-2007
  • How To: Convert an Image to Grayscale

    Geee! it's been more than a month since I last posted something in this blog. I have been really really busy this past few weeks with a huge project and a gragantuan task which made it really hard for me to write anything that is interesting. Anyway, I have been coding crazy as always when i found out...
    Posted to Keith Rull (Weblog) by keithrull on 12-05-2006
Page 1 of 1 (3 items)

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