(Mis)Using IDisposable: beyond resource clean-up
posted by lcorneliussen(490) 4 years ago 0
Good article!
Reply
But be careful, when i submitted my story myself once, it got deleted after a couple of minutes :-)
thanks. good to know :-) then it was a typo :-)
Why Should You Wrap Your ASP.NET Session Object
Your'e writing "why", so I wrote "how" :D http://startbigthinksmall.wordpress.com/2008/05/14/how-to-wrap-the-aspnet-session-state/
How to wrap the ASP.NET session state
I made some updates: 1) The Sourcecode is now “copy & pastable”. 2) I wrote an other version which is dependent to ThreadVariable<T>, but enables UnitTesting for classes using the SessionVariable<T>
Give way to the yield keyword!
posted by lcorneliussen(490) 3 years, 11 months ago 0
Great posting!! I explained how the yield statement works behind the scenes of the C# compiler. http://startbigthinksmall.wordpress.com/2008/06/09/behind-the-scenes-of-the-c-yield-keyword/
Behind the scenes of the C# yield keyword
@dotnetkicks: How often is this number updated? Here it shows 3 kicks, while the icon in my post shows 5 kicks.
Delayed execution and "yield return"
If you're interested in how the delayed execution actually works read this: http://startbigthinksmall.wordpress.com/2008/06/09/behind-the-scenes-of-the-c-yield-keyword/
The Yield Statement in C#
If you're interested in how the yield keyword actually works, read this: http://startbigthinksmall.wordpress.com/2008/06/09/behind-the-scenes-of-the-c-yield-keyword/
Yield in C#
The 20 most kicked “top-10 stories” for Developers
posted by lcorneliussen(490) 3 years, 10 months ago 0
I'll fix it! Really, i thought - when i get 20 kicks, i'll make the work and link the kick-it icons :-)
Retaining Good Developers - 10 Things To Keep Them Happy
the link is dead...
I fixed it. All stories got DNK-icons :D
beautyOfCode: jQuery Plugin for Syntax Highlighting
posted by lcorneliussen(490) 3 years, 6 months ago 0
http://startbigthinksmall.wordpress.com/2008/10/30/beautyofcode-jquery-plugin-for-syntax-highlighting/ works again. Windows Live Writer says "Short description" (german: Kurzbeschreibung) on Permalink field :(
Alt.Net Podcast Episode 17: The State of Alt.Net
posted by lcorneliussen(490) 3 years, 2 months ago 0
There is a ALT.NET-Category!
The Ambient Context Design Pattern in .NET
posted by lcorneliussen(490) 2 years, 7 months ago 0
Here you find a free implementation of it: http://startbigthinksmall.wordpress.com/2008/04/24/nice-free-and-reusable-net-ambient-context-pattern-implementation/