Website of Markus Griesser


C# and the .NET Framework



Here is an overview of articles related to the .NET world. No tutorial or beginners guide, but solutions to tricky problems I faced during my work or my private projects. I am often stumbling over difficult things, where even google is helpless. To go through billions of newsgroups and forums is not always that funny. So, if I figure out how to fix something, than you will find it here...

An important task for me is connection an "old" C++ project with .NET. I have written a sample application and a TODO-List to get things done. Currently I have not completed all my tasks, but the main interface and some interacting functions from C++ to C# and vice versa are working.

For information on calling unmanaged (C++) code in C# go here
For information on calling C# in C++ go here
For information on passing data between managed and unmanaged code here
For information on translating a c# project here


The sourcecode for the connection is available via the projects-section.