Extension Methods for Profit

Some say we are living in the information age, but I say this is the advertisement age. Marketers strive to cover every square inch of the planet and outer atmosphere with slogans and promotions. We have ambient advertising and advergames, human billboards and celebrity branding.

My prediction is that marketers will become more aggressive in placing advertisements directly inside the software used by information workers who are laden with disposable income. Microsoft is well positioned for the next wave of advertising with the addition of extension methods in C# and Visual Basic. Just imagine the number of eyeballs that will see the following methods in an Intellisense window.

namespace System
{
    
public static class CurrentAdvertisements
    {
        
public static void TheJoyOfPepsi(this object cola)
        {          
        }

        
public static void BuiltFordTough(this object truck)
        {
        }

        
public static void EatAtHooters(this object notForTheFood)
        {
        }
    }
}

Big bucks are waiting there.

The only question is – will advertisers be content to stick with the traditional camel casing of method names, or will they pay a premium for Underscored_Product_Placements?

posted on Wednesday, March 05, 2008 12:25 AM by scott

Comments

Wednesday, March 05, 2008 1:27 AM by DaveVB

# re: Extension Methods for Profit

Hah great stuff, that cracked me up.
Wednesday, March 05, 2008 4:46 AM by Craig

# re: Extension Methods for Profit

But don't forget: Microsoft wants to be Google, and Google *is* an advertising company. So why wouldn't they just cut out the middleman and augment System.Object directly? Or better yet - hook Intellisense up to a web service so you have to watch a short commercial before you can see the list of members?
Wednesday, March 05, 2008 5:29 AM by Christopher Steen

# Link Listing - March 4, 2008

AJAX Declaring Client-Side ASP.NET AJAX Controls : Part I [Via: swalther ] AJAX Extender for TinyMCE....
Wednesday, March 05, 2008 5:29 AM by Christopher Steen

# Link Listing - March 4, 2008

Link Listing - March 4, 2008
Wednesday, March 05, 2008 5:30 AM by BrianJ

# re: Extension Methods for Profit

This idea makes me vomit.
Wednesday, March 05, 2008 9:11 AM by Eber Irigoyen

# re: Extension Methods for Profit

the class would have to be marked as partial, right?
Wednesday, March 05, 2008 10:29 AM by scott

# re: Extension Methods for Profit

Eber: No. The magic of extension methods is these will appear in the intellisense list for any object you program against.
Wednesday, March 05, 2008 12:41 PM by Eber Irigoyen

# re: Extension Methods for Profit

that's right, that was a stupidus momentus, I was thinking of partial classes
Wednesday, March 05, 2008 1:05 PM by scott

# re: Extension Methods for Profit

Oh, and just to be clear - it's because we are extending System.Object and putting our extension methods in the System namespace.
Wednesday, March 05, 2008 3:17 PM by Oren Novotny

# re: Extension Methods for Profit

I think that library authors will be hard-pressed to make this work -- after all, developers will scream bloody murder if a vendor polutes Intellisense with anything (to say nothing about ads).

For free libraries looking for a profit, they still need to have a compelling reason to use them. After all, if there are annoying ads/extension methods in it, someone else might just write a replacement library.
Wednesday, March 05, 2008 11:07 PM by scott

# re: Extension Methods for Profit

Yes, Oren. I agree. This was supposed to be a funny post! It could never really happen ... I hope ...
Thursday, March 06, 2008 12:14 PM by Ian Hughes

# re: Extension Methods for Profit

"after all, developers will scream bloody murder if a vendor polutes Intellisense with anything"

--- Don't speak too soon! There are those who do not invest in their careers or care that much about their environments or tools. I can hear it now ...

"Oh you use VS Professional? Me too. I got the free one. I guess its the same but my string class is brought to you by "Linens N Things". Also, I have to watch a commercial for the latest Sony picture before every build."

Friday, March 07, 2008 2:23 PM by Alex Hoffman

# re: Extension Methods for Profit

Funny, you mention it but I've been working on just this! Annoying that you choose to steal my intellectual property, that is (software) patent pending. The only hold up has been how to incorporate the (TM/SM) symbol into extension method names, plus how to cover the duty of care legal stuff i.e.

public static void StarBucks-TM-Symbol-Here (this object coffee, string takeCareMayBeHot)
{
}