ASP.NET MVC

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 - 639 views - 10/29/09 by sarajo 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 - 1020 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 - 1292 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 - 1070 views - 10/07/09 by keyvan 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 - 1302 views - 09/25/09 by sarajo 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 - 1732 views - 09/09/09 by alashcraft 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 - 1045 views - 08/12/09 by alashcraft 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 - 1933 views - 08/11/09 by Simone Chiaretta in News

.NET Fireside Chats - Nick Berardi on 'ASP.NET MVC 1.0 Website Programming'

Microsoft recently released the ASP.NET MVC Framework version 1.0. As a result, there are several recent titles which focus on the MVC Framework. One of those...

0 replies - 1382 views - 06/23/09 by alashcraft in Articles

Adding the LINQ to SQL ORM to Your .NET Project

I am working on a new personal project (I mentioned it in my videocast), I am building it in MVC, since it is a small project I wanted an easy to use and...

0 replies - 878 views - 05/26/09 by sarajo in News

Custom Controller Factory in ASP.NET MVC

After discussing custom route handler and IRouteHandler as two extensibility points in ASP.NET MVC to customize the behavior of routing system, now I want to...

0 replies - 1505 views - 05/12/09 by keyvan in News

IRouteHandler in ASP.NET MVC

In my last post I covered one of the nice extensibility points in ASP.NET MVC to customize route constraints in your MVC applications.

0 replies - 1237 views - 04/29/09 by keyvan in News

How to improve the performances of ASP.NET MVC web applications

Today I stumbled upon a nice presentation that Rudi Benkovic gave last week at the Slovenian DotNet User Group, about ASP.NET MVC Performances. The Big...

0 replies - 1052 views - 04/17/09 by Simone Chiaretta in News

5 Blogs ASP.NET MVC Developers Should Be Following

I’m a huge fan of ASP.NET MVC (I’ve blogged about it several times) and, like many of you, I’ve been looking around for some good real-world tips on...

1 replies - 1757 views - 04/13/09 by justin_etheredge in News

13 ASP.NET MVC extensibility points you have to know

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if...

0 replies - 1673 views - 04/08/09 by Simone Chiaretta in News