Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How is a strongly-named assembly different from one that isn’t strongly-named?



How is a strongly-named assembly different from one that isn’t strongly-named?..

Answer / Mohd Waseem Akram

A strongly-named assembly in .NET has an associated strong name, which consists of a public key token, the simple name (the name of the assembly), and the version number. Strongly-named assemblies provide stronger security and versioning guarantees compared to non-strongly-named assemblies. They can be installed into the Global Assembly Cache (GAC) and used by multiple applications without fear of conflicts or unauthorized modifications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is default boolean value in c#?

1 Answers  


How do you inherit from a class in C#?

1 Answers  


Why should I use interface in c#?

1 Answers  


What is the benefit of dependency injection c#?

1 Answers  


Is it possible to have different access modifiers on the get/set methods of a property?

1 Answers  


What are the types of delegates in c#?

1 Answers  


What is difference between asp net and c# net?

1 Answers  


Is comparator a functional interface?

1 Answers  


What is the difference between finalize() and dispose() methods?

1 Answers  


What is assembly and dll in c#?

1 Answers  


What is the difference between these statements obj=null and obj.dispose()

4 Answers   Fulcrum Logic,


Explain dataadapter.update method in .net?

1 Answers  


Categories