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
September 2006 - Posts
Friday, September 29, 2006 10:41 AM
ComponentArt Atlas Controls
ComponentArt just released a version of their Web.UI suite, which is built for ASP.NET AJAX (aka “Atlas”). Web.UI 2006.2 for ASP.NET AJAX is “the most advanced AJAX framework available. ComponentArt Web.UI for ASP.NET AJAX is the first
Posted by
ssmith
|
(Comments Off)
Filed under:
ASP.NET
,
Atlas and Ajax
Thursday, September 28, 2006 3:11 PM
Atlas Contest Winners Announced
Microsoft’s Mash It Up With Atlas contest has ended , and the grand prize winner was DotNetSlackers and Alessandro Gallo (aka Garbin). Congratulations! See all the winners here : http://atlas.asp.net/default.aspx?tabid=47&subtabid=475 Share
Posted by
ssmith
|
(Comments Off)
Filed under:
ASP.NET
,
Atlas and Ajax
Thursday, September 28, 2006 11:06 AM
Your Computer On Your Thumb Drive
Something I’ve wanted for a while now is the ability to keep my computer, or at least my email and some other critical files, on a USB drive — the ultimate in “ultra-portable” — which I could then use from any computer. I’ve
Posted by
ssmith
|
4 Comments
Filed under:
VirtualPC
,
Cool Tools
,
Windows
Monday, September 25, 2006 5:10 PM
Source Control Structure
How do you like to set up your source control for a project? My personal preference is sort of a work in progress, and I do not have a great deal of experience with branching and versioning, so my design doesn’t take this into account, but I would
Posted by
ssmith
|
4 Comments
Filed under:
VS.NET
,
.NET
,
VSTS
Saturday, September 16, 2006 1:39 PM
Conditional Attribute and TRACE in ASP.NET 2.0
In ASP.NET 1.x I had created some helper classes that wrapped the ASP.NET Trace class. These included methods like this one: [Conditional("TRACE")] public static void Write(string category, string message, Exception myException) { context = HttpContext.Current;
Posted by
ssmith
|
2 Comments
Saturday, September 16, 2006 1:22 PM
Strange Issue with HttpContext.Current with WebDevServer
I’m working with a Trace class that I wrote back in .NET 1.1 that wraps System.Diagnostics and System.Web tracing. The class looks like this: public static class Trace { private static HttpContext context = null ; static Trace() { context = HttpContext.Current;
Posted by
ssmith
|
2 Comments
Filed under:
ASP.NET
,
VS.NET
Saturday, September 16, 2006 1:13 PM
Temporary Post Used For Style Detection (e3d843b1-a1dd-4d7f-849e-13d424d94655)
This is a temporary post that was not deleted. Please delete this manually. (f57df40f-2ff7-4942-9d90-d7bd327f8b2a) Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by
ssmith
|
(Comments Off)
Thursday, September 14, 2006 11:59 PM
Ultimate ASP.NET Base Page Class
I'm working on a base page for a new application and it seems like this is about the 5th or 6th time I'm building one of these things, so it's getting a bit repetitive. In this case, it's for an ASP.NET 2.0 app, but I have base pages in
Posted by
ssmith
|
11 Comments
Filed under:
ASP.NET
Monday, September 11, 2006 1:29 PM
Microsoft Shrugs Off Atlas Name
Scott Guthrie today announced that the "Atlas" code name for the ASP.NET team's rich client framework and set of server controls and JavaScript extensions will be retired and replaced with not one, but three separate names: As part of releasing
Posted by
ssmith
|
3 Comments
Filed under:
ASP.NET
,
Atlas and Ajax
Thursday, September 07, 2006 12:50 PM
Windows Principles Editorial
An editorial piece of mine was published in a local paper Tuesday: Microsoft opens a window to entrepreneurs Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Posted by
ssmith
|
(Comments Off)
Filed under:
Personal
,
Marketing
,
Windows
Wednesday, September 06, 2006 3:05 PM
Upgrading TFS from RC to Workgroup Edition
Today I came into work and my build/source control server, which I thought I remembered installing the RTM of TFS Workgroup Edition, was complaining that my license had expired. When this happens, the error message looks something like this: "TF30072:
Posted by
ssmith
|
1 Comments
Filed under:
VS.NET
,
VSTS
,
TFS
,
Team System
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
|
6 Comments
Filed under:
ASP.NET
,
C#
,
Caching