5 posts tagged as "kigg"

Looking at ASP.NET MVC – following my own lead

Several months ago I posted about one of my newest sites , ASPDotNetMVC.com . One of the main reasons for creating the site was for my own selfish purposes. I had begun digging into ASP.NET MVC and I wanted a site that aggregated all the good ASP…

How to use Kigg as a service from other sites

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…

How to decouple the ASP.NET Membership database from Kigg

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…

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…

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…