up vote 1 down vote favorite
share [g+] share [fb]

Can we write some add-ons for Firefox with .Net Framework (C# or VB) ?

link|improve this question

The question is "can we write addons", not asking if there are. In my opinion, this is a programming question, more suited to Stack Overflow. Voting to migrate there. – Gnoupi Feb 12 '10 at 8:51
feedback

migrated from superuser.com Feb 12 '10 at 11:41

This question came from our site for computer enthusiasts and power users.

1 Answer

up vote 2 down vote accepted

I cannot find any reference to .net and extensions as most firefox extensions work cross platform. (obviously there is Wine and Mono, but these are not perfect).

I found this page, which just says about using Visual Studio, but even that is using c++ and not any .net language.

It looks like you are pretty limited to XUL (XML User Interface Language).

link|improve this answer
Visual C++ uses C++ to interact with the .NET libraries – Mahmoud Hossam Feb 12 '10 at 9:27
Well, I am no expert there - I am guessing then that IEtab and other Windows only extensions use c++ - .net must work then, but I certainly wouldn't know how to use it from c++! – William Hilsum Feb 12 '10 at 9:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.