Overview of C
From WorkCDN
Overview of C# Integration with Legacy Project
Since many companies and devleopers have older C (Win32) or C++ (MFC) projects (myself included) it may not be cost effective to re-write your large project in C#. These set of tutorials will explain how you can keep your legacy C/C++ project while expanding the project to C#. This is a process I have used for two different companies, opening up possibilities for new and updated technology.
It is a rather simple process with huge return. We will first examine preparations you need to make. Preparing the C# integration will require some updates to your project settings in Visual Studio allowing your current C/C++ project to take advantage of the Common Language Runtime (CLR). Once the project settings are made, you can then begin accessing your C# classes.
