Prev: Syntax error when running SQL Insert query
Next: im
From: Robert on 10 Mar 2010 05:29 Hello, Newbie's question : what is the meaning of "Strong Name" that we meet often now ? Thanks for your explanations.
From: Mr. Arnold on 10 Mar 2010 07:21 Robert wrote: > Hello, > > Newbie's question : what is the meaning of "Strong Name" that we meet often > now ? > Thanks for your explanations. > http://msdn.microsoft.com/en-us/library/wd40t7ad.aspx
From: Scott M. on 10 Mar 2010 11:17 An assembly that's has a strong name, simply means that the assembly has been digitally signed for security purposes. The assembly has been given an alternative name for security identification purposes, in other words, the name is stronger than just "HelloWorld" or whatever you named your project. -Scott "Robert" <robert(a)libre.gaulle> wrote in message news:OjgLQyDwKHA.3536(a)TK2MSFTNGP06.phx.gbl... > Hello, > > Newbie's question : what is the meaning of "Strong Name" that we meet > often now ? > Thanks for your explanations. > > > >
From: Robert on 11 Mar 2010 03:58 Thanks a lot, both of you! "Scott M." <s-mar(a)nospam.nospam> a �crit dans le message de news: uu%236B0GwKHA.3564(a)TK2MSFTNGP05.phx.gbl... > An assembly that's has a strong name, simply means that the assembly has > been digitally signed for security purposes. The assembly has been given > an alternative name for security identification purposes, in other words, > the name is stronger than just "HelloWorld" or whatever you named your > project. > > -Scott > > > "Robert" <robert(a)libre.gaulle> wrote in message > news:OjgLQyDwKHA.3536(a)TK2MSFTNGP06.phx.gbl... >> Hello, >> >> Newbie's question : what is the meaning of "Strong Name" that we meet >> often now ? >> Thanks for your explanations. >> >> >> >> > >
|
Pages: 1 Prev: Syntax error when running SQL Insert query Next: im |