Data Access

Making Your MySQL Tables More Effecient By Using Correct Fieldtypes

One of the biggest mistakes of today's fledgling MySQL programmers is their field type definitions, also known as data type or column type. Many are too quick...

1 replies - 5254 views - 12/02/08 by Mike Bernat in News

Overview of Databinding in Silverlight

The goal the below code is to bind data using XAML.  So, for the example I used MLB Pitching stats for 2008, created a Pitcher object, then a...

0 replies - 2025 views - 10/09/08 by cschuman in News

How adding another table to JOIN can improve performance

JOINs are expensive and it most typical the fewer tables (for the same database) you join the better performance you will get. As for any rules there are...

1 replies - 3647 views - 08/14/08 by Schalk Neethling in News