Digging My Blog - Dan Hounshell

Another .Dan Powered Site

Browse by Tags

All Tags » ASP.NET MVC (RSS)
How to use Kigg as a service from other sites
In yesterday's post I started providing some detail about my use of Kigg to add rating functionality to the AspDotNetMVC site . Because I wanted to integrate the ASP.NET Membership store between the two sites into an external database I started by decoupling...
How to decouple the ASP.NET Membership database from Kigg
This evening I posted an update to the AspDotNetMVC site that includes allowing voting on the ASP.NET MVC blog posts, buzz, articles and news that the site collects. You can see a page that uses it here: http://aspdotnetmvc.com/blogs . Rather than create...
AspDotNetMVC.com
I know what you're thinking, "Three posts in one day? This can't be the same blog I've been following for the last month or so. What is wrong with my RSS reader?" As far as I know there is nothing wrong with your RSS reader. This is my third post today...
Upgrading Kigg Unit Tests to MVC ASP.NET Preview 3
Yesterday I posted about updating Kigg to Preview 3 . Immediately after publishing that post I realized that other than doing a find-and-replace of some of the code in the unit tests I had not tried running them, I assumed they would work. Bad assumption...
Upgrading Kigg to ASP.NET MVC Preview 3
I downloaded Kigg from CodePlex, a Digg like application written with ASP.NET MVC, a few weeks ago and began playing around with it this evening. The current source code is setup for the MIX08 Preview 2 version not the current version, Preview 3. I have...