rachelreese's blog

One Rachii's take on .NET, Phoenix, and some unrelated, potentially completely random things.

May 2004 - Posts

Gmail

Apparently the 1TB offer for mail that some folks reported was only a glitch.  :-(

Full article: http://news.com.com/2100-1024_3-5215599.html?part=rss&tag=feed&subj=news

Posted: May 19 2004, 11:13 AM by rachelreese | with no comments
Filed under:
Google definitions

I'm sure someone's blogged this before, but how cool is this!?

If you Google what is a web browser (for example) the first link that comes up is "Web definitions for Web Browser".  Click on it, and you get a list of definitions of  “web browser”.  Nice. 

Posted: May 05 2004, 11:38 AM by rachelreese | with 4 comment(s)
Filed under:
Reflection

I posted a question late last week to a couple listserves I'm on:

Given only a string variable containing the name of the property you wish to call, how does one go about calling it? 

The answer came back fivefold nearly immediately: “Use reflection. It's really easy.”  Oh goody, thinkest I, a chance to learn something. 

For those of you who haven't picked it up yet, there's really not much to the concept.  By far the most helpful thing I found, was Bipin Joshi's article covering it, on DotNetBips.com:

Introduction to .NET Reflection

Happy reading!

More Posts