Achieve more flexibility and decoupling through the use of dependency injection.
Latest Silverlight Articles
Accessing Flickr Using .NET
Learn how to search for keywords in a command line app on Flickr.
Working with Observable Collections in Silverlight
Joydip Kanjilal shows you how to take advantage of Observable Collections and Silverlight to display live data.
Top 10 Best Features in Silverlight 5
Leverage the new features in Silverlight 5 to design and develop powerful LOB applications with intuitive user interfaces.
What You Need to Know When Selecting a Grid
One of the most common misconceptions is the notion that a grid is a grid. In reality, there are several different types of grids and choosing the right one for your needs can help save substantial time and effort. Choosing the wrong grid can result in tremendous effort to make it work the way you need, which is quite frustrating. Daniel Jebaraj looks at the different types of grids and the ways in which they are typically used.
Logician: A Table-based Rules Engine Suite In C++/.NET/JavaScript using XML
Overview of a cross-platform spreadsheet-based rules engine with algorithms implemented in C++ and JavaScript, and wrappers to C#/.NET/Silverlight, Flash, and Mobile Platforms(via PhoneGap).
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.