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
What is the significance of nonactionattribute?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is orm entity framework?
What is domain class model?
What is display mode in mvc?
What is the mvc pattern (model view controller pattern)?
What is mvc entity framework?
what is lazy loading in entity framework?
What are the advantages of mvc over asp.net?
explain what is ado.net entity framework?
what is minimum requirement for entity framework applications to run?
What is NonActionAttribute ?
Which .net framework is installed?
Why to use Html.Partial in ASP.Net MVC?
Explain representational state transfer (rest) in detail?