Prepare for your Next Interview
This is a discussion on Different objects of a .NET framework? within the VB.NET forums, part of the Software Development category; What are the different objects of a .NET framework? What is the output of the JIT called? The output is .EXE but is there any specific name for it?...
|
|||
|
Different objects of a .NET framework?
What are the different objects of a .NET framework?
What is the output of the JIT called? The output is .EXE but is there any specific name for it? |
| Sponsored Links |
|
|||
|
Re: Different objects of a .NET framework?
The question about objects is a bit too open-ended for a definite answer or we are using different terminology.
But regarding the output, typically .NET executables or binaries are referred as "Assemblies". However, they are not the output result of the JIT, but a compiler. I would imagine that the output result of the JIT is just machine language opcodes in memory, not anything visible on the hard drive. |
|
|||
|
Re: Different objects of a .NET framework?
What is the output of the JIT called? The output is .EXE but is there any specific name for it?
I think,it is the Native code which is cpu dependent code and get executed under the CLR. |
|
|||
|
Re: Different objects of a .NET framework?
out put of JIT is Native Machine Code
look At the Process Source Code ---->Compiled---->MSIL ------->CLR---Pass MSIL to JIT----> JIT convert MSIL into Native Machine Code |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| testing Framework | anuradha162 | Testing Frameworks | 21 | 04-23-2008 07:53 AM |
| Should I get any Add-On to use .Net Framework | Geek_Guest | QTP | 4 | 02-19-2008 06:43 AM |
| How to develop a framework in vb.net | mukeshlaata | VB.NET | 0 | 04-06-2007 09:37 AM |
| What is .NET Framework Architecture | GeekAdmin | VB.NET | 0 | 05-16-2006 12:30 PM |