Building a forum application, Part 6

This is the sixth part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2 Building a forum application, Part 3 Building a forum application, Part 4 Building ...

How and why to write testable code

In my personal experiance, highly testable code often equals good code. My deffinition of good code is that it should be loosly coupled layers, follow basic object oriented principals, small methods, good readability and it shouldn´t have much code duplication. I find, that if you think about ...

Why I prefer MVC

I tought about writing a post about why I prefer the MVC framework instead of the old .NET way, webforms, to build my webapplications. But today when I opened my google reader to check out the new posts, I saw this post by Rob Conery which I think has some very good arguments to why you should atlea ...

Building a forum application, Part 3

This is the third part in a series of posts where I build a forum application. The other posts can be found here: Building a forum application, Part 1 Building a forum application, Part 2  In this post I´ll show you the initial structure of the application. I have created ...

Building a forum application, Part 1

I have decided to build a forum application. My goal is to build a generic forum that people can use and learn from. I want to use the latest techniques and tools to build a good application base that is easy to extend with the functionality that you require. I will post here from time to time as I ...

<< [1] >>