Archives
-
Monorail Dynamic Actions = Reusable Goodness!
Monorail gives you a nice, easy to use MVC implementation on top of ASP.NET. Dynamic Actions is a feature that allows code reuse across controllers without restricting you to specific inheritence model.
-
Announcing Mads Torgersen as keynoter at CodeMash!
Just announced (about 45 minutes ago): Microsoft Language PM Mads Torgersen will be a keynote speaker at CodeMash! This is great news! I visited one of Mads' session at the MVP Summit this year and it was really good. He's a great speaker and has an enormous amount of C# and .NET knowledge to share.
-
Euler 10
After tackling number 9 yesterday, I thought I'd do #10 real quick since it seemend pretty easy.
-
Project Euler #9
So I decided to start looking into the Project Euler problems. A number of fellow SRT employees have been tackling these over the past few months and after recently reading Bill's solutions for problems #7 and #8 I decided to look at #9.