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
Can any particular component of .net framework 3.0 be removed?
What is .net architecture?
what is entity framework advantage?
Can I remove .net framework?
what is use of entity container?
mention in what all scenarios entity framework can be applicable?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is razor code?
What is connected scenario? : Entity framework
Is .net core replacing .net framework?
What is an asynchronous controller in asp.net mvc?
How we can register the Area in ASP.Net MVC?
Does .NET Framework support SAX?
What is managed extensibility framework?
What is Area in ASP.Net MVC?