Jeff Waugh wrote:
At some stage, we will definitely want tosorry I haven't heard that term before... what is 'managed code' and what can it do for me?
start using managed code (Python, Java, Mono, whatever) in GNOME "official"
software releases...
"Managed code" is the Microsoft .NET term for code which runs in the .NET virtual machine. It's managed in the sense that you can't do your own memory allocation / deallocation (it's garbage collected), and you have a fairly configurable security framework imposed upon you.
Microsoft seems to have a penchant for making up new terminology as frequently as possible. Another example is "Service Orientated Architecute", which means that your application uses Web Services, which means it uses some form of XML RPC.
Cheers, Mikal
--
Michael Still ([EMAIL PROTECTED]) | "All my life I've had one dream, http://www.stillhq.com | to achieve my many goals" UTC + 11 | -- Homer Simpson -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
