Citizenship Map Silverlight Application Launches
The Microsoft Local Impact map launched this week. It’s an interactive rich UI application allowing users to click and drill down in a world map to see demographics, technical statistics, […]
Continue ReadingiPhone Webapp Development for ASP.NET
A quick note to say that I’ll be talking about iPhone webapp development at the PDXUX meeting tomorrow night, 7pm, at the downtown Portland Koin center. I’ll talk about mobile […]
Continue ReadingFirefox 3.0.1 and FileUpload validator issues
One of our clients today noted an issue where a RegularExpressionValidator for a FileUpload control was failing in FireFox 3.0.1 only. My guess is that version 3.0.1 was doing something […]
Continue ReadingParse CSV Files in C# and ASP.NET
Parsing CSV files is a common task for data-import programs. I’ve used Sébastien Lorion’s CSV reader several times, as it’s lightweight, fast, and gives you a number of options on delimited […]
Continue ReadingVisual Studio 2008 Virtual PC Performance Tips
So apparently if I start a blog post but don’t submit it within an hour or two my session times out & I lose the post. Nice. Anyhow, performance has […]
Continue ReadingLinq to SQL: Cast Stored Procedure Results to Table Entities
So you can probably tell that I’ve been doing a lot of LINQ lately. 🙂 One thing I’ve found is that it’s easier for me to write complex queries in […]
Continue ReadingGrouping in Linq to SQL vs SQL
I wanted to put up a few examples of SQL vs Linq to SQL for my future reference, since we’re using it in one of our social media projects for […]
Continue Reading