A World of Warcraft character and statistics tracking website
*NOTICE* This site is currently being activley worked on atm. please stand by ...
On the new MVC version of the site I am working on I already had Ruby Sanctum stats setup but decided to add it for the current site as well.
I was also looking into uploading the new version of the site I'm working on as from what I'm reading I can compile it for .net 3.5 but the problem is that I am using features found in .net 4.0 such as the C# dynamic keyword as well as Tasks so the only way I could get the new site running would be to rewrite those pieces of code so they would be compatable with the .net 3.5 framework. But again the whole reason for using .net 4.0 is because the features allows me to write alot less code.
So that is something I'm going to have to think about.