Skip to main content

Posts

Showing posts from March, 2014

Iterators in c# - a deep dive

CodeProject This article explains the in-depth analysis of how the c sharp yield keyword works under the hood. If you don't have any idea about yield keyword or never used it before, check out my post on Iterators in c# . Using Iterators is easy, but it's always good to know how this thing works under the hood, right?.

Tips to avoid laziness

Most programmer's get bored at their work. Why ? Is it because they do less work ? Or is it because they feel so ? Well the reasons will be many but at work it might be due to the project that they are working on. Most of the BDE's will find the maintainence project as they offer more billing for years and years.