Templated Razor Delegates
David Fowler turned me on to a really cool feature of Razor I hadn’t realized made it into 1.0, Templated Razor Delegates. What’s that? I’ll let the code do the speaking.
Read MoreHow To Find Out Which NuGet Packages Depend on Yours
Renaming a package ID is a potentially destructive action and one we don’t recommend doing. Why? Well if any other packages depend on your package, you’ve effectively broken them if you change your package ID.
Read MoreChanging Base Type Of A Razor View
Within a Razor view, you have access to a base set of properties (such
as Html
, Url
, Ajax
, etc.) each of which provides methods you can
use within the view.
Routing Regression With Two Consecutive Optional Url Parameters
It pains me to say it, but ASP.NET MVC 3 introduces a minor regression in routing from ASP.NET MVC 2. The good news is that there’s an easy workaround.
Read MoreNuGet 1.1 Released!
Today I’m pleased to announce the release of NuGet 1.1 to the VS Extension Gallery and CodePlex. If you have NuGet 1.0 installed, just launch the VS Extension Manager (via Tools | Extension Manager menu) and click on the Updates tab.
Read MoreRedirecting Routes To Maintain Persistent URLs
Over a decade ago, Tim Berners-Lee, creator of the World Wide Web instructed the world know that cool URIs don’t change with what appears to be a poem, but it doesn’t rhyme and it’s not haiku.
Read MoreIntroducing RouteMagic
Over the past couple of years, I’ve written several blog posts on ASP.NET Routing where I provided various extensions to routing. Typically such blog posts included a zip download of the binaries and source code to allow readers to easily try out the code.
Read MoreSprechen Sie ASP.NET MVC?
Ni hao ma!
Read MoreNuGet Logo Stickers
Last night I got a little treat in the mail from the kind folks at StickerMule. I really appreciate how they support open source projects with such great stickers.
Read MoreBuilding a Self Updating Site Using NuGet
For those of you who enjoy learning about a technology via screencast, I’ve recorded a video to accompany and complement this blog post. The screencast shows you what this package does, and the blog post covers more of the implementation details.
Read MoreASP.NET MVC 3 and NuGet 1.0 Released (Including Source Code!)
The changing of the year is a time of celebration as people reflect thoughtfully on the past year and grow excited with anticipation for what’s to come in the year ahead.
Read MoreUploading Packages To The NuGet Gallery
As David Ebbo blogged today, the NuGet Gallery is now open to the public. The goal of the NuGet Gallery is to be the hub for NuGet users and package authors alike. Users should be able to search and discover packages with detailed information on each one and eventually rate them. Package authors can register for an API key and upload packages.
Read MoreGrouping Routes Part 2
In part 1 of this series, we looked at the scenario for grouping routes and how we can implement matching incoming requests with a grouped set of routes.
Read MoreC# Razor Syntax Quick Reference
I gave a presentation to another team at Microsoft yesterday on ASP.NET MVC and the Razor view engine and someone asked if there was a reference for the Razor syntax.
Read MoreTop 10 Blogging Clichés of 2010
Dear Reader, I apologize for not blogging much lately. I know, total #fail, but I’ve been so f***ing busy lately. I thought I would start off this new year right with a top ten list FTW!
Read MoreEnd Of Year 2010 Extravaganza
It’s the end of the year and it’s time for the annual year in review blog post. I know what you’re thinking, but don’t worry, you remembered to turn off the stove before leaving.
Read MoreASP.NET MVC 3 Extensionless URLs on IIS 6
A lot has been written about how to get ASP.NET MVC running on IIS 6 with extensionless URLs. Up until now, the story hasn’t been very pretty. When running ASP.NET MVC on ASP.NET 4, it gets a lot easier.
Read MoreSee Me in Brazil and Argentina in March
Along with James Senior, I’ll be speaking at a couple of free Web Camps events in South America in March 2011.
Read MoreNot Really Interested In Lean
We could have done better. That’s the thought that goes through my mind when looking back on this past year and reflecting on NuGet.
Read MoreHow Would You Maximize Profit From A Time Machine?
At some point, everybody and every team makes a mistake they regret and wish they could take back. During our regular status meetings, I sometimes make the mistake of saying something like “if I could go back in time, I’d tell myself not to make that decision.”
Read More