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 are the components required to create a route in ASP.Net MVC?
What are the Core features of ASP.NET MVC?
What is the use .Glimpse in ASP.Net MVC
Explain linq to entities? : Entity framework
Explain peek method in tempdata in asp.net mvc?
mention what is csdl, ssdl and msl sections in an edmx file?
Is razor a server side?
What is separation of concerns in asp.net mvc?
What is the advantage of using asp.net routing?
Briefly describe the roles of clr in .net framework?
What is connected scenario? : Entity framework
Explain the request flow in asp.net mvc framework?
Can any particular component of .net framework 3.0 be removed?
What are the sub types of ActionResult?
What is meant by tempdata in mvc?