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.

Looking for an ASP.NET MVC Book? We can help. Checkout our Books page.
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 168  Next >  Last >>  
  • asp.net mvc tutorial - where is it storing my login data? (6/28/2009)
    ...i downloaded asp.net mvc and i am playing around with the main tutorial. In the upper right, when i click log in or register new user, i am...
  • How can I do a messagebox in asp.net mvc? (6/28/2009)
    I've been trying to do a messagebox in a controller in asp.net mvc, but every time I type MessageBox or MsgBox it doesn't give me the option to
  • ASP.NET MVC: Let StructureMap create your controllers (6/28/2009)
    For those of you already familiar with StructureMap and want to use it to configure your objects in ASP.NET MVC, read on. The ASP.NET MVC framework has a default controller factory (DefaultControllerFactory) that requires all controllers to have a parameterless constructor. So, if you want to inject your dependencies to the constructor, you can’t do it. In addition, Microsoft suggests the following pattern to mock out the dependencies when testing: The Microsoft way of testing (Example f
  • Handling a checkbox in ASP.NET MVC (6/27/2009)
    If you’ve been struggling with the checkbox component in ASP.NET MVC, it is quite simple to resolve. In the postback procedure in the controller you have to get that FormsCollection value for the checkbox in question and split the array. If the checkbox was checked in the view, the return value shou ...
  • Saturday Night Wrestling with MVC (6/27/2009)
    Ok… It wasn’t really that bad, but it did take some effort. Here was my objective: Now that MVC (ASP.NET Model-View-Controller) 1.1 has been released (not sure how I missed that) to work with Visual Studio 2010 and .NET 4.0 migrate my evolving website to use the .NET 4.0 beta. I was able to get it [ ...
  • ASP.Net MVC: Intro To MVCContrib TestHelpers (6/27/2009)
    MVCContrib contains an assembly specifically built to provide help when unit testing ASP. Net MVC controller actions....
  • Custom Action Filter in ASP.Net MVC application (6/26/2009)
    This article will give an introduction of Action Filter in ASP.Net MVC framework. This will also explain how to create a custom Action filter.
  • Using TinyMCE with Ajax in ASP.NET MVC (6/26/2009)
    I was having some problems with getting TinyMCE to work nicely in ASP.NET MVC when using Ajax.BeginForm(). Luckily, it was quite easy to come up with a solution! The problem is that when using TinyMCE the desired textarea value doesn’t get set by TinyMCE, cause it doesn’t respond to the ajax form su ...
  • Is It Too Late To Change JSON? (6/26/2009)
    In my last post, I wrote about the hijacking of JSON arrays . Near the end of the post, I mentioned a comment whereby someone suggests that what really should happen is that browsers should be more strict about honoring content types and not execute code with the content type of application/json . I totally agree! But then again, browsers haven’t had a good track record with being strict with such standards and it’s probably too much to expect browsers to suddenly start tightening ship, not
  • ASP.NET MVC Client-side Resource Combine (6/26/2009)
    ASP.NET MVC Client-side Resource Combine is another spin-off library from one of my current development projects. (The other is ASP.NET MVC Validation Library .) While the name is “resource combine”, this library actually does more than just combining client side resources including JavaScript and CSS. It allows you to organize resources into groups which will be combined, minified, compressed, and cached (at both client and server sides) together. While the library comes bundled with some
  • Jess Chadwick: Coder: ASP.NET MVC ViewData Extensions (6/25/2009)
    Bookmark this on Delicious - Saved by d4ljoyn to mvc dotnet aspnet programming - More about this bookmark
  • JSON Hijacking (6/25/2009)
    A while back I wrote about a subtle JSON vulnerability which could result in the disclosure of sensitive information. That particular exploit involved overriding the JavaScript Array constructor to disclose the payload of a JSON array, something which most browsers do not support now. However, there ...
  • Starting a simple ASP.NET Web App (6/25/2009)
    ASP.NET MVC is Microsoft's way of getting on the MVC wagon. It offers a lot more control over the application you're building, no more WebControls ( personally I never and hope to never have to use it ), pure XHTML as W3C would have you ...
  • F# Records and ASP.NET MVC Binding (6/25/2009)
    I came across a thread on hubFS about deserialising F# records with JSON . After Mr. McNamara pointed out that DataContract serialization would work with F# records, I realised we can do the same for other serialisation systems, such as ASP.NET MVC. ASP.NET MVC binding doesn't work with F# records for a few reasons. First, it requires a default constructor, and record types don't have one. Second, it needs settable properties, and records have read-only properties. Fortunately, t
  • ASP.NET MVC Validation Refresh: Best Techniques & Frameworks ... (6/25/2009)
    I just wanted to do a refresher post regarding ASP.NET MVC validation as many things have changed over the last couple of months and there is a lot of.
<< First  < Prev  Page 1 of 168  Next >  Last >>  
Advertise Here