RSS Feed

Web Site or Web Application?
17 Jun 2007, 11:59:00 AM
Here's a question I hear a lot: "Should I use a Web Site (WS) or Web Application (WAP) for my ASP.NET 2.0 project?" Certainly Web Site projects look attractive when you are using a free copy of Visual Web Developer and a just have a coup ...
Read post

Quick Windows App Icons, even for Vista
07 Jun 2007, 04:58:51 PM
I'm working on a little WPF application and I need to add an icon that plays well on Vista. There's great prescriptive guidance on MSDN here – well worth a read! One of the tools the article recommends is IconWorkshop from Axialis (say that 5 times ...
Read post

Drag-to-Scroll in WPF
30 May 2007, 02:27:00 PM
In my previous post I discussed Drag/Drop in WPF. Often drag/drop is a user gesture to exchange data between two applications, or between parts of an application. But sometimes dragging alone is used as a gesture to scroll some content that's too ...
Read post

Drag/Drop in WPF
30 May 2007, 02:26:00 PM
Recently I had my first opportunity to add drag/drop functionality to a WPF application and I learned that WPF doesn't change the recipe for drag/drop much from previous Windows client technologies. It's not too surprising, really, since most of ...
Read post