[an error occurred while processing this directive]
A Two-Way Requirements Verification Process during Design Phase This article will demonstrate a simple technique, "A Two-Way Requirements verification process", which reinforces the most critical connection point of any methodology: the transition between functional design or requirement sign off and the beginning of the technical design by the technical team. Using NetBeans to Develop a JavaFX Desktop Application NetBeans 6.5 for JavaFX 1.0 is an elegant tool for developing JavaFX projects. Learn how to develop a complete JavaFX project using the NetBeans support and various JavaFX classes. Going Parallel with the Task Parallel Library and PLINQ With more and more computers using a multi-core processor, the free lunch of increased clock speeds and the inherent performance gains are over. Software developers must instead make sure their applications take use of all the cores available in an efficient manner. New features in .NET 4.0 mean that managed code developers too can join the party. Performance Improvement: Understanding The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong. Browser Compatibility Development Guide Do you have defined practices to ensure your website renders and operates properly on your users preferred browsers? If not, do you realize you may be losing customers and partners as a result? This guide for browser compatibility development provides you with the information you need to start or enhance your browser compatibility development practice.
Latest Visual C++ / C++ Articles
TIP: Utilizing Solutions and Projects in VS 2005 Swee Mok - 06/22/2009 Discover how to use separate projects within a solution to reduce confusion when you have imported code mixed with your new code.
Parallel Lint Andrey Karpov - 06/15/2009 Understand the new direction in development of static code analyzers - verification of parallel programs. The article reviews several static analyzers which can claim to be called "Parallel Lint".
By Chad Campbell -
Take a look at the out of browser support feature in Silverlight 3, and see how it can help you build to build smarter clients
and overcome some of the challenges associated with click
once technology.
CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!
State Management : Native Parallel Programming for Visual C++ Nick Wienholt - 06/02/2009 Visual C++ 2010 includes a number of new features for preventing data inconsistencies due to simultaneous updates of memory locations - a key challenge in parallel development.
Hottest Forum Q&A on CodeGuru for the week of April 25th, 2004 Sonu Kapoor - 05/04/2004 This week's topics include the usage of WM_NULL, whether a Machine ID for copy protection purposes exists, whether there is any range for WM_XXX messages that someone could use without having any troubles with the Windows message handlers, and how can a person validate a auto_ptr?