So .NET does some funny things sometimes. Mr. Hanselman has already explained what is going on in a little detail. I added a little something from this bytes.com post.

Seems like it will be the way to go!

string filePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Person.dll"
AssemblyName an = AssemblyName.GetAssemblyName(filePath);
Assembly dll = Assembly.Load(an);

Type t = dll.GetType("Plugin.Person");
var instance = t.InvokeMember(String.Empty,BindingFlags.CreateInstance, null, null, null);
Person p = (Person)instance;

Go straight to Post

So, I had already considered the whole process a joke. I know they have mostly “good” intentions but they are utter and complete failures in execution. They are anything but consistent in enforcement and their rules are pretty arbitrary and stupid.

But I digress, this is a more seroius issue. No law was broken and all I can see are a few individuals on a power trip.

http://www.cnn.com/2009/US/06/20/tsa.lawsuit/index.html

Go straight to Post

I really don’t know why I keep reading PC WORLD articles. They drive me bat crap crazy. I really think when you are trying to write a good (credible? valuable?) piece of tech journalism you can’t go into it dripping sarcasm and cynicism from your mouth (fingers?) like blood off a vampires fangs.

Click to continue reading “Windows 7 is not Vista anything…”
Go straight to Post

© 2010 iDevelop Suffusion theme by Sayontan Sinha