Columns


Unit Testing With VSTS2008

Mickey shows you a basic example of unit testing with Visual Studio Team System 2008. Part 1 of 3.

The Value of Known Entities

Since the birth of Visual Basic and Access, Microsoft has burned through a series of data-access APIs.

Letters

A reader responds to our August interview with Scott Guthrie, corporate VP of Microsoft's .NET Developer Platform group, about Silverlight 3.

Applying Model-View-View Model in Silverlight

Careful planning can help improve the manageability and quality of your next-generation Silverlight applications.

Windows 7: A Fresh Start

Windows 7 has gone RTM and seems poised undo much of the damage Windows Vista has wrought. Is it time to start developing for Windows 7?

Looking Ahead to C# 4.0: Optional and Named Parameters

Optional and named parameters were added to the C# language for COM and Office interoperability, but these features are actually useful in a variety of ways.

Cell Phone Buzz

When all you have is a hammer, should everything look like SMS?

Databinding Without Tables: Inserting with the GridView

The final installment in Peter's series on how to use the GridView without a DataSource explores how developers can perform inserts.

Thoughtful UI Tweaks Can Make All the Difference

The difference between a successful program and a complete flop may come down to how you treat your users. Here's one simple way to avoid needlessly annoying your users.

Databinding without Tables: Updates and Deletes

Peter adds the code to support doing updates and deletes with an unbound GridView.

Persisting Environment Variables

Creating and persisting new environment variables can be surprisingly tricky in Classic VB. Here's how to avoid a common trap.

Databinding the GridView Without Using a Table

If you want to let your users edit repeated rows of data, you can use the GridView -- even if your data isn't in a table. You need to do pick the right design for your data but you can enable all of the functionality of the GridView for data held in memory.

Reacting to the Mousewheel

ClassicVB was created in a pre-Mousewheel era, hard as that may be to conceive. Here’s how you can watch for, and react to, the user spinning that now-ubiquitous device.

Extend Sorting in the GridView

Sorting in the GridView is simple to implement, as long as you want simple sorting. For more complex sorts you have to take control of the Sorting event.

Make Silverlight 3 Application Code More Compatible with Blend

Use the DesignProperties class to prevent code errors in the Blend designer.

The Readers Speak

You pick the best of the best in 2009.

Collections Class

A Junior Developer Learns that Seniority Doesn't Mean Smarter.

Your Platform Needs You

How .NET developers can help Microsoft face growing threats to its .NET franchise.

Working Effectively with Exceptions

Exceptions are a way of life in the .NET world. You must follow the rules to make your classes easy to use for other developers. Conforming to the standards will make everyone's life easier.

XAML Offers Promise

Readers chime in on XAML.

Subscribe on YouTube