Skip to content

TechXcel.com - provides technical excellence...

Narrow screen resolution Wide screen resolution Increase font size Decrease font size Default font size default color orange color green color
You are here: Home
Explain Microsoft intermediate language (MSIL) Assembler?
(0 votes)
Written by Chetankumar Akarte   
Monday, 04 June 2007

Explain Microsoft intermediate language (MSIL) Assembler?

MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates a portable executable (PE) file from MSIL assembly language. You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected.

Read more...
 
What is Microsoft intermediate language (MSIL)?
(0 votes)
Written by Chetankumar Akarte   
Monday, 04 June 2007

What is Microsoft intermediate language (MSIL)?

Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.

Read more...
 
What functions an assembly performs?
(0 votes)
Written by Chetankumar Akarte   
Monday, 04 June 2007

What functions an assembly performs?

An assembly performs the following functions:

  • It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly manifest. Note that each assembly can have only one entry point (that is, DllMain, WinMain, or Main).

Read more...
 
What is .NET assembly?
(0 votes)
Written by Chetankumar Akarte   
Monday, 04 June 2007

What is .NET assembly?

Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.

Read more...
 
What are the Benefits of Metadata?
(1 vote)
Written by Chetankumar Akarte   
Monday, 04 June 2007

What are the Benefits of Metadata?

Metadata provides the following major benefits:

  • Self-describing files – Common language runtime modules and assemblies are self-describing. A module's metadata contains everything needed to interact with another module. Metadata automatically provides the functionality of IDL in COM, allowing you to use one file for both definition and implementation. Runtime modules and assemblies do not even require registration with the operating system. As a result, the descriptions used by the runtime always reflect the actual code in your compiled file, which increases application reliability.

Last Updated ( Monday, 04 June 2007 )
Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Results 11 - 15 of 56

Who's Online

We have 2 guests online

User Login

PayPal Donation

Enter Amount:

Syndicate

TechXcel's Friends

Tutorials Garden
Wicolorz
pixel2life

Text Link Add

Statistics

Members: 262
News: 60
Web Links: 6
Visitors: 269746

Google Seach

Google AdSense

TechXcel Referrals

TechXcel's Sponcer...