ASP.NET MVC

Daily Dose - ASP.NET MVC 2 Has Arrived

Microsoft just released the second major version of ASP.NET MVC.  An alternative to HTML abstraction development in ASP.NET WebForms, ASP.NET MVC 2 is used in...

0 replies - 4973 views - 03/13/10 by Mitchell Pronsc... in Daily Dose

Goodbye Http Handler, Hello FileResult

If you have been developing applications in ASP.NET MVC then you are probably familiar with the ActionResult class. The ActionResult is the most common type of...

0 replies - 561 views - 03/12/10 by Michael Ceranski in News

Book Review: ASP.NET MVC in Action

Intent and audienceThis book is aimed at experienced web developers with a solid background. It covers advanced topics and does not try to hold the reader's hand.Relevance of materialThe book...

0 replies - 1332 views - 03/10/10 by Alvin Ashcraft in Book Reviews

Introducing the MVC Melee!!!

Hi, how are you? Been well? Awesome. I wanted to tell you about something I think is pretty cool, and that's the MVC Melee. The ever so clever/kick ass JP ...

0 replies - 114 views - 03/08/10 by Sara Chipps in Announcements

Building a Star Rating System with ASP.NET MVC and jQuery

While working on the WeBlog project I realized that I needed a star rating system for blog posts. A star rating allows your readings to rate content based on...

0 replies - 997 views - 03/02/10 by Michael Ceranski in News

ASP.NET MVC 1.0 Test Driven Development: Problem - Design - Solution

This book is a nice way to become familiar with Microsoft's ASP.NET MVC Framework and Test Driven Development (TDD) all at once. The author weaves TDD concepts and other development best practices...

1 replies - 1184 views - 02/11/10 by Alvin Ashcraft in Book Reviews

When will WebForm vs MVC become like ListView vs Repeater?

Lately I’ve been reading again lot of discussions going on about whether WebForm is a much wiser choice for developers, if it will die in favor of ASP.NET...

0 replies - 1388 views - 01/22/10 by Simone Chiaretta in News

ASP.NET MVC Translated for the Web Forms Programmer (5 in a series) - What the Frig Is a View Model?

I wanted to expound on something very important that I kind of glazed over in the last post, View Models. View Models are something that is very pivotal to MVC...

0 replies - 1111 views - 10/29/09 by Sara Chipps in News

12 ASP.NET MVC Best Practices

Last week I held two presentations about ASP.NET MVC for the new-born DotNetRomaCeStà user group in Rome. And one of them was about what I consider to be...

0 replies - 2059 views - 10/28/09 by Simone Chiaretta in News

My ASP.NET MVC Stack and Why I've Chosen It

In my current project I'm starting to develop a new web application using ASP.NET MVC and given all the environmental conditions, choosing the stack, from the...

0 replies - 1680 views - 10/15/09 by Simone Chiaretta in News

Sitemap Action Result for ASP.NET MVC

One common feature of any modern web application to improve its SEO and traffic is the use of sitemap as a standard XML derivation. I’ve been using such...

0 replies - 1781 views - 10/07/09 by Keyvan Nayyeri in News

ASP.NET MVC Translated for the Web Forms Programmer - Part 1 of 4

Ok, so, do you remember learning about HTTP Get and HTTP Post in school? Ok, do you remember when you started building Web Forms and you just chalked that up...

0 replies - 1794 views - 09/25/09 by Sara Chipps in News

Author Interview: Simone Chiaretta & Keyvan Nayyeri on ASP.NET MVC 1.0

DZone recently had a chance to sit down with Simone Chiaretta and Keyvan Nayyeri, authors of Wrox' Beginning ASP.NET MVC 1.0 and DZone's ASP.NET MVC 1.0...

0 replies - 2622 views - 09/09/09 by Alvin Ashcraft in Articles

Telerik Embraces Open Source with New Extentions for ASP.NET MVC

Newton, MA, August 12, 2009 – Telerik, a leading provider of development tools and solutions for the Microsoft .NET platform today unveiled its new line of...

0 replies - 1494 views - 08/12/09 by Alvin Ashcraft in Announcements

How to create a DropDownList with ASP.NET MVC

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked...

0 replies - 3222 views - 08/11/09 by Simone Chiaretta in News