Many talented C++ programmers still think that calling Web services from C++ is difficult. Tom Archer illustrates that using the .NET XmlTextReader and XmlDocument classes make this task a snap.
Articles Written by Tom Archer - MSFT
MFC and .NET: Why ShellExecute Isn't Dependable and How to Work Around It
Tom Archer explains the low-level details of why the ShellExecute function isn't dependable in a mixed-mode application. He then offers a couple of workarounds to this limitation.
Converting Between MFC/C++ and .NET Types
Converting between types is frequently a sticking point for coders new to mixing MFC and .NET. Tom Archer illustrates some basic conversions that will help you should you get stuck in a painful series of compiler error messages about type mismatches.
Specifying Managed Arrays as Function Parameters in C++
Tom Archer illustrates the basics of defining functions with Managed Extensions C++ that receive and return arrays. He also provides a helpful set of macros and typedefs that make this task much more intuitive and error-free.
Date Validation Using the .NET Globalization Classes
Sometimes the answer to a common problem is very easy once you know where to look. In this week's installment of the ".NET Tips & Techniques" column, learn how the Globalization classes can make validating any date format a snap.
Saving Rich Edit Control Text to SQL Server
Allowing users to enter formatted text is a great addition to any user interface. In this article, Tom Archer shows you how to save the user's formatted text to a SQL Server database.
