|
|
|
|
Managed code is computer program code that executes under the management of a virtual machine, unlike unmanaged code, which is executed directly by the computer's CPU. http://en.wikipedia.org/wiki/Managed_code
Recently I have been working on pulling together some background information and I thought I'd share it here. I certainly don't claim any of this is news, but at least google will ... http://blogs.msdn.com/brada/archive/2004/01/09/48925.aspx
Microsoft Visual Studio 2005 provides the option of developing applications in managed code using Visual C# or Visual Basic .NET. Managed code makes use of the rich set of classes ... http://msdn.microsoft.com/en-us/library/bb158547.aspx
Compilers and tools expose the runtime's functionality and enable you to write code that benefits from this managed execution environment. Code that you develop with a language ... http://msdn.microsoft.com/en-us/library/ddk909ch.aspx
Managed Code CustomActions, no support on the way and here's why. I was recently pinged by a triumvirate of individuals asking me about using managed code to write CustomActions ... http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActions-no-support-on-the-way-and-heres.aspx
|
|
|