A .Net Plugin for a Browser

I'm fairly new to working with .Net, and I'm wondering if there will be a .Net plugin comparable to the Java VM plugin for web browsers ... or is there already such a thing   Unlike Java, I know that the code need not be executed in a VM and could use the JIT which would certainly be nice for some web applications.

Answer this question

A .Net Plugin for a Browser

  • Max Wittussen

    Yes, Windows Forms controls can be hosted in a browser:

    <a href="http://weblogs.asp.net/frank_hileman/archive/2004/07/23/192509.aspx">VG.net vector graphics in IE</a>

  • A .Net Plugin for a Browser