One of the biggest challenges in our daily job is keeping our code clean, easy to read, extendable, and understandable. It's a difficult task, but it becomes easier when following design patterns.
I’ve got to use LINQ a fair bit lately. Not to query a database, but on lists with LINQ To Object. Here’s a little test I did using the Aggregate extension.
The other day I came across this nifty little tool that I just had to share with you. It’s called NuGet Package Explorer and lets me create NuGet packages in a few easy steps.