Answer Posted / lokendra khandelwal
The way language compilers handle types with regard to the
bytes occupied, sign-bit handling, storage place (register,
far or near) are almost proprietory of that language. When
more than one language comes to a single platform ( for eg.
DotNet) where a Intermediate Language code is compiled based
on the input language and executable code is compiled just
in time, these proprietory has to adjusted to the most
common practices amongst all participating languages. This
eliminates certain strong and professional handling of types
by individual language compilers but makes language platform
independent that is run by Common Language RunTime (CLR)
like executors.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Which object encapsulates state or data of a user?
Which .NET framework supports Web API?
How to set the pane area to transparent of a scrollPane component.?
What is http post action?
Which method is used to force all the validation controls to run?
Differentiate between file-based dependency and key-based dependency.
What is the difference between dynamic SGA and static SGA?
What does mvc represent in asp.net? : asp.net mvc
Explain repository pattern in asp.net mvc? : asp.net mvc
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is autopostback in asp net?
What is difference between viewstate and session state in javascript?
i want the asp.net technical questions and answeres
Explain about consistent programming model in the .NET framework?