Patches and plug-ins.
-
Dear CPians, I am looking for some samples, documentation or any information that will help me make my ASP.NET application patch and plug-in enabled. I quess that I have to develop the aplication in a certain way in order to do this. I have never done some thing like this before so any kind of information will be helpfull. Thanking you in advance, theJazzyBrain
Excellence is not an act, but a habit!
Aristotle
-
Dear CPians, I am looking for some samples, documentation or any information that will help me make my ASP.NET application patch and plug-in enabled. I quess that I have to develop the aplication in a certain way in order to do this. I have never done some thing like this before so any kind of information will be helpfull. Thanking you in advance, theJazzyBrain
Excellence is not an act, but a habit!
Aristotle
Hi there. I don't know about patch-enabled (aside from building a multi-dll application where the dll's are thoughtfully designed and easy to swap out) but here's a link to a CP article that describes an approach for implementing plugins: http://www.codeproject.com/csharp/PluginsInCSharp.asp[^]