Netting C++: Resouce Cleanup 07 Jul 2006 20:26 GMTIn his last column, Stan Lippman did not consider the visibility of types and nondeterministic finalization in writing his TQL wrapper code. This month he rewrites the code.
Source: MSDN Security Briefs: Security in WCF 07 Jul 2006 20:21 GMTWindows Communication Foundation provides three major protections— confidentiality, integrity, and authentication. This month Keith Brown explains what they can do for you.
Source: MSDN Service Station: Serialization in WCF 07 Jul 2006 20:16 GMTWindows Communication Foundation supports several serialization mechanisms and provides a simple, interoperable foundation for future service-oriented applications. Here Aaron Skonnard explains it all.
Source: MSDN Design Patterns: Model View Presenter 07 Jul 2006 20:08 GMTThe Model View Presenter (MVP) pattern helps you separate your logic and keep your UI layer free of clutter. This article will show you how.
Source: MSDN Cutting Edge: All About Enums 07 Jul 2006 20:03 GMTDino Esposito reviews the basics of enumeration types and their implementation in the Microsoft .NET Framework.
Source: MSDN XLinq Part 1: Classes and Methods 06 Jul 2006 22:45 GMTXLinq, one of a set of extensions to .NET languages, improves on the XML DOM in both flexibility and expressive power. This article series shows you how to take advantage of XLinq in your own applications.
Source: DevX