I’ve just found out how to combine .Sum() with a where clause, and all it took was a further step into the murky world of Linq. I got my tip-off from a fellow BlogEngine.NET blog user Gary Kilminster – http://cunningplan.co.uk/post/Extension-Methods.aspx – although it doesn’t look like his blog has been updated for a while. I …
Category archives: Programming
.Net Nooks and Crannies
I really love Stack Overflow. It’s so cool to have a link to many, many great coding minds to help with the minutiae of my learning process, whether through asking a question myself or finding that someone else asked something similar months ago. The last question I asked was about public properties that should be …
Wargame Tools – a learning program
My name is Pete, and I am a wargamer. I am also a programmer. As a programmer and huge geek, I look for ways to apply programming knowledge to my other hobbies. So it only makes sense that I would try to apply it to wargaming. Over the years, I’ve seen, used and abandoned various …
WPF for those who know WinForms
As a programmer, I am primarily self-taught. I’m at the stage now where some new technology articles I can read at the highest level and follow and understand, but others I am looking for the absolute most basic beginner’s guide around. I recently began a project in WPF to try and learn what it could …