Previous Section   Next Section

Hour 6. Integrating with Other .NET Languages

One of the most useful features of the .NET Framework is the ability to write code in a wide range of languages and bring it all together in a seamless fashion. Additionally, Visual C++ .NET can bridge the gap to unmanaged code and make it usable within other .NET languages.

In this hour, you will learn how to integrate with other .NET languages by building a simple application that uses Visual Basic, C#, and both managed and unmanaged Visual C++.

Specifically, in this hour you will learn:


  Previous Section   Next Section
Top