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

Explain the new features added in version 4 of mvc (mvc4)?

543


Explain the use of Inversion of control (IOC)?

605


What is asp net framework?

518


Can I add mvc testcases in visual studio express?

596


what is msl?

632






What is stateless model?

514


Define the core components of an ASP.NET MVC application?

581


how can you tell ef to have a different table or column name than that defined for the class?

580


What is entity graph? : Entity framework

534


What is renderbody?

549


what is entity framework advantage?

629


What is the significance of nonactionattribute?

588


What are actions in asp.net mvc?

577


what is csdl?

591


How to Create an Intranet Site Using ASP.NET MVC?

596