TheChaseMan's Frenetic SoapBox

Always looking for better ways to do things...

July 2004 Entries

Mutable Structs = Bad

posted @ Friday, July 30, 2004 10:02 PM | Feedback (3)

InProc to SqlServer Session problem

I'm running a long process from one of my aspx pages, so I call BeginInvoke on an object method passing in an object called "state". "state" has three properties (among other info) that include PercentComplete, StatusMessage, and Results. This works out well because I put the "state" object into Session and then I can pass the "state" object as a param to BeginInvoke. Otherwise, the thread on BeginInvoke has no context for the Session. After BeginInvoke is called, enable a JavaScript code sni

posted @ Saturday, July 24, 2004 8:46 AM | Feedback (2)

Architect or Aggrandize?

posted @ Friday, July 23, 2004 9:01 PM | Feedback (6)

Distributed Application Architecture - A Few Quick Notes

posted @ Wednesday, July 21, 2004 5:45 PM | Feedback (4)

[XmlInclude] Rocks!

posted @ Saturday, July 17, 2004 2:54 PM | Feedback (9)

"Access Denied" Page for Authenticated Users

posted @ Friday, July 16, 2004 7:25 PM | Feedback (2)

Connection Pooling vs. Delegation

posted @ Sunday, July 11, 2004 2:38 PM | Feedback (1)

ASP.NET Sample Code - Streaming a File, Prompt for "Save As"

posted @ Tuesday, July 06, 2004 11:15 AM | Feedback (3)

Contravariance

posted @ Sunday, July 04, 2004 8:52 PM | Feedback (2)

C# 2.0 Feature - Covariance

posted @ Sunday, July 04, 2004 8:04 PM | Feedback (2)

Best Code Snippet Ever

posted @ Sunday, July 04, 2004 5:28 PM | Feedback (2)

Downloading Visual Studio .NET 2005 Enterprise

posted @ Saturday, July 03, 2004 11:59 AM | Feedback (7)