For Geeks: Skip explanations, just show the solution!
Well, many of us already utilize this pattern – just without knowing it has a name. I found this name somewhere, and I like it.
On http://aabs.wordpress.com the Intend is defined like this:
Intent: Provide a place to store scope or context related information or functionality that automatically follows the flow [...]
Archive for April, 2008
Free .Net Ambient Context Pattern Implementation
Posted in dotnet, tagged Ambient Context Pattern, c#, ThreadLocal, ThreadSafe on April 24, 2008 | 13 Comments »
Using the using-statement
Posted in dotnet, tagged c# on April 10, 2008 | 9 Comments »
“Using statement?”, you may ask. “What is so interesting about that? I use it every day importing tons of namespaces!”
Well, i mean the other using statement; that one that results in a nice try..finally in IL, without having to write lots of code.
Well lets say you want to access a file, a database, or whatever [...]
Still learning?
Posted in Just Drops on April 7, 2008 | Leave a Comment »
“Start big, think small” – that’s what we usually do, right? We, as programmers, usually just are too certain about our way to solve problems.
“Think big, start small, grow fast!”. Start criticizing yourself. Start thinking that there might be anyone else out there who has found a better solution. Learn from him.
You all know about [...]