-
Recent Posts
Recent Comments
- Raif on Tips for building Nuget packages
- joshuaflanagan on Coordinating multiple ajax requests with jquery.when
- Kalina Todorova on Coordinating multiple ajax requests with jquery.when
- joshuaflanagan on How we handle application configuration
- Richard Brown on How we handle application configuration
Archives
- March 2012
- February 2012
- January 2012
- October 2011
- August 2011
- June 2011
- May 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- September 2008
Categories
Meta
Category Archives: mvc
Opinionated Input Builders – Part 7 More on Performance / Take 2.
Part 1 – Overview Part 2 – the Label Part 3 – the Source Code Part 4 – the Partial View Part 5 – the Required Field Indicator Part 6 – the Performance Part 7 – the Performance Take 2 … Continue reading
ASP.NET 400 Bad Request with restricted characters
Today I had to hunt down a reported defect that said our advanced search functionality was returning a Bad Request error. On initial inspection, I was unable to reproduce the issue. After talking to our product manager, I learned that … Continue reading
But don’t worry, WebForms is not going away…
I got a kick out of Jeremy’s eye poke at the ASP.NET WebForms “simpler” approach to web development. In the same spirit, remember how convoluted it was to call simple JSON services from WebForms? Well, my friend and former colleague … Continue reading
Also posted in jquery
Leave a comment
I will be presenting An Afternoon of Asp.Net MVC with Headspring Systems – February 19th in Austin
I will be presenting and teaching on the Asp.Net MVC framework on February 19th 1:00 pm – 4:30pm at the Microsoft Office in Austin. The following topics will be covered: What is MVC Routing Testing View Engines Controller Factory … Continue reading
Also posted in Uncategorized
Leave a comment
If you are developing on Asp.Net MVC and your are not using MvcContrib….. What is wrong with you?
I just went through some stats from the MvcContrib project and I saw that we have had over 26k downloads. That makes me so happy to know that it is being used and it is filling a gap that … Continue reading
Also posted in git, teamcity
6 Comments
Model Driven template/scaffolding addin for Visual Studio
After playing around with the T4 templates in the Asp.Net MVC release, I wanted to test out what a more complete solution would look like. Here are some screen shots and mock ups to demonstrate what the tooling experience … Continue reading
Also posted in fubumvc
Leave a comment
Trying to extend the Asp.Net MVC (T4) item templates to create multiple files.
One of the features I was really excited about for the MVC RC was the template/Model based scaffolding support in the Add View and Add Controller menu options inside of visual studio. I think that they have made a … Continue reading
Also posted in git
4 Comments
Warning: Using the IDataErrorInfo feature in an Asp.net MVC application should be considered a Worst Practice.
I wanted to comment on the use of IDataErrorInfo in the Asp.Net Mvc Release Candidate. Take a look at a sample that David Hayden put together to demonstrate how to use this feature. [AcceptVerbs(HttpVerbs.Post)] public ActionResult Create(FormCollection form) { var customer … Continue reading
Also posted in fubumvc
8 Comments
Look Ma, No Code-Behind!
I’ve been playing with some MVC-related stuff and one of the things I took a second to look at was not having to have a code behind in order to do the whole ViewPage<MODEL> business. I came up with this: … Continue reading
KaizenConf, MVC, and Internal DSLs, OH MY!
First of all, KaizenConf ended up turning out really well. Thank you Scott Bellware, David Laribee, and others involved in its organization. Also, thank you Doc List and the various sponsors who also had a big hand in its success. … Continue reading
