Tweets.Take(5)
- Vacation.Start(DateTime.Now); 5 days ago
- Taking the plunge w/ Anathem by Neal Stephenson - Reviews say it's good if you were into Snow Crash / Diamond Age / Asimov Foundation ;-) 1 week ago
- Heading off-line for a week and need some good (non-coding) kindle fodder... what great stuff have you read recently? #LazyWeb 1 week ago
- Jill + Martini http://t.co/eegIhhK5 1 week ago
- Tired kiddo up top (friends place @ Grand Lake) @ Grand Lake, CO http://t.co/YtSzPmvS 1 week ago
-
Recent Posts
Categories
Meta
Category Archives: asp.net mvc
ASP.NET MVC3 and 404’s for Area Controllers
So I’m a big fan of ASP.NET MVC, and the general idea of convention over configuration, but I spent a few hours late last night fighting with something, and the Google was no help, so hopefully this helps someone else… … Continue reading
Posted in asp.net mvc
7 Comments
Debugging ASP.NET MVC3 Apps using oAuth Secured APIs
We have been working on the 2011 of the un-official Esri User Conference BackChannel app, and one thing we added this year is the option to register and sign-in using your Facebook or Twitter credentials. To be more specific, the … Continue reading
Posted in asp.net mvc, C#, Esri, oAuth
Leave a comment
Custom 404 Pages for ASP.NET MVC 3
We are just about to release a new version of our corporate website, and one of the last things I needed to do was handle 404’s gracefully. We did a major overhaul of the information architecture, so there is a … Continue reading
Posted in asp.net mvc, C#
2 Comments