Kodefuguru - kodefuguru.com
General Information:
Latest News:
Why You Should not Use ToArray or ToList 8 Aug 2012 | 12:57 pm
The IEnumerable(T) extension methods ToList and ToArray are commonly used at boundaries to prevent a potential performance impact from consumers iterating a sequence more than once. This is due to the...
The MAD Lambda 29 Jun 2012 | 01:16 pm
I have arrived for the final day of MADExpo 2012, and it will be a blast with not one, but two sessions of the Legend of Lambda. Here’s the synopsis of the talk if you have yet to catch it: Lambda e...
Mapping Routes with Fluent Builder 27 Jun 2012 | 01:41 pm
If you’ve ever attended my Evolution of Patterns session, you’ve heard me mention that innovations in object-oriented programming have influenced design patterns. The elephant in the room is the fluen...
Modularized Startup Tasks 7 Jun 2012 | 08:25 am
While developing my new blog software, I decided that it really bothered me to make changes to global.asax. To me, the code in Application_Start represents a workflow that doesn’t really belong in a p...
Dual Arity Operators 1 Jun 2012 | 12:46 am
I presented an operator precedence chart in Post-increment Operator and Precedence, and careful observers may have noticed a couple of operators appearing in two different categories. Unary +x, -x, ...
Software Development is not Computer Science 26 May 2012 | 06:26 pm
Criticism of my proposal for a software developer degree came a few hours later than I anticipated. I’m sure there will be more people who scoff at the idea of a regimen where students learn what they...
How I Would Design a Programming Degree 25 May 2012 | 03:41 pm
Yesterday, I attended ECPI Columbia’s Spring Advisory Board meeting. I was involved in the panel discussion regarding their IT degrees, and I viewed it as an opportunity to explain what I consider lac...
Tomorrow at Atlanta Code Camp 2012 19 May 2012 | 12:52 pm
Tomorrow is Atlanta Code Camp 2012 at Southern Polytechnic State University, and I started planning my day out. Telerik shipped me a giant box of swag to give away, so I’ll be hanging out at the booth...
Post-increment Operator and Precedence 16 May 2012 | 06:23 pm
Paul V. Borza recently asked a simple question with tricky results: i = 0; i = i++; Console.Write(i); What’s going to be the output written to the console, 0 or 1? He then immediately answers the qu...
Meet me at Code Camp for Freebies 5 May 2012 | 06:56 am
It’s code camp month, and I will be attending three code camps starting tomorrow. The first on my list is Carolina Code Camp. Next weekend I fly out to Philly Code Camp to see some of my friends after...