Imitation is the sincerest form of
My SOLID Principles of OOP and ASP.NET MVC talk from this year's
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
My SOLID Principles of OOP and ASP.NET MVC talk from this year's
The LINQ Aggregate() extension method uses a Func to operate on items in a series. If you want to use it, for example, to return the product of each value with its successor, you can do something like this:
Euler problem 7 requires returning the 10001st prime number. It notes that the 6th prime number is 13 in the problem description. Having already done some work with iterators and various number generators, including a …
Earlier this week, after enduring yet another windows update, I
They've recently updated the list of sessions for PDC09. You can read the full list of PDC sessions here. A few highlights include:
If you’re playing with SQL Azure, the current (pre-release) process of moving an existing local SQL Server to SQL Azure can be greatly improved using a new SQL Azure Migration Wizard tool that’s being hosted …
Recently I've been doing some Project Euler problems as exercises
One of the ways we improve as software developers is through
Recently I was reviewing some code and ran across this – can you