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
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is managed extensibility framework?
What is .net framework used for?
what do you mean by table-per-type?
How do I use partial view?
Can I add mvc testcases in visual studio express?
What is poco proxy? : Entity framework
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
what is eager loading?
what is split entity?
What is ViewData and TempData in ASP.Net MVC?
Is it possible to share a view across multiple controllers?
What is Attribute Routing in ASP.Net MVC?
What is the use of the default route?
Explain what platforms does the .net framework run on?