Answer Posted / sarat3884
MSIL :An intermediate language generated by compiler is
called MSIL. All .Net assemblies are represented in MSIL.
The main Advantage of using MSIL is it provides equal
performance for multiple language programming, as code is
compiled to native code.
Example: Performance of application developed in C# is
similar to VB.net or any other .Net compliant language that
is because of MSIL.
Common Type System CTS :A fundamental part of the .NET
Framework's Common Language Runtime (CLR), the CTS
specifies no particular syntax or keywords, but instead
defines a common set of types that can be used with many
different language syntaxes.
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What is a model in android?
what is entity sql?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What are the possible razor view extensions?
How route table is created in ASP.NET MVC?
Explain the difference between viewbag and viewdata in mvc?
What is the advantage of mvc?
Can we add constraints to the route? If yes, explain how we can do it?
What are Action Filters in ASP.NET MVC and its use?
Is .net framework 4.8 the last version?
Explain tempdata in mvc?
Can you explain renderbody and renderpage in asp.net mvc?
Is it possible to share a view across multiple controllers?
What is difference between Viewbag and Viewdata in ASP.NET MVC?