Why Strong Naming?
When I need It?
RegardsStrong naming an assembly means someone can't go into your assembly and
modify it. In other words, someone can't hack it, put a trojan in it and
make it look like it's ur doing.
In my opinion you'd do it when you are shipping a product or even more so a
component/library. If you are doing internal developement (enterprise
development) or you are shipping to a single client (contract work) it
becomes less important. Of course, it barely takes any time...
Karl
MY ASP.Net tutorials
http://www.openmymind.net/
http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!
"Raed Sawalha" <RaedSawalha@.discussions.microsoft.com> wrote in message
news:C299AF7D-A09E-4514-9036-42874803C7ED@.microsoft.com...
>I have following question:
> Why Strong Naming?
> When I need It?
> Regards
> If you are doing internal developement (enterprise development) or you
> are shipping to a single client (contract work) it becomes less important.
> Of course, it barely takes any time...
In fact, it's better to NOT use the GAC for this type of thing generally, as
it makes it a pain in the butt to make changes and update them. For example,
in our system, we make changes on a w

stuff is safely behind a firewall, and other security systems, there's no
need to go to the trouble.
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
I'd rather be a hammer than a nail.
"Karl Seguin" <karl REMOVE @. REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:uW90zLpwFHA.2792@.tk2msftngp13.phx.gbl...
> Strong naming an assembly means someone can't go into your assembly and
> modify it. In other words, someone can't hack it, put a trojan in it and
> make it look like it's ur doing.
> In my opinion you'd do it when you are shipping a product or even more so
> a component/library. If you are doing internal developement (enterprise
> development) or you are shipping to a single client (contract work) it
> becomes less important. Of course, it barely takes any time...
> Karl
> --
> MY ASP.Net tutorials
> http://www.openmymind.net/
> http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!
>
> "Raed Sawalha" <RaedSawalha@.discussions.microsoft.com> wrote in message
> news:C299AF7D-A09E-4514-9036-42874803C7ED@.microsoft.com...
>
0 comments:
Post a Comment