Joydip Kanjilal shows you how to take advantage of Observable Collections and Silverlight to display live data.
Latest Silverlight Articles
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).
How to Ingest an RSS Feed in Silverlight
This article shows you how to consume an RSS feed in Silverlight and discusses fetching the results and binding them onto the Silverlight DataGrid.
Introduction to the Silverlight Print Option
Arun Karthick discusses how to implement the print option, which is bundled along with the 4.0 version of Silverlight SDK, in a Silverlight application.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

LINQ to Objects Refresher
LINQ is not only for database access; it’s useful in all manner of scenarios. Read this quick refresher to learn more.

Creating a Simple User Control with Visual Basic
Discover how versatile and easy User Controls are to develop with VB.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.