Smallfish

Tips, Tricks, Shticks & Anything That Can Help You Be better Developer

Browse by Tags

All Tags » ASP.NET (RSS)
Session Manager (post on post on post)
Today I read the Ran Wahle ’s "Session manager" that was (kind of) response to Shlomo Goldberg ’s post about a way to use the session state in type-safe way. Because I tried out both approaches but was only satisfied with another (slightly sharper approach to Ran’s) and I will be glad to share it too (as in all other fields, pick the best that works for you project in hand). After several projects I have got to conclusion that there is no need for more than one object graph in the session...
Quick tip: When Visual Studio (2008) Stop Opening A Web Application In Web Browser
This problem was hitting me several times and I couldn't spot what it was, so here it is: The Problem When starting Debug or Start Without Debugging of a Web Application in Visual Studio 2008 the internal web server is started but the Web Browser doesn't. The Solution Right-Click on your Default.aspx file (I assume it will be fine for any .aspx either) and select Browse With... and select the browser you want, that's all! (in my machine it was configured for XML Editor for mysterious...