28 May
2009

Portland Code Camp 2009 Is Upon Us

Portland Code Camp happens in just a couple of days from now – a number of Elegant Coders will be making the trip out to Portland to present or just hang out:  I’m presenting on ASP.NET MVC & Opinions, and will walk through building a sample app in MVC talking about the parts that you’ll […]

Read More
5 May
2009

Announcing: Olympia Software Craftsmanship Workshop

Some of us folks from ALT.NET Seattle have been working on putting together a workshop for developers in Olympia, WA, focusing on Software Craftsmanship – which, to us, means caring about our craft and applying the principles we know work to what we are doing. The workshop is inspired by some of the discussions started […]

Read More
25 Mar
2009

FubuMVC From Scratch – Part 4 Persistence

Previous posts in series: FubuMVC From Scratch Part 1 ? Basic project structure setup FubuMVC From Scratch Part 2 ? FubuMVC configuration and Controller setup FubuMVC From Scratch ? Part 3 (Adding View to project) Persistence is a requirement in virtually every application that we write today, and now the time has come for us […]

Read More
8 Mar
2009

FubuMVC From Scratch – Part 3 (Adding View to project)

Previous Posts in Series: FubuMVC From Scratch Part 1 – Basic project structure setup FubuMVC From Scratch Part 2 – FubuMVC configuration and Controller setup Preparing for our View Another founding principal of FubuMVC is to have little to no logic in the View, no logic is preferred. So when we add .aspx pages, we […]

Read More