Tags
.NET back_injury beer business C# C++ career Carpentry detached_study diy ebay elisp Emacs fantasy federal_government freelancing games git GNU Google hackathon hp2600n hydrogen_fuel iphone jesus_christ laser Lisp math monkeys OpenBSD pelosi physics programming scammer SharePoint shell software_engineering superman tools video visual studio work workbench work_areas writing_skillsBlogroll
C++
People
Reference
Tag Archives: C#
New Concurrency Support in .NET 4
I’ve been reading about some of the new support for parallelism and concurrency in version 4 of the .NET Framework, and came across a really good paper on parallel design patterns by Steven Toub (most or all of which seems … Continue reading
Lambdas in data-binding expressions
For a recent project, I wrote a templated web part (similar to the Smart Part) to do a search on a custom list and display the results (all using AJAX updates made available by the UpdatePanel), and I found myself … Continue reading