[an error occurred while processing this directive]
Math for Java Game Programmers, Getting Started with the Vector Dot Product Learn the fundamentals of the vector dot product in both 2D and 3D. Discover how to update your game-math library to support various aspects of the vector dot product. And lastly, see how to write 2D and 3D programs that use the vector dot product methods in the game-math library. C++/CLI: Managed Development with C++ Replacing the cumbersome and confusing Managed Extensions for C++ that shipped with Visual C++ 2002 and 2003, C++/CLI is a standardized set of C++ language extensions that allows developers to write managed code that executes on top of the .NET Framework. .NET Tip: Using a Nullable Value Type Discover how to use nullable types when retrieving data from your database. Deploying and Configuring SQL Server Integration Services Packages Without the Wizard Ever get confused by or dislike using the SQL Server Integration Services deployment wizard? Learn how to manually deploy the packages to SQL Server 2005 and configure the packages in a multitude of ways as well. Improving Portal Page Load Performance Portals provide users with access to more applications from a single point of entry, but if it takes too long to get in,, they will go elsewhere. Learn specific techniques to improve page load time and track down what is slowing your pages down.
Latest .NET / C# Articles
C++/CLI: Managed Development with C++ Nick Wienholt - 10/06/2008 Replacing the cumbersome and confusing Managed Extensions for C++ that shipped with Visual C++ 2002 and 2003, C++/CLI is a standardized set of C++ language extensions that allows developers to write managed code that executes on top of the .NET Framework.
Getting Up and Running with the Composite UI Application Block for WPF Jani Järvinen - 09/29/2008 Building small applications from scratch is easy enough with almost any available programming technology. However, if you are assigned the task to build large applications and have the requirement to re-use code either now or tomorrow, you need to be a lot more careful. Microsoft has ready-made patterns that help you build complex Windows Presentation Foundation applications with reusability and componentized design in mind.
Creating a Most Recents Menu Item with the MenuStrip Paul Kimmel - 09/24/2008 The MenuStrip and ToolStripMenuItem are a little harder to use than the Menu from earlier versions of VB. Walk through exercises using the MenuStrip, ToolStrip, and the Command behavior pattern to encapsulate a Recents menu for your applications that operate on files.
Using ASP.NET Master Pages for Consistent Site Design Jacob J. Sanford - 09/17/2008 Wrox author Jacob J. Sanford walks through the essentials of creating ASP.NET master pages to consistently format the design of your pages around your different dynamic content placeholders.
By Jeffrey Juday -
See how Microsoft Visual Studio 2008 Team System - Database Edition makes creating and using database functionality easy for .NET developers!
By Jeffrey Juday -
Using the Microsoft System Center Operations Manager Author Console learn how develop a management pack to accompany your application.
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!
Dynamically Building Windows Presentation Foundation DataTemplates Jeffrey Juday - 09/15/2008 Discover how to use the XamlReader to dynamically create a Datatemplate. Then, see how you can bind to a Dataset and display the data in a ListView control (via a sample application pointing to the Northwind database).
TIP: Solution for Hacking Through the Clipboard Abdul shakoor Saqib - 08/01/2006 You can lose private information from your Clipboard when you browse the Internet. Learn how to prevent that.