Feeds:
Posts
Comments

Archive for June, 2008

A compilation of the most kicked “top-10″ compilations from dotnetkicks.com

Read Full Post »

After reading the great article about the code-saving yield keyword “Give way to the yield keyword” by Shay Friedman I thought it could be interesting to know how the yield keyword works behind the scenes.
…it doesn’t really end the method’s execution. yield return pauses the method execution and the next time you call it (for [...]

Read Full Post »

I would like R# to detect references to members, classes, parameters, generic parameters in the code documentation and either offer completion or quickfixes just to generate the necessary markup.
Just by typing "The parameter bar of type IBar….. " inside a code documentation tag R# could quickly fix it to be "The parameter <paramref name="bar"/> [...]

Read Full Post »