ChrisAn's Blog Please read my disclaimer.

simplegeek

a.k.a. Chris Anderson

BlogX data...

One of the designs that I'm not happy with is how i'm handling file path resolving. Right now I've got a static (re: global) delegate that is called to resolve files. This allows me to map this to a Server.MapPath in the web case, and a Path.Combine on the client. The problem is that the "map" ends up being per app domain - which works great for ASP.NET, but sucks for WinForms... At this point I'm not going to rewrite it, but I'm just not happy with the design.

Note I've created a BlogX category for tracking progress and comments on this specifically.

02/15/2003 2:42 AM | #BlogX

Content © 2003 Chris Anderson | Subscribe to my RSS feed.

Powered by BlogX