Columns


Exploring Directed Graph Markup Language in VS2010

VS2010 Architecture Explorer Edition includes DGML, a powerful, yet easy to use, tool for visualizing almost anything.

Routing in ASP.NET 4 (Part 2)

Peter continues his exploration of the new Routing features in ASP.NET 4 by showing how to bind control properties to both routes and the values passed in a route.

Redesign IDE Dialogs

Ever felt the VB IDE dialogs were poorly designed? Here's a way for you to tweak them a bit more to your liking.

Using LINQ to Express Intent

Use LINQ outside of databases to make your code easier to read and maintain.

iPad's Platform Impact

By many accounts, the Apple iPad has been a disappointment -- even Apple "fanboy" bloggers and tweeters have proclaimed themselves underwhelmed.

Windows (Not So) New?

Readers respond to Andrew Brust's thoughts on what the next version of Windows ought to look like.

Adding WCF Services to Silverlight

Explore the nuances of using WCF Services with Silverlight, and learn troubleshooting tips for working with Visual Studio 2010 and the .NET Framework 4.

Will MIX Fix Microsoft's Mobile Mess?

Taking place March 15-17, MIX offers an exclusive developer focus on Web, rich media, and dev/design issues and technologies.

The Storray Engine

As an independent .NET consultant, Steve was often called in to help smaller development teams transition to the platform.

Reduce Maintenance with Routing in ASP.NET 4

You may have noticed that more and more sites have URLs that mean something rather than describing the path to the page. ASP.NET 4 makes this much easier to implement for your site and may save you from ever having to redirect users again.

Visual Studio 2010: Introduction To The New Architecture Tools

Mickey provides an introduction to the new architecture tools in Visual Studio 2010 Ultimate.

Fix Bugs Fast with IntelliTrace and VS 2010

One of the major new features in VS 2010 is IntelliTrace, formerly known as the Historical Debugger. Does it lives up to the hype?

Preloading Your ASP.NET Applications

If you're using the ASP.NET Cache object, then somebody is suffering when you first load the Cache. Here's how to avoid that and, potentially, save a bit of money while you're at it.

The Next Y2K

There's another one coming, and this one's still flying pretty far below the radar. Classic VB apps are only vulnerable to the extent they interact with others.

Cool New Features in ASP.NET 4

Peter starts looking at the new features in ASP.NET 4, starting with support for compressing Session data and setting up permanent redirects.

VSTS 2008 Web Testing Part 3: Validation Rules

Mickey wraps up his series on Web Testing with a look at validating Web tests.

Creating Nested Folders

Classic VB provides no simple method to create nested directory folders, but it certainly provides the tools to make such a method.

A Modest Proposal on Validation in the Middle Tier

Peter looks at a strategic issue: When to do validation? The answer isn't "Everywhere" but it could have been.

VSTS 2008 Web Testing: Running a Web Test (Part 2 of 3)

In the second column of a series, Mickey shows you how to run a Web test using Visual Studio Team System 2008.

Weekend Drive

Suddenly, and for no apparent reason, an internal support application at Joe R.'s company suffered a slowdown in executing queries and returning data.