J
Jeffry van de Vuurst
Hi there,
I'm wondering what the recommended way is, strong naming an application or
not? Let's say I have a mobile application with all local dll's, no GAC
involved. I saw in performance sessions that a strong name affects
performance. Also, if I'm correct, the Compact Framework doesn't have the
code access security features that could profit from a strong name (e.g.
only an assembly with strong name "x" can call method "y"). So, if you don't
need the GAC, why would I use a strong name? And, is the performance penalty
worth the effort to remove the strong name or is it negligible?
Thanks for your insights.
I'm wondering what the recommended way is, strong naming an application or
not? Let's say I have a mobile application with all local dll's, no GAC
involved. I saw in performance sessions that a strong name affects
performance. Also, if I'm correct, the Compact Framework doesn't have the
code access security features that could profit from a strong name (e.g.
only an assembly with strong name "x" can call method "y"). So, if you don't
need the GAC, why would I use a strong name? And, is the performance penalty
worth the effort to remove the strong name or is it negligible?
Thanks for your insights.