pluggable gadget system
-
Hi, I am looking for a framework that runs for .NET 3.5 or better for 4.0 that support pluggable gadget system for windows user interface development. I want to develop a main container window application that can load gadgets that I or my team develop. User could manage gadget like google home page..add gadget and set layout. Also there must be interface to talk each gaget with the container static components or other gadgets. Is there a framework that is written open source or paid api?
karanba
-
Hi, I am looking for a framework that runs for .NET 3.5 or better for 4.0 that support pluggable gadget system for windows user interface development. I want to develop a main container window application that can load gadgets that I or my team develop. User could manage gadget like google home page..add gadget and set layout. Also there must be interface to talk each gaget with the container static components or other gadgets. Is there a framework that is written open source or paid api?
karanba
-
Hi, I am looking for a framework that runs for .NET 3.5 or better for 4.0 that support pluggable gadget system for windows user interface development. I want to develop a main container window application that can load gadgets that I or my team develop. User could manage gadget like google home page..add gadget and set layout. Also there must be interface to talk each gaget with the container static components or other gadgets. Is there a framework that is written open source or paid api?
karanba
You should look into MEF/MAF. Choosing among MAF or MEF is left with you. http://mef.codeplex.com/ HTH