tmyklebust

Stories submitted by tmyklebust

Nice way to store data on a single tread (Ambient Context Pattern)(startbigthinksmall.wordpress.com)

submitted by tmyklebusttmyklebust(25) 4 years ago

Lars writes about how to store contextual data in a nice way. His approach uses the using statement to have a value set only in a certain scope. He also provides the full source for his implementation as a downloadable zip-file. read more...

add a comment |category: |Views: 28

tags: another