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…
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…
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…
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…
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…
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…
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…
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…