Geeks Talk

Prepare for your Next Interview




Different objects of a .NET framework?

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?...


Go Back   Geeks Talk > Software Development > VB.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-18-2007
Contributing Member
 
Join Date: Apr 2007
Location: Bangalore
Posts: 44
Thanks: 6
Thanked 7 Times in 6 Posts
prakash.kudrekar is on a distinguished road
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?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-25-2007
Junior Member
 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Portorp is on a distinguished road
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.
Reply With Quote
  #3 (permalink)  
Old 09-25-2007
Junior Member
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
meghu123 is on a distinguished road
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.
Reply With Quote
  #4 (permalink)  
Old 09-26-2007
Junior Member
 
Join Date: Dec 2006
Location: bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
rohit1 is on a distinguished road
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
Reply With Quote
Reply

  Geeks Talk > Software Development > VB.NET


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 05:16 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved