Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updating More than One table Pin
Heath Stewart4-May-04 4:13
protectorHeath Stewart4-May-04 4:13 
GeneralAlan Murta's - General Polygon Clipper Pin
d-mon3-May-04 22:55
d-mon3-May-04 22:55 
GeneralRe: Alan Murta's - General Polygon Clipper Pin
Daniel Turini4-May-04 0:07
Daniel Turini4-May-04 0:07 
GeneralRe: Alan Murta's - General Polygon Clipper Pin
Heath Stewart4-May-04 3:52
protectorHeath Stewart4-May-04 3:52 
GeneralRe: Alan Murta's - General Polygon Clipper Pin
d-mon5-May-04 10:41
d-mon5-May-04 10:41 
QuestionBest C# IRC Channel? Pin
Marlun3-May-04 22:36
Marlun3-May-04 22:36 
AnswerRe: Best C# IRC Channel? Pin
Heath Stewart4-May-04 3:47
protectorHeath Stewart4-May-04 3:47 
GeneralRe: Best C# IRC Channel? Pin
Marlun4-May-04 6:27
Marlun4-May-04 6:27 
GeneralRe: Best C# IRC Channel? Pin
Heath Stewart4-May-04 8:02
protectorHeath Stewart4-May-04 8:02 
GeneralRe: Best C# IRC Channel? Pin
Marlun4-May-04 10:08
Marlun4-May-04 10:08 
GeneralRe: Best C# IRC Channel? Pin
eggie54-May-04 15:54
eggie54-May-04 15:54 
GeneralRe: Best C# IRC Channel? Pin
Marlun4-May-04 20:23
Marlun4-May-04 20:23 
GeneralRe: Best C# IRC Channel? Pin
eggie55-May-04 2:01
eggie55-May-04 2:01 
Generalusing API in C# Pin
nthevu3-May-04 20:18
professionalnthevu3-May-04 20:18 
GeneralRe: using API in C# Pin
Heath Stewart4-May-04 3:46
protectorHeath Stewart4-May-04 3:46 
GeneralRe: using API in C# Pin
nthevu4-May-04 5:15
professionalnthevu4-May-04 5:15 
GeneralRe: using API in C# Pin
Heath Stewart4-May-04 8:00
protectorHeath Stewart4-May-04 8:00 
GeneralRe: using API in C# Pin
nthevu4-May-04 18:18
professionalnthevu4-May-04 18:18 
GeneralAbout WebServer Pin
Moon Boy3-May-04 13:24
Moon Boy3-May-04 13:24 
GeneralRe: About WebServer Pin
TigerNinja_3-May-04 17:39
TigerNinja_3-May-04 17:39 
GeneralRe: About WebServer Pin
Heath Stewart4-May-04 3:40
protectorHeath Stewart4-May-04 3:40 
GeneralHuge Inout problem Pin
yomna-eltawil3-May-04 13:28
yomna-eltawil3-May-04 13:28 
GeneralRe: Huge Inout problem Pin
Heath Stewart4-May-04 3:38
protectorHeath Stewart4-May-04 3:38 
GeneralRe: Huge Inout problem Pin
leppie4-May-04 6:59
leppie4-May-04 6:59 
GeneralStrong-Named Assemblies Pin
Anders Molin3-May-04 12:59
professionalAnders Molin3-May-04 12:59 
I want to sign my application and the assemblies that it use, so I know it has not been tampered with when it runs Wink | ;)
Right now there are a binary crack for my application, and I thought I might make it a bit harder for the crackers by signing my assemblies...

So I read in MSDN about signing my assemblies with a strong name, but then I read that all the assemblies that the application calls need to be signed with the same private key...

This is a problem as I'm exposing a plug-in interface where people can make plug-in that the application loads at runtime.

If my program is signed with a strong name, does that mean that the plug-in's need to be signed with the same private key?
If it does it makes the whole strong-name thingy useless for me, as no one can develop plug-in's then...

Anyone out there that know more about this than me who can fill me in on it?

- Anders

Money talks, but all mine ever says is "Goodbye!"

ShotKeeper, my Photo Album / Organizer Application[^]

My Photos[^]


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.