Welcome to AspAdvice
Sign in
|
Join
|
Help
Steven Smith
Musings on ASP.NET and the .NET Developer Community
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
ADO.NET
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
May 2008 (1)
April 2008 (16)
March 2008 (23)
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 (20)
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
Browse by Tags
All Tags
»
Caching
(RSS)
.NET
announcement
ASP.NET
C#
ci
community
Cool Tools
devconnections
Events
performance
Personal
Scalability
Speaking
sql2005
tdd
Test Driven Development
Visual Studio
VS.NET
VSTS
Friday, November 02, 2007 2:42 PM
Speaking in Ann Arbor November 14th
I'll be presenting to the Ann Arbor .Net Developer's Group in two weeks on ASP.NET Caching Best Practices . The meeting starts at 6pm at SRT Solutions in Ann Arbor. You can find more information about the group and meeting location here: AADND.org Share
Posted by
ssmith
|
1 Comments
Filed under:
ASP.NET
,
Caching
,
Speaking
,
community
Monday, October 29, 2007 12:00 PM
VaryByCustom Caching By User
Ran into an interesting bug today with one of my applications. A user control that provides messages based on a user's account was showing the wrong information to other users in our testing. The user control was set up with an output cache directive
Posted by
ssmith
|
1 Comments
Filed under:
ASP.NET
,
Caching
Thursday, October 11, 2007 11:15 AM
Caching Talk in Phoenix
Tuesday night I gave a presentation on caching in ASP.NET (with a bit of async performance tips thrown in at the end) to the Arizona .NET User Group in Phoenix, Arizona. A lot of the demos were similar to ones I've given before, including in my recent
Posted by
ssmith
|
1 Comments
Filed under:
ASP.NET
,
Caching
,
Speaking
Sunday, September 30, 2007 8:25 PM
Caching in ASP.NET Show on dnrTV
I'm on dnrTV this week with a show about Caching in ASP.NET, one of my favorite topics . I think the whole show is a bit under an hour and I go through a bunch of demos and show off some of the less-well-known features of caching, such as cache profiles,
Posted by
ssmith
|
4 Comments
Filed under:
ASP.NET
,
Caching
,
Speaking
,
performance
Friday, August 03, 2007 11:56 AM
Real World ASP.NET Performance Tuning Experience
I'm in the midst of wrapping up a multi-year long project to replace the advertising engine used to host sponsored ads on a few dozen .NET web sites . This system traces its "lineage" back to an old ASP application written in 2001 (it served
Posted by
ssmith
|
5 Comments
Filed under:
ASP.NET
,
C#
,
Caching
,
performance
,
Scalability
,
Visual Studio
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, May 09, 2007 5:49 AM
Moscow User Group Presentation - Caching Best Practices
In my last post I wrote that I would be speaking in Moscow this week - well, I did so Monday night and it went quite well I thought. I have uploaded the presentation and demo code from the presentation as promised - sorry it took a couple of days but
Posted by
ssmith
|
3 Comments
Filed under:
ASP.NET
,
Caching
,
Speaking
Monday, April 30, 2007 2:39 AM
Mr. Smith Goes to Moscow
I’ll be in Moscow next Monday, presenting to a .NET user group there. The topic will be .NET Caching Best Practices. The meeting place and time are as follows: Moscow dot NET Alliance (MDNA) Group Microsoft Russia, Building 1, 17 Krylatskaya Str.,
Posted by
ssmith
|
6 Comments
Filed under:
Events
,
Caching
,
announcement
Wednesday, March 14, 2007 7:25 PM
ASP.NET Wish List
I’m at the MVP Summit this week in Seattle and one of the things this provides an opportunity for is providing feedback to the product teams. I certainly have plenty of ideas of my own for new features I’ve been longing to see in ASP.NET,
Posted by
ssmith
|
65 Comments
Filed under:
ASP.NET
,
Caching
Monday, January 15, 2007 1:30 PM
Real World Application Performance Tuning Example
Many of you know that I’m very much into high performance and scalability techniques. One thing you need to remember when applying performance tweaks is that as your application changes, your performance optimizations may need to change and evolve
Posted by
ssmith
|
3 Comments
Filed under:
ASP.NET
,
Caching
Monday, November 13, 2006 11:13 AM
Speaking in Arizona in March 2007
I’ll be speaking at the Arizona .NET user group on 7 March 2007 about Caching and Performance. More information here . The session’s description is: This session focuses on fundamentals of performance and scalability design, testing, and optimization,
Posted by
ssmith
|
0 Comments
Filed under:
ASP.NET
,
Events
,
Caching
Friday, November 10, 2006 11:52 AM
DevConnections Fall 2006 Summary
Got back home last night from DevConnections in Las Vegas. It was a very good show this year in terms of content, products being launched, and numbers of attendees and exhibitors. I think I had more people in my sessions than usual, too, and they all
Posted by
ssmith
|
3 Comments
Filed under:
ASP.NET
,
Events
,
Caching
,
VSTS
,
tdd
,
ci
,
devconnections
Monday, November 06, 2006 2:56 AM
SqlDependency Issue Resolved
I’m doublechecking my demos for my sessions at DevConnections this week and I think I finally fixed an issue that has plagued me off and on for the last year or more when I’ve been demonstrating the new SQL 2005 SqlDependency features. It
Posted by
ssmith
|
7 Comments
Filed under:
Caching
,
sql2005
Friday, September 01, 2006 10:08 AM
Caching in O/R Mappers and Data Layers
Frans Bouma , creator of LLBLGen , MVP, and all around very smart guy, wrote yesterday about the ‘myth’ that caching inside an Object-Relational (O/R) mapper makes queries run faster or makes the O/R mapper more efficient . I think he’s
Posted by
ssmith
|
5 Comments
Filed under:
ASP.NET
,
C#
,
Caching
Monday, July 17, 2006 12:20 PM
New Caching Video
I recored a quick video demonstrating the effects of a very short duration cache on a page that’s hitting the database more than 1/second ( microcaching ). This is one of my favorite demos when I give my caching presentations – I believe I
Posted by
ssmith
|
1 Comments
Filed under:
ASP.NET
,
Caching
More Posts
Next page »