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...


What is delay signing..??



What is delay signing..??..

Answer / shailesh kumar

For deploying the assembly we required the strong name.For
security point of view strong name should not visible to
all programmer.Thats why we use the delay signing.so that
at the deployment time strong name will be not required.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How main method is called in c#?

0 Answers  


Which is faster dictionary or list?

0 Answers  


Are c# objects passed by reference?

0 Answers  


Is c# and .net same?

0 Answers  


About delegates and events?

2 Answers   ADITI,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


What is difference between Convert.ToString(variable) and variable.ToString()

4 Answers   Mascon,


What is the use of static abstract class

5 Answers   Karur Vysya Bank KVB, Target,


If a method's return type is void, can you use a return keyword in the method?

0 Answers  


What is super class in c#?

0 Answers  


What are the differences between events and delegates in c#?

0 Answers  


What's the difference between a static method and a non static method c#?

0 Answers  


Categories