Simon Waight 1/21/2012

Subtle .NET Static Reference Type Gotcha

Read Original

This technical article details a common pitfall in .NET development involving static reference types. It explains how using a static list in an ASP.NET application can lead to unintended data persistence across user requests due to the lifetime of the application domain, and provides corrected approaches to avoid this issue.

Subtle .NET Static Reference Type Gotcha

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week