Killer_X

Stories kicked by Killer_X

How to wrap the ASP.NET session state(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 4 years ago

A handy C# code snippet for accessing ASP.net session state data. Exceptions are handled, usage is intuitive. read more...

1 comment |category: |Views: 426

tags: another

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

Correctly disposing using the using()-statement(startbigthinksmall.wordpress.com)

submitted by jeisenbergjeisenberg(90) 4 years, 1 month ago

A nice little article for newbies about how the using()-statement in C# works. read more...

add a comment |category: |Views: 9

tags: another

Rich Mouse Navigation in Resharper(jetbrains.net)

submitted by lcorneliussenlcorneliussen(490) 4 years, 2 months ago

Ctrl+Click (Goto Declaration) is great, shure. But why not use all the other combinations of buttons and keys in order to offer rich navigation though the code using the mouse. Vote, if you like it! read more...

add a comment |category: |Views: 2

tags: another