Browse by Tags
All Tags »
ASP.NET (
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...
UPDATE: Installation of .NET 3.5 SP 1 on my web hosting completely killed this app! I'm currently going through the process of upgrading it but it will be down for a while. I am officially announcing the beta release of the GiftListr for Facebook application...
I decided to write a second part to my previous post on extending the IQueryable interface to create a really neat and organized data access layer with Linq To Sql. The cool thing about this practice is that it nicely separates individual filters for...
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/
More Posts
Next page »