Newest Visual C++ Articles Native Parallel Programming for Visual C++: State Management By Nick Wienholt - Published 06/02/2009 Visual C++ 2010 includes a number of new features for preventing data inconsistencies due to simultaneous updates of memory locationsa key challenge in parallel development.
The New Parallel Processing Library: Native Parallel Programming for Visual C++ By Nick Wienholt - Published 05/11/2009 Visual C++ 10.0's new Parallel Pattern Library supplies methods to execute multiple processing tasks, across available processing resources, eliminating the headache of manually allocating task execution.
C++ Lambda Function Making Coding Easier By Nick Wienholt - Published 04/10/2009 Visual C++ 2010 with many of the new C++ 0x language features including Lambdas. Discover how lambda functions make C++ code easier to read and maintain, and explore the various techniques for writing them ships.
Highlighted Visual C++ Tutorials Microsoft .NET Glossary By Bradley L. Jones -
There is a ton of jargon surrounding .NET. Developer.com's glossary of .NET terms is here to help! Latest edition is Istanbul.
Microsoft .NET Glossary By Developer.com Staff -
There is a ton of jargon surrounding .NET. Developer.com's glossary of .NET terms is here to help! Latest edition is Istanbul.
Head-Spinning Interoperability between Managed and Native C++ By Kate Gregory -
Chances are, if you are using C++ and moving to .NET, you won't want to rewrite all your existing C++ code. Kate begins a series of articles on the various ways you can reuse old C++ code in new Managed C++ projects.
Multithreading in .NET Applications By Mark Strawmyer -
Multithreading is a powerful tool for creating high performance applications, especially those that require user interaction. In this article, you will explore multithreading with the .NET Framework as well as learn how multiple threads can be used to improve an application's user interface.
Microsoft Developer Certifications: What's Your Path? By Steve Rowe -
Learn if a Microsoft certification might be good for you. Learn if the Microsoft's MCAD, MCSD, MCDBA, and MCT certifications should be in your future.
Interop: A Look at Managed C++ By Jason Clark -
Interop features allow managed .NET code to interface with legacy unmanaged code. Now is your chance to learn about the forms of interop built into the .NET Framework Common Language Runtime.
.NET Remoting By Mark Strawmyer -
Remoting is a more efficient means than Web Services for allowing programs to interact. Learn how remoting differs from Web Services and other technologies. More importantly, learn how to implement remoting.
Implementing Simple Role-Based Security in Managed C++ By Kate Gregory -
With .NET, there's no excuse for skimping on security. When you build .NET applications, you get a lot of security code without writing it yourself. Kate presents the code you need to implement role based security using Managed C++.
Creating and Using a Web Service in Managed C++ By Kate Gregory -
Web Services are the talk of the day. If you want to learn how to create a Web Service with Managed C++, then now is your chance!