C# .NET - Microsoft Intermediate Language
Asked By Sri R.S.R
04-Nov-05 02:11 AM
what is Microsoft Intermediate Language ?
Intermediate language
hi,
MSIL was designed to support C, C++, C#, Visual Basic, Cobol,
Perl, Fortran and many other languages.
Microsoft discusses about msil in detail in the following link:
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03k1.asp
Regards,
Suneetha
MSIL
Microsoft Intermediate Language (MSIL)
MSIL is the CPU-independent instruction set into which .NET Framework programs are compiled. It contains instructions for loading, storing, initializing, and calling methods on objects. Combined with metadata and the common type system, MSIL allows for true cross-language integration. Before code can be executed, MSIL must be converted to CPU-specific code by a JIT compilers. Because the runtime supplies one or more JIT compilers for each computer architecture it supports, the same set of MSIL can be JIT-compiled and executed on any supported architecture.

Mixed language programming: C++, C# and Perl .NET Framework I have a perl script that, as part of its execution stream, invokes a commandline program written in C++, and a C# program that uses .NET and which is deployable over the web. The question is, can the C# program invoke the other programs (e.g. using the current equivalent of the old C / perl function 'system'), or can the C++ code be recompiled using VC++ and linked into the C# program, and what, then, to do with the perl code (the C++ program is basically the data layer and the perl code provides the presentation layer: the output from which is an HTML file and a
net talking to ruby or perl .NET Framework Hi there, Is it possible to have .net application talk to and interact with a ruby or perl application (either on the same machine or separate ones) ?. Could Remoting / WCF be used to i would guess would involve more overhead than WCF). In this scenerio assume that the .net app is the client and the perl / ruby app is the server. Thanks for your help. - - Eps C# Discussions Perl (1) Ruby
Sending email attachments via ASP.net .NET Framework Good idea? Bad? I have a client that has a bunch of random legacy perl scripts on their site for their various contact forms. They want everything converted to asp.net One of their forms allows a person to upload an attachment and have it emailed want the automatic attachment as an email method. Is that doable / viable / suggested? -darrel ASP.NET Discussions FileUpload (1) Attachments (1) Sure it's "doable". Provide a FileUpload control, and when com http: / / petesbloggerama.blogspot.com http: / / www.blogmetafinder.com keywords: Sending, email, attachments, via, ASP.net description: Good idea Bad I have a client that has a bunch of random legacy perl scripts on their site for their various contact forms. They want everything conver
Map network drive for user using VB / ASP.NET .NET Framework Hello, I'm trying to create an admin page that can run miscellaneous scripts for If so, can someone point me in the right direction? Thank you, Brian Nicholson ASP.NET Discussions ASP.NET (1) IIS (1) VB (1) Computer (1) Visual (1) Map (1) MapNetworkDrive (1) VBScript (1) Not natively through ASP.NET, for fairly obvious security reasons - remember that web app cannot have any direct interaction with look at something like a custom ActiveX control - can't recommend it. . . - - Mark Rae ASP.NET MVP http: / / www.markrae.net If you get to Technet as well as elsewhere you will learn about PowerShell which
Building Forms Without ASP.net .NET Framework I am building a site in EW2 for a host that does not offer ASP.NET. What are some good options for building forms (e.g. for event registration, etc.) and PHP a good choice? Thanks, Alex Expression Web Designer Discussions MySQL (1) Ruby (1) ASP.NET (1) Database (1) GregoryBeamer (1) Huggins (1) Hanscom (1) Beamer (1) Yes - it is an although i would lean towards Ruby on Rails. PHP will work better with Expression, however. PERL or PYTHON (or even C++) using CGI are also possibilities, but overall outdated. - - Gregory A for me. I appreciate the help and the links! Alex keywords: Building, Forms, Without, ASP.net description: I am building a site in EW2 for a host that does not offer ASP.NET. What are some good options for building forms (e.g. for event registration, etc.) and