C++/CLI: Managed Development with C++
Rating: 




Nick Wienholt - 10/06/2008
Replacing the cumbersome and confusing Managed Extensions for C++ that shipped with Visual C++ 2002 and 2003, C++/CLI is a standardized set of C++ language extensions that allows developers to write managed code that executes on top of the .NET Framework.Exporting .NET DLLs with Visual Studio 2005 to be Consumed by Native Applications
Rating: 




Sogartar - 01/22/2008
Learn how to create a DLL, implementing the Stdcall calling convention. This DLL wraps a .NET DLL, which then is imported in MetaTrader 4 through the wrapper.
Search Entire Directories for Specified Files with Managed C++
Rating: 




Tom Archer - MSFT - 04/22/2005
Tom Archer presents a generic Managed C++ function that searches a directory hierarchy for all instances of a specified file name, utilizing the .NET DirectoryInfo and FileInfo classes.
Managed Extensions: Combining IEnumerable and IEnumerator
Rating: 




Tom Archer - MSFT - 09/02/2004
In some situations, it is beneficial to have a single class implement two interfaces. Tom Archer illustrates this technique and explains when you would want to use it.
Comparing .NET Generics and C++ Templates
Rating: 




Brent Rector - 06/15/2004
Evaluate a number of the ways in which .NET generics differ from C++ templates.
Versioning Serialized Files with Managed C++
Rating: 




Tom Archer - MSFT - 05/26/2004
Learn about a step-by-step technique for versioning your serialized files so that your application can handle current and older file formats, as well as properly deal with situations where the application is older than the file format being read.
Using Timers in a Windows Service
Rating: 




Mark Strawmyer - 04/05/2004
Learn how to create a Windows Service that takes an action on a scheduled interval by using classes in the System.ServiceProcess.ServiceBase and System.Timers namespaces, among others.
Writing a Windows Service in Managed C++
Rating: 




Kate Gregory - 12/29/2003
For years, writing a service meant writing in Visual C++. Well, now you can learn how they are super easy to make in Managed C++ as well as VB .NET or C#!
