So I've had validation in MVC 2 on the brain for the last few days. I've posted on it a few times over at http://www.howmvcworks.net, here, here and here. I came up with another idea last night. Just now I tried it out and liked it. Thought I would see what the world thinks.

Filed Under: ASP.NET MVC

Comments: 0

Time to get this new year started! Today I am starting a new series on http://www.howmvcworks.net on models, view models and related issues. I few weeks ago I asked for suggestions on tutorials and both @jasona and @samdelagarza suggested material around validation and model binding. This series will cover both topics and more. If anyone has suggestions or requests, please let me know.

Filed Under: ASP.NET MVC

Comments: 0

Yesterday I was fortunate enough to do C4MVC's virtual presentation. It was my first virtual presentation and that's definitely a different experience, though still fun.

Filed Under: ASP.NET MVC

Comments: 1

The slides for my presentation at the North Dallas .NET User Group (and for the Houston Tech Fest meeting...though they have changed slightly) are now posted and you can find them here.

Filed Under: ASP.NET MVC

Comments: 0

I just posted information on my talk titled "UI Extensibility Techniques with ASP.NET MVC Ajax and jQuery" here. For those of you following me since Houston Tech Fest, you'll find your link to the source code there. For those going to the NDDNUG talk on Wednesday...you'll also find the source code there :)

Filed Under: ASP.NET MVC

Comments: 0

I just posted a few new tutorials on ASP.NET MVC. They are all around doing Ajax with ASP.NET MVC and you can find them here. Let me know if you have any suggestions, requests or corrections. Hope some of you find them useful.

Filed Under: Ajax ASP.NET MVC

Comments: 0

This announcement by Bertrand Le Roy on some new Ajax Control Toolkit controls was a nice bit of news to me the other day. One thing I was looking for was a new Html editor...great timing! Tonight I set out to implement it in one of my MVC projects.

Filed Under: Ajax ASP.NET MVC

Comments: 1

Because I don't have enough to do, I just launched a new site called How ASP.NET MVC Works. Will be updating it occasionally with new content. Hope all you peeps find it useful.

Filed Under: ASP.NET MVC

Comments: 0

I haven't tried upgrading an existing site yet, but new website creation works well. The only thing I've seen so far is that if you create a unit test project to go with your web app it won't compile. Luckily, all you have to do is include the proper namespace reference to your controllers at the top.

Filed Under: ASP.NET MVC

Comments: 0