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 use of web api ? Why web api needed, if you have already restful services using wcf ?
what is client wins and store wins mode in entity framework concurrency?
Explain how you can send the result back in JSON format in MVC?
Can you explain renderbody and renderpage in mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
how can you enhance the performance of entity framework?
What is mapping in entity framework? : Entity framework
Explain how to use multiple submit buttons in ASP.Net MVC?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Which are the important namespaces used in mvc?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is dapper faster than entity framework?
what is csdl?
What are non action methods in mvc?
How does the .net framework 3.0 relate to the .net framework 2.0?