The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Creating a Plugin enabled Application : Part 1 of 2
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Manav PandyaPosted Nov 13, 2016, 8:34 AM
Provide demo with ASP.NET MVC if possible sir Jean Paul sir ...
Manav PandyaPosted Nov 13, 2016, 8:34 AM
Can you help me with Plugin architecture with ASP.NET for E-commerce App Jean Paul
Manav PandyaPosted Nov 13, 2016, 8:33 AM
Nice article by thw way jean sir
Jean PaulPosted Nov 3, 2012, 6:23 PM
Yeah! Sam you are right. The PluginLoader.cs is no longer needed in the Plugin.Container project. (it was moved to the Plugin.Interface) project. Removing the file, makes it run properly.
Sam HobbseditedPosted Nov 3, 2012, 5:22 PMEdited Nov 3, 2012, 5:43 PM
In the attached zip file, the PluginLoader.cs file was missing from the Plugin.Container project. I removed it from the project and I think that worked. If we should not do that then please let us know what to do, otherwise I hope this comment is enough for people to know what to do. I am reading your articles and I hope I am able to use your plugin system.
David VillaPosted May 15, 2011, 8:52 AM
This is an excellent article. Plugin enabled applications are useful in many situations, but I have always thought they would be too difficult to implement. After reading this article, I now realise how easy they actually are. Thank You.