.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for May, 2008

Reflecting Parameters

May 05, 2008 By: Dave Category: none

I got a question last week from a gentleman asking how to tell what parameters were available for a particular method.  This is useful when you know that a method will be available on a class you are calling, but the method could have any parameters, or when you have used reflection to get the list of methods in your class, and need to pull out the parameter list for each.

The solution is actually quite simple:

(more…)

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

It’s smart to fail…

May 01, 2008 By: Dave Category: none

Joel Spolsky has an article telling us all the Live Mesh is a stupid application doomed for failure and that both Google and Microsoft are idiot companies using their resources in stupid ways.

(more…)