[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 .NET / C# Articles
Introducing the Entity Framework Mark Strawmyer - 07/02/2009 The Entity Framework provides a .NET class-based model of a data store, letting you query the model with LINQ, while the model do the background grunt work of contacting the data store to add, update, or delete data.
Using the Task Parallel Library and PLINQ to Go Parallel Jani Järvinen - 06/30/2009 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.
Using Team Build to Build Database Projects Manning Publications - 06/23/2009 Customize the Team Build project file to automatically deploy the database build script to a target database.
Code Contracts in .NET Marius Bancila - 06/05/2009 This article introduces code contracts that specify statements in .NET programs that must prove valid.
Codeguru Forum Search Accelerator for IE 8 kirants - 05/21/2009 Learn how to write an accelerator for IE 8 to perform quick simple tasks, taking Codeguru Forums Search as an example.
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!
Introducing the Entity Framework Mark Strawmyer - 07/02/2009 The Entity Framework provides a .NET class-based model of a data store, letting you query the model with LINQ, while the model do the background grunt work of contacting the data store to add, update, or delete data.