Feeds:
Posts
Comments

Archive for April, 2008

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 [...]

Read Full Post »

Using the using-statement

“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 [...]

Read Full Post »

Still learning?

“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 [...]

Read Full Post »