Use Late-Binding in C# Now, without .NET 4.0

Posted by Andy Edinborough on June 17, 2009

The lack of late-binding in C# has been one of my biggest gripes about C#.  Finally, in the .NET Framework v4.0, the dynamic keyword has been introduced (it could be argued that it is too loose—allowing for variant types).  But until it is released, the need still exists, and even then, not all clients will immediately support it.  So, in a bind, I wrote a simple class to allow access ... Continue Reading

Categories: Code
Tags:

RE: Microsoft may be Firefox's worst vulnerability

Posted by Andy Edinborough on June 3, 2009

A recent article at Slashdot that has now been propagated to TechRepublic, claims that Firefox's biggest vulernability this year is Microsoft.  For those who have not heard, as part of the .NET Framework v3.5 SP1, Microsoft added an extension to Firefox to support Click-Once application deployment.  The claim by Slashdot is that this is Internet Explorer's biggest vulernability and that Microsoft has forced it onto Firefox users.

Having done ... Continue Reading

Categories: Tech Watch

Mosso's URL Rewriting Rules Are Wrong!

Posted by Andy Edinborough on June 1, 2009

Mosso has been in the game of hosting for quite a while now and have become quite popular.  I was amazed to learn when we began migrating one of our projects to them that their URL rewritting rules are incorrect.

In case you didn't know, Mosso provides a platform that supports both ASP.NET and PHP.  ASP.NET requests are sent to an IIS server, and PHP requests are sent to a ... Continue Reading

Categories: Tech Watch

Microsoft Releases Bing without a "Search Provider"?

Posted by Andy Edinborough on June 1, 2009

As my first post on my new blog, I'm pleased to say that Microsoft has finally released Bing, a "decision engine" that offers Google real competition.  But did they seriously just release a search-engine product with no Search Provider add-in for Internet Explorer?  Seriously?  This is a huge disappointment; I actually really like Bing.

Ironically, I was able to add Bing as my default search provider to Chrome, and Firefox ... Continue Reading

Categories: Tech Watch