Archive for April, 2008

Reflection and Interfaces

Today is the last official installment in the series on reflection.  If you’ve been following along, you’ve probably notice that calling code in other classes using reflection is a huge pain in the butt.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Wednesday, April 23rd, 2008

Invitation Virus

“The sky is falling.  The sky is falling.  It landed on my head!” — chicken little

(more…)

Tuesday, April 22nd, 2008

Reflection - Accessing Methods

Today is the next to last installment on reflection.  We will look at how to call methods and pass parameters.  This is going to look a lot like what we’ve already done in previous sessions.

(more…)

Monday, April 21st, 2008

Reflection - Calling Properties

Today we’ll continue our series on reflection by looking at Properties.  If you haven’t already seen the videos on how to load the assembly or how to call the constructor, you’ll probably want to watch those first.

(more…)

Thursday, April 17th, 2008

I hate to read!

I was talking to another developer today about this.  If I could “read” all of the books that I SHOULD read by simply listening to them, I would.  It’s not that I can’t read, I just find listening SO much easier.  Besides, I can listen to books while I driving.  It’s not safe to read while your driving.

(more…)

Tuesday, April 15th, 2008