BizTalk Blog by Chris Han

System Design for Enterprise Agility,

  Home  |   Contact  |   Syndication    |   Login
  68 Posts | 9 Stories | 173 Comments | 79 Trackbacks

News

Article Categories

Archives

Post Categories

Image Galleries

BizTalk Bloggers

BizTalk on MSDN

Patterns & Architecture

SharePoint

November 2005 Entries

David Chappell in his article “Understanding .NET's Common Type System“ explains “A basic difference between value types and reference types is that an instance of a value type has its value allocated on the stack, while an instance of a reference type has only a reference to its actual value allocated on the stack. The value itself is allocated on the heap“ http://www.awprofessional.c... This is the best comment I've ever read. I'd...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I had the discussions with my friends on this Statics & Thread Safety issues long time ago. It started with a weird “session swap” issue in one of our web application where we use “static” field to store the return value for an user profile int the data access component. The problem is only captured in a stress test but not unit test. That so reminds me another interesting topic on testing method I'd like to talk about in a seperate post. I see many developers new to C#...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati