Simple Usability
Recently, I tried to accomplish a simple task on a website which frustrated me because what should have been simple, was not. All I wanted to do was go to the Mix website and quickly find links to my sessions so I could post them here. Even I should be able to figure this out.
Read MoreASP.NET MVC Sessions At Mix
After my critical post of the Mix website, I found this other site, http://sessions.visitmix.com/, which should have been prominently linked to from the main site because it has a working search bar and is fairly usable and flashy!
Read MoreSubtext 2.1.1 Available Via the Web Platform Installer
One of the cool products that I’m personally excited about announced at Mix is the updated Web Platform Installer.
Read MoreASP.NET MVC 1.0 Released!
Today I’m happy to write that ASP.NET MVC 1.0 RTW (Release To Web) is now officially released.
Read MoreLearn About ASP.NET MVC Via NerdDinner
I don’t know about you, but a great way to learn a new technology is to start using it. But to even start using it, it helps to be able to look at a real-world running application built on that technology. Combine that with source code and a walkthrough, and I think you have a winning combination.
Read MoreHotfix for Installing ASP.NET MVC With Azure, Power Commands, or Resharper
Yesterday, I wrote about troubleshooting Windows MSI Installers and talked about the pain we here feel when an installation fails. Turns out, it’s not always our fault. ;) It appears there’s a hotfix released for Visual Studio which addresses a problem with installing ASP.NET MVC when you have a third party add-in installed. I mentioned the three above because they are among the most commonly used add-ins which run into problems.
Read MoreTroubleshooting Windows MSI Installers
UPDATE: I updated this post slightly to address some good criticsm from
Rob
Mensching
by removing the MsiZap section. Note that this post does not blame the
Windows Installer for the few problems we have with ASP.NET MVC
installations. The major culprit tends to be either devenv /setup
or
ngen.exe
.
ASP.NET MVC 1.0 Release Candidate 2
UPDATE: This post is outdated. ASP.NET MVC 1.0 has been released already!
Read MoreI'm Speaking At Mix 2009
I finally have my registration worked out and I’m officially going to Mix09 this year! Woohoo! Not only am I going, but I’ll be speaking at Mix for the first time, so be sure to come by and say hi.
Read MoreALT.NET Seattle Day Two
Day two of ALT.NET is over and I’m already pooped (for you non-English speakers, that means tired, not something else that might come to mind).
Read MoreALT.NET Seattle Day Three
The third and last day of ALT.NET Seattle was a short one for me. My poor extremely patient wife was not feeling well today so I had to leave right at lunch time. But before I left, I did manage to attend a great session by John Lam and Jimmy Schementi on “Adding Scripting Support to .NET Applications”. In fact, you can watch the session here via Kyte.tv.
Read MoreALT.NET Seattle Day One
IronRuby ASP.NET MVC With Filters
Last July, I blogged about an IronRuby ASP.NET MVC prototype Levi and I put together with John Lam and Jimmy Schementi of the DLR team. It was really rough around the edges (and still is!)
Read MoreThe Functional Language Gateway Drug
Alternate Title: Linq, it’s not just for SQL.
Read MoreTake Charge of Your Security
Today I read something where someone was comparing Web Forms to ASP.NET MVC and suggested that Web Forms does a lot more than ASP.NET MVC to protect your site from malicious attacks.
Read MoreT4 Templates in ASP.NET MVC
Here’s a little known fact about T4 Templates…well besides that they exist in the first place. Visual Studio 2005 had support for T3 templates. T4 is the natural successor to T3. T3 is also the abbreviation used when marketing the movie Terminator 3: Rise of the Machines. I heard that the names are related, but I haven’t confirmed it beyond a doubt, which seems appropriate given the title of the movie. But you didn’t hear that from me, deal?
Read MoreSimple jQuery Delete Link For ASP.NET MVC
UPDATE: I have a followup to this post that works for down-level browsers.
Read MorejQuery Delete Link With Downlevel Support
Earlier this morning, I posted on making a simple jQuery delete link which makes it easy to create a delete link that does a form post to a delete action. Commenters pointed out that my solution won’t work for down-level browsers such as some mobile phones, and they were right. I wasn’t really concerned about down-level browsers.
Read MoreASP.NET MVC RC Refresh
Hello there. :)
Read MoreControls Collection Cannot Be Modified Issue with ASP.NET MVC RC1
In my last post, I announced the happy news that the Release Candidate for ASP.NET MVC is available. In this post, I say mea culpa for a known bug within this release.
Read More