The ASP.NET MVC Framework (Model View Controller) is one of the most talked about and long awaited additions to the Microsoft world of web development. Find and follow all the ASP.NET MVC news, announcements, blog posts, tutorials, tips, and other resources on AspDotNetMVC.com. Contact Us with any suggestions you have for the site.

Advertise Here

ASP.NET MVC Blog Posts ASP.NET MVC Blog Posts RSS Feed

Lots of people are blogging about the ASP.NET MVC Framework. AspDotNetMVC.com will help you keep an ear to the ground by keeping track of all ASP.NET MVC blog posts here.

<< First  < Prev  Page 1 of 237  Next >  Last >>  
  • Unit Testing Simple ASP.NET MVC Controllers - Chris Missal - Los ... (2/4/2010)
    I'm a Software Developer, a testing advocate, blogger, speaker (kinda), nerd, and disc golfer. I try to create quality, solid software and write about it when I think I've done something good.
  • ASP.NET MVC 2 (Release Candidate 2) Now Available (2/4/2010)
    [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] Earlier this evening the ASP.NET team shipped ASP.NET MVC (Release Candidate 2) for VS 2008/.NET 3.5.  You can download it here. The RC2 release of ASP.NET MVC 2 is a follow-up to the first ASP.NET MVC 2 RC build that we shipped in December.  It includes a bunch of bug fixes, performance work, and some final API and behavior additions/changes.  Below are...
  • Testing ASP.NET Sites for iPhone (2/4/2010)
    Writing a iPhone version of a website it can be a slight pain. After writing some code you have to upload it to a public location so you can browse to it with your phone. Even though you can browse the site you are still somewhat limited in your debugging options once your site is on a remote server ...
  • Multi-tenancy in ASP.NET MVC - Breaking it down (2/4/2010)
    Previous entries in the series Why do we want multi-tenancy In the last entry, we covered the basics of what I consider multi-tenancy to be, and why we might perhaps want to write our ASP.NET MVC web application with multi-tenancy in mind. The "ASP.NET MVC" component or front-end) of your multi-tena ...
  • Man Up and Hunt (2/4/2010)
    LINQ to SQL (Language Integrated Query) ASP. ... NET MVC 1 (Model Viewer Controller Framework)...
  • Implement custom Claim based Authorization in ASP.NET MVC Web Application (2/4/2010)
    To download the source code please click here Introduction Claim-based authorization is a new model of authorization introduced in Windows Communication Foundation. This model addresses more scenarios than the popular role based security model (IIdentity, IPrincipal). This is useful when an applicat ...
  • Integrating N2CMS into Who Can Help Me? Part 2 (2/3/2010)
    This is part 2 in my series of posts about integrating the .Net open source content management system N2CMS into the Sharp Architecture demo application Who Can Help Me?. In the first post I Added the N2 assemblies Added the edit site to the web project Created the initial content definitions Create ...
  • Simple Form Submission in ASP.NET MVC 1.0 (2/3/2010)
    First of all, let’s take a look at the directory structure. Here, I have created a new directory under “Views” and the name of the directory is “User”, inside this directory there are only 2 files Index.aspx and UserInfo.aspx. Inside controllers, I have created a controller file with corresponding n ...
  • Using FullCalendar jQuery component with ASP.NET MVC (2/2/2010)
    I found very good jQuery component called FullCalendar. My special favorites are agenda views because they make this calendar really useful in business applications. In this posting I will show you how to use FullCalendar with ASP.NET MVC. Prerequisites You need the following JavaScript components in your MVC project: jQuery jQueryUI (we want NICE calendar) FullCalendar Download these components and include them to your ASP.NET MVC project. If you have problems then take a look at the image on...
  • ClientScriptManager functionality for MVC – Part 1 (2/2/2010)
    The Problem A while back, while working in the MVC framework, I was longing for the ClientScriptManager.RegisterClientScriptInclude() and RegisterClientScriptBlock() functionality of traditional ASP.Net web forms. We were doing a lot of work in jQuery, both using standard plug-ins like AutoComplete ...
  • DefaultModelBinder class in System.Web.Mvc (2/2/2010)
    While working with validation for an MVC application I came across option for using DefaultModelBinder class. public class DefaultModelBinder : IModelBinder maps following types in response to a request. primitive types, model classes and collections What it does is, it takes the required object fro ...
  • Technical Jargon » Linq to Sql and ASP.NET MVC – DataLoadOptions ... (2/2/2010)
    Linq to Sql and ASP.NET MVC – DataLoadOptions per Request. February 2, 2010 – 2:47 pm. This is the third in a series of posts on using ASP.NET MVC with Linq to Sql: Part 1 – DataContext Per Request; Part 2 – AutoCommit and the ...
  • Spark learns to speak Fubu (2/1/2010)
    Assuming you’re using Visual Studio and not something more hard-core (like notepad), fire up a bog standard new ASP. ... NET Web Application - no not an MVC application, and no, not an empty MVC application either –...
  • Technical Jargon » Linq to Sql and ASP.NET MVC – AutoCommit and ... (2/1/2010)
    Linq to Sql and ASP.NET MVC – AutoCommit and the RoutePreParser. February 1, 2010 – 1:28 pm. This is the second in a series of posts on using ASP.NET MVC with Linq to Sql: Part 1 – DataContext Per Request; Part 2 – AutoCommit and the ...
  • Developing Modules for DotNetNuke using ASP.NET MVC – Part 3, The MvcModuleApplication Class (2/1/2010)
    In earlier blogs ( Part 1 and Part 2 of this series) I described how I have developed a Framework that allows developers to create DotNetNuke (DNN) modules using the new ASP.NET MVC Framework. In this blog I will describe the new base class which is used to enable this ability - MvcModuleApplication ...
<< First  < Prev  Page 1 of 237  Next >  Last >>  
Advertise Here