C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » .NET »

Strong Name


Posted Date: 24 Nov 2008      Posted By: MURUGESAN      Member Level: Silver     Points: 1   Responses: 177



What is Stong Name in c# with Example?




Responses

Author: Asal-2009    24 Nov 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 3

hi,
http://www.csharp411.com/tag/strong-name-key/
http://msdn.microsoft.com/en-us/library/w2kyay38(VS.80).aspx
http://bytes.com/forum/thread638136.html

i hope this may help u

G.Rajan
Happy New Year



Author: soniumesh    24 Nov 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 4

hi,

Watch this

->www.codeproject.com/KB/security/StrongNameExplained.aspx
->http://asp.dotnetheaven.com/howto/doc/strongname.aspx
->http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx
->http://msdn.microsoft.com/en-us/library/6f05ezxy(VS.71).aspx



Regard,
umesh

Regard,
umesh soni



Author: bob    24 Nov 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 1

TO AVOID NAMING CONFLICTION IN GAC WE GO FOR STRONG NAME


REGARDS
BOB



Author: Deepika Haridas    24 Nov 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 6

Strong Name (further referred to as "SN") is a technology introduced with the .NET platform and it brings many possibilities into .NET applications. But many .NET developers still see Strong Names as security enablers (which is very wrong!) and not as a technology uniquely identifying assemblies.

SNs don't require any third party (such as Verisign) to create signatures and manage public keys. Any developer can easily create and manage his keys (see chapter "Generate key pair with sn.exe tool" in my free book ".NET in Samples") without payment to any third party.
SNs can avoid network connections and PKI involvement so applications can run and be verified even when network connections are not available.

regards,
Deepika



Thanks & Regards,
Deepika
Editor

If U want to shine like a SUN..First U have to burn like the SUN!!
Need a Guide? Join my mentor program..



Author: Syed Shakeer Hussain     24 Nov 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 6

hi,
http://www.csharp411.com/tag/strong-name-key/
http://msdn.microsoft.com/en-us/library/w2kyay38(VS.80).aspx
http://bytes.com/forum/thread638136.html


->www.codeproject.com/KB/security/StrongNameExplained.aspx
->http://asp.dotnetheaven.com/howto/doc/strongname.aspx
->http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx
->http://msdn.microsoft.com/en-us/library/6f05ezxy(VS.71).aspx


Strong Name (further referred to as "SN") is a technology introduced with the .NET platform and it brings many possibilities into .NET applications. But many .NET developers still see Strong Names as security enablers (which is very wrong!) and not as a technology uniquely identifying assemblies.

SNs don't require any third party (such as Verisign) to create signatures and manage public keys. Any developer can easily create and manage his keys (see chapter "Generate key pair with sn.exe tool" in my free book ".NET in Samples") without payment to any third party.
SNs can avoid network connections and PKI involvement so applications can run and be verified even when network connections are not available.


Thanks & Regards!
Syed Shakeer Hussain



Author: Sravya    24 Nov 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 4

Strong name is combination of 4 things

1. Culture
2. Assembly name
3. Public key token
4. version.

This strong name is used to provide the uniqness for the assembly.
Which is used ot be place in GAC

this we can create by using

sn -k snkfile.snk



Author: Asal-2009    25 Nov 2008Member Level: DiamondRating: 2 out of 52 out of 5     Points: 1

HI uma,

this is waste of time...

if u do this,u life time will reduce.

G.Rajan
Happy New Year



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Please give the solution for this
Previous : How to do a mobile application? using smart devices or not?
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use