About Assembly in .NET, types of assemblies, their
difference, How to register into GAC. How to generate the
strong names & its use ?

Answer Posted / kishore

.method private hidebysig static void Main(string[] args)
cil managed {
.entrypoint
.custom instance void [mscorlib]
System.STAThreadAttribute::.ctor() = ( 01 00 00 00 )
// Code size 11 (0xb)
.maxstack 1
IL_0000: ldstr "Hello World"
IL_0005: call void [mscorlib]
System.Console::WriteLine(string)
IL_000a: ret } // end of method Class1::Main

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

623


How can I return string result from action in asp.net mvc?

564


What is managed extensibility framework?

555


How does work clr?

529


What is entity framework used for?

519






What is the use .Glimpse in ASP.Net MVC

573


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

583


How we can handle the exception at controller level in ASP.Net MVC?

567


What is the use of the default route?

599


What is meant by tempdata in mvc?

535


What does a viewmodel do?

521


What is route config?

555


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

1972


What is the difference between partial and renderpartial?

493


Is it possible to create a custom filter?

561