.netinternet-exploreratlbrowser-extensionieaddon

Advantages & Disadvantages of writing IE addons in .NET


Since i am a .NET developer, I am planning to write a IE addon in .NET. Does anyone here have experience with/in developing IE extensions in .NET that can share their knowledge?

Specifically i like to know about advantages & disadvantages of using .NET for this task in comparison to ATL COM.


Solution

  • I'd rather say that advantages & disadvantages are not bound to IE addons but more to the programming languages and their platforms.

    .NET:

    C++ (ATL COM approach):

    So if you are a .NET guy pay attention to compatibility with different .NET Framework versions. Other stuff is minor.