Archive for December, 2009


ASP.NET MVC Quick Notes

Monday, December 21st, 2009

I have been working with ASP.NET MVC since it`s first public release for MSDN developers. I would like to write down some quick notes that can be helpful.

(more…)

The Road Is A Book You Must Read

Monday, December 14th, 2009

The Road Book Cover

I just finished reading the book on my Kindle 2. This book is a must read for everyone who love movies like “No Country for Old Men”. A Movie of the book is soon to be released next year.

InvalidOperationException LINQ

Saturday, December 12th, 2009

Quick note on “Sequence contains no elements” error message or by getting “InvalidOperationException” when calling Single from a LINQ query.
(more…)