8 posts tagged as "asp-net-mvc"

Beginning ASP.NET MVC 1.0

Beginning ASP.NET MVC 1.0

I finished reading Beginning ASP.NET MVC 1.0 this past weekend. Keyvan Nayyeri and Simone Chiaretta did a great job with this book. It should be simple enough that a pure beginner will be able to get up and running yet it contains enough depth…

How to add NUnit as a test framework option to the ASP.NET MVC 1.0 dialog for VS2008

There are much longer more detailed ways involving editing the registry, running “devenv …” command-line stuff, etc. This is by far the fastest and easiest way: 0.a. Make sure you have the ASP.NET MVC 1.0 Framework installed. I’m a dummy and still…

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…

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…

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…