Click here to Skip to main content
15,884,628 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Can an Action cause a Memory Leak like an Event Handler Pin
MicroVirus12-Jul-11 5:53
MicroVirus12-Jul-11 5:53 
AnswerRe: Can an Action cause a Memory Leak like an Event Handler Pin
RobCroll15-Jul-11 7:08
RobCroll15-Jul-11 7:08 
QuestionIncluding CSS Stylesheet file from HTML When Used as a Resource [modified] Pin
JonathanCarling4-Jul-11 3:37
JonathanCarling4-Jul-11 3:37 
AnswerRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
Shameel4-Jul-11 4:41
professionalShameel4-Jul-11 4:41 
GeneralRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
JonathanCarling4-Jul-11 5:26
JonathanCarling4-Jul-11 5:26 
GeneralRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
Shameel4-Jul-11 7:48
professionalShameel4-Jul-11 7:48 
AnswerRe: Including CSS Stylesheet file from HTML When Used as a Resource Pin
#realJSOP6-Jul-11 10:02
mve#realJSOP6-Jul-11 10:02 
QuestionPlugins for Application Pin
Xmen Real 27-Jun-11 7:07
professional Xmen Real 27-Jun-11 7:07 
I'm trying to have plugin functionality in my application. So first thing came in mind was to just load the DLLs and call the common abstract class methods. After completing all that, I noticed that there could be many security issues. The next thing I used was different AppDomain. But that solve half of problem. Assume this, if a plugin wants to connect a server over internet, the firewall will show the name of my application and user may allow without knowing its the plugin who is trying to connect. After that I started using NamedPipeStream, separated them in processes, connected plugins and application through PipeStream, it does exactly what I needed but each plugins means a different process.

Even everything is working fine but its not satisfying, something still feels not so good. My question is, is that the only way ?



PS : I just want simple plugin support, not some complicated library like System.AddIn.

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN%
R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>

-----------------------------------------------
128 bit encrypted signature, crack if you can

AnswerRe: Plugins for Application Pin
#realJSOP27-Jun-11 15:43
mve#realJSOP27-Jun-11 15:43 
GeneralRe: Plugins for Application Pin
Xmen Real 27-Jun-11 15:56
professional Xmen Real 27-Jun-11 15:56 
GeneralRe: Plugins for Application Pin
Not Active28-Jun-11 1:48
mentorNot Active28-Jun-11 1:48 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 1:50
professional Xmen Real 28-Jun-11 1:50 
GeneralRe: Plugins for Application Pin
Not Active28-Jun-11 2:15
mentorNot Active28-Jun-11 2:15 
AnswerRe: Plugins for Application PinPopular
Not Active28-Jun-11 1:47
mentorNot Active28-Jun-11 1:47 
GeneralRe: Plugins for Application Pin
Pete O'Hanlon28-Jun-11 3:33
mvePete O'Hanlon28-Jun-11 3:33 
GeneralRe: Plugins for Application Pin
Not Active28-Jun-11 3:37
mentorNot Active28-Jun-11 3:37 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 4:39
professional Xmen Real 28-Jun-11 4:39 
GeneralRe: Plugins for Application Pin
Dave Kreskowiak28-Jun-11 4:45
mveDave Kreskowiak28-Jun-11 4:45 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 6:25
professional Xmen Real 28-Jun-11 6:25 
GeneralRe: Plugins for Application Pin
Dave Kreskowiak28-Jun-11 6:43
mveDave Kreskowiak28-Jun-11 6:43 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 6:58
professional Xmen Real 28-Jun-11 6:58 
GeneralRe: Plugins for Application Pin
Pete O'Hanlon28-Jun-11 7:12
mvePete O'Hanlon28-Jun-11 7:12 
GeneralRe: Plugins for Application Pin
Xmen Real 28-Jun-11 7:21
professional Xmen Real 28-Jun-11 7:21 
GeneralRe: Plugins for Application Pin
Pete O'Hanlon28-Jun-11 7:24
mvePete O'Hanlon28-Jun-11 7:24 
GeneralRe: Plugins for Application Pin
Xmen Real 29-Jun-11 14:54
professional Xmen Real 29-Jun-11 14:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.