Browse by Tags
All Tags »
MVC (
RSS)
You may have noticed this blog has been awfully quiet in the past couple of months. That's because I've been working on a neat side project with a couple of other developers. Today, we'd like to submit our project to the ASP.NET community to get some...
ASP.NET MVC 1.0 is finally out. Download it now! http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en
At first glance, upgrading to the RC1 was quite a debacle. First of all, any link that I created using the much more performant Html.RouteLink (instead of Html.ActionLink) just stopped working. It turns out there was a regression bug in the RC that caused...
First of all, an apology for being so quiet over the past few weeks. I've been putting my blogging aside for a while to chase some pet projects I'm working on. More on that later. I did, however, run into a particular situation that I thought would be...
I've been feverishly adapting and experimenting with the ASP.NET MVC Framework since the very first CTP. I must admit, it keeps getting better with every release. This past week was the official BETA release and I'm loving it. It has been a challenge...
It looks like people are starting to deploy sites based on the ASP.NET MVC Framework already. I've been trying to collect some examples and here's what I got so far. WorkGrabber.com - Find Local Contractors - Nice site for finding local contractors and...
ASP.NET MVC CTP 2 shipped with a new controller class which you may have missed. Community feedback begged for a better way to handle component pages that don't rely on the main page's view data. A classic example might be a stock ticker. We would want...
Problem: You need a CAPTCHA to use when submitting forms in MVC Solution: For this I will defer to an excellent explanation: http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/
Scenario: You want to write some tests for your route configuration, but you hate typing... Solution: We can create some VS Code Snippets to generate most of the tests for you. While messing around with Kigg , I got the idea to create some snippets to...
This is one of the neatest, straightforward, and down right coolest way to submit a form with the ASP.NET MVC Framework. I've blogged in the past about jQuery and how useful it is. Combining MVC with jQuery can produce some really neat Web 2.0 style applications...
More Posts
Next page »