What is “Sandwich Code”? I found it in Ruby Koans. Often, you have to do something at the beginning and at the end, even though your main lock is in the middle. Let’s say, you want to retrieve data from database. You have to create a connection, open it, use it to load data, and [...]
Posts Tagged ‘lamda’
Handling Sandwich Code in C#
Posted in Programming, tagged c#, lamda, sandwich code on June 30, 2011 | Leave a Comment »