Slide 8
Slide 8 text
Programming Language Buffet
●Because of the CLS, many different languages have been
built to run on the CLR
●Some examples:
○C#, C++/CLI, VB.NET, F#, IronPython, IronRuby,
Powershell
●It is not uncommon to build different parts of a single
application in different languages, based on requirements
●You can even use multiple languages to build a single library
(DLL)