13 Jan
2008

Code Cast 2 – Scott Schimanski

This episode of the Elegant Code Cast features an interview with Scott Schimanski, a long time technologist, programming language aficionado, and currently QA Manager for Healthwise, Incorporated in Boise, Idaho. Scott is a certified Project management Professional, Scrum Master, and Adjunct Professor in Computer Science at Northwest Nazarene University. In this discussion, Scott discusses his […]

Read More
8 Jan
2008

How Many Developers Does It Take to Send Spam?

Apparently, several. I am the 2008 director for Boise Code Camp and I found myself needing to send email to 400 people from our mailing list to tell them about the upcoming Code Camp. I sent an inquiry to our Code camp online group asking the simple question, “How would you send 400 emails?” The […]

Read More
8 Jan
2008

Web Development Toolbox

Category:UncategorizedTag: :

I’m prepping for my next BSDG meeting right now, I’ve decided to show off what I consider to by my toolbox for debugging HTML. These tools are note framework specific, because they come into play after the web page has been written — and it still isn’t working right. FireBug, which is one of the […]

Read More
3 Jan
2008

Mocking the Model in ASP.Net MVC

Category:UncategorizedTag: , , :

The promise of the new ASP.Net MVC framework is better testability through separation of concerns. With that in mind, some folks are talking about how well that goal is realized with the new framework. One thing that makes testing a little difficult is the fact there is no dependency injection (DI) model built into the […]

Read More