Welcome to AspAdvice
Sign in
|
Join
|
Help
Steven Smith
Now blogging at
SteveSmithBlog.com
Sponsor
Microsoft Advertising
loading...
Ads Via Dev
Mavens
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
ADO.NET
advertising
ajax
announcement
ASP.NET
Atlas and Ajax
Books
C#
Caching
CC.NET
ci
CMS
community
conference
Cool Tools
devconnections
dotnetnuke
Events
gadgets
hardware
Marketing
Microsoft Office
MVC
Outlook
PDC
performance
Personal
regional director
Reporting Services
reviews
Scalability
Search
Security
silverlight
Software Development
Speaking
SQL
sql2005
SSRS
tdd
Team System
Test Driven Development
TFS
TiVo
video
VirtualPC
vista
Visual Basic
Visual Studio
VS.NET
VSTS
Window Forms
Windows
WPF
XAML
zune
News
ASP.NET Articles
ASP Forums
SQL Forums
XML Forums
Regular Expressions
C# Feeds
Threat Level:
Don't go around saying the world owes you a living. The world owes you nothing. It was here first. - Mark Twain
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
July 2008 (2)
June 2008 (10)
May 2008 (9)
April 2008 (15)
March 2008 (21)
February 2008 (9)
January 2008 (20)
December 2007 (12)
November 2007 (15)
October 2007 (17)
September 2007 (8)
August 2007 (4)
July 2007 (9)
June 2007 (17)
May 2007 (9)
April 2007 (9)
March 2007 (8)
February 2007 (9)
January 2007 (27)
December 2006 (8)
November 2006 (10)
October 2006 (11)
September 2006 (12)
August 2006 (9)
July 2006 (19)
June 2006 (15)
May 2006 (10)
April 2006 (6)
March 2006 (19)
February 2006 (8)
January 2006 (13)
December 2005 (8)
November 2005 (10)
October 2005 (12)
September 2005 (14)
August 2005 (18)
July 2005 (12)
June 2005 (19)
May 2005 (5)
April 2005 (9)
March 2005 (15)
February 2005 (12)
January 2005 (3)
December 2004 (1)
November 2004 (1)
October 2004 (1)
September 2004 (2)
August 2004 (3)
July 2004 (1)
June 2004 (4)
May 2004 (1)
April 2004 (10)
March 2004 (15)
February 2004 (20)
January 2004 (2)
Events
ASPNetConnections Fall 2005
Music
Redshift
My Articles
Dynamic Excel Reports with ASP
ASP.NET Whidbey Overview
ASP.NET Whidbey Caching Overview
ASP.NET Caching Tips
ASP.NET Micro Caching
Writing a Days of the Week Selector Control
.NET Data Access Performance Comparison
MSDN: Regular Expressions in ASP.NET
MSDN: Evolving Custom Controls in ASP.NET
MSDN: Get Test Infected With NUnit
MSDN: Best Practices Using ASP.NET Caching
MSDN: Bind Your Data in ASP.NET 2.
MSDN: Creating a Cache Configuration Object for ASP.NET
Use Write Caching to Optimize High Volume Data Driven Applications
Programmatically Expire Output Cache Entries
My Books
ASP.NET Developer's Cookbook
ASP.NET By Example
Notable Blogs
Wayne King
Scott Guthrie
Rob Howard
Nikhil Kothari
Brad Abrams
My Army Blog
ArmyAdvice Community
Julia Lerman
J. Ambrose Little
Bob Parsons
Eric Sink
Gregg Stark
Brendan Enrick
June 2007 - Posts
Thursday, June 28, 2007 9:59 PM
Atlanta Silverlight Training
Shawn Wildermuth is teaching a class on Silverlight 1.0 and 1.1 in Atlanta through Dunn Training. The three day Silverlight Workshop is being offered July 16-18, August 13-15, and September 17-19. It looks like it will be a good class, based on the outline
Posted by
ssmith
|
(Comments Off)
Filed under:
silverlight
Thursday, June 28, 2007 1:53 PM
Slashdot Acknowledges Vista More Secure Than Linux
Wow, even Slashdot, anti-Microsoft capital of the Web, acknowledges that six months after its release, Vista Security is still besting Linux . From the site: "Great report on security vulnerabilities for MS/Linux/OS X . This is a revised version of the
Posted by
ssmith
|
2 Comments
Filed under:
Windows
,
vista
,
Security
Thursday, June 28, 2007 1:02 AM
ASP.NET Scalability Panel Recording Available
I was honored to be asked to participate in a panel discussing ASP.NET Scalability at TechEd 2007 a couple of weeks ago. The panel was moderated by Richard Campbell and Carl Franklin of DotNetRocks , and included Stephen Forte, Kent Alstad, Rob Howard,
Posted by
ssmith
|
1 Comments
Filed under:
ASP.NET
,
performance
,
Scalability
Thursday, June 28, 2007 12:56 AM
Update Cache in Background Thread
Peter Bromberg recently wrote an article on refreshing the ASP.NET cache , which referenced my ASP.NET Caching Best Practices article on MSDN . In my original article, I lamented the general uselessness of the CacheItemRemovedCallback feature, and wished
Posted by
ssmith
|
5 Comments
Filed under:
ASP.NET
,
Caching
,
performance
,
Scalability
Wednesday, June 27, 2007 11:45 PM
Vista Network Connection Issue Solved
I've had Vista running since it came out last November. I've had a couple of Maxtor OneTouch II drives (network type) for the last couple of years, and I noticed immediately after installing Vista that I could no longer connect to them. I would be prompted
Posted by
ssmith
|
4 Comments
Filed under:
vista
Wednesday, June 27, 2007 12:51 AM
Beyond Good Enough Is Waste
I just finished reading Jon Galloway's post, The value of "good enough" technology , and it reminded me of something I repeat very often in my talks on improving performance and/or caching (which share some content as you may imagine). I wanted to emphasize
Posted by
ssmith
|
1 Comments
Filed under:
Software Development
Monday, June 25, 2007 12:11 PM
June 2007 Silverlight Resources
There's a nice little series of tutorials at NibblesTutorials that goes through some Silverlight basics (using Silverlight). I haven't had a chance to go through them all yet (naturally) but it definitely looks like good stuff. Also NetikaTech has announced
Posted by
ssmith
|
1 Comments
Filed under:
silverlight
Sunday, June 17, 2007 1:12 AM
Sort Generic List of T
Plenty of others have written about this so I'll keep it brief. I needed to sort some objects based on a string property. Some quick searching led me to this post which got me close to what I wanted. My final code was this: myThings.Sort( delegate
Posted by
ssmith
|
10 Comments
Filed under:
C#
Thursday, June 14, 2007 10:08 PM
Acropolis CTP Available
Acropolis CTP 1 is now available. From the source: The Microsoft code name “Acropolis” Community Technology Preview 1 is a set of components and tools that make it easier for developers to build and manage modular, business focused, client
Posted by
ssmith
|
(Comments Off)
Filed under:
WPF
,
Window Forms
Wednesday, June 13, 2007 10:23 AM
Silverlight 1.1 Setup
I’m working on getting Silverlight 1.1 working in a VPC. A good guide for this stuff is available on the Silverlight.Net site . First, I installed the Orcas Beta 1 VPC which I got from MSDN. Then I went and found the base image I needed after encountering
Posted by
ssmith
|
3 Comments
Filed under:
silverlight
Wednesday, June 13, 2007 10:00 AM
WPF for ASP.NET Developers
Brian Noyes gave a presentation to the Cleveland .NET SIG last night on WPF for ASP.NET Developers. I took some notes, which I’ll present a few of here in case they’re helpful to anyone else. WPF Logical Pixels, not physical pixels, each 1/96
Posted by
ssmith
|
1 Comments
Filed under:
silverlight
,
WPF
,
XAML
Wednesday, June 13, 2007 9:34 AM
Orcas VPC TimeBombedBase Missing
I downloaded the Orcas Visual Studio Beta 1 VPC from MSDN yesterday and stitched all of the zip files together, and launched it. Ran into the dreaded: “E:\VPC\TimeBombedBase\Base01.vhd” could not be found message. If you run into the same
Posted by
ssmith
|
1 Comments
Filed under:
VirtualPC
,
VS.NET
,
VSTS
Tuesday, June 12, 2007 4:46 PM
ASP.NET Workflow
Matt Winkler posted some very cool stuff regarding using Windows Workflow and ASP.NET on his blog a few days ago. I’m just getting around to commenting on it myself. Incidentally, there are live bits to install this time. Naturally I haven’t
Posted by
ssmith
|
5 Comments
Monday, June 11, 2007 4:26 PM
TechEd Speaker Idol
TechEd 2007 included a Speaker Idol event hosted by DotNetRocks . The competition was modeled after American Idol, the American phenom show that basically is a rehash of that oh-so-great show, Star Search . The prize for the event was a guaranteed speaker
Posted by
ssmith
|
2 Comments
Filed under:
Speaking
Monday, June 11, 2007 3:58 PM
Tech Ed Skydiving
Last Tuesday evening I attended a party at Skyventure , put on my Microsoft. As I understand it, the party was Josh Holmes’ idea, and he and my DE, Drew Robbins, were key to organizing it. I have to say it was a great idea and a lot of fun. The
Posted by
ssmith
|
(Comments Off)
Thursday, June 07, 2007 5:23 PM
Silverlight Video and Camtasia
Some (OK, nearly ALL) of the Silverlight demos shown lately at TechEd and MIX involve hosting videos. The flexibility and customization options that are available to construct branded and unique video player controls with these tools is really quite amazing,
Posted by
ssmith
|
19 Comments
Filed under:
silverlight
Sunday, June 03, 2007 9:04 AM
Tech Ed
I arrived in Orlando last night. I’m staying at the Disney Swan (and Dolphin) . I’m planning on making it to Palermo’s Party this evening, though I may be late as I have other engagements. I’m looking forward to meeting up with
Posted by
ssmith
|
(Comments Off)
Filed under:
Events
,
conference
,
devconnections