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 2 of 271  Next >  Last >>  
  • ASP.NET MVC 3 and Custom Extensions (8/7/2010)
    When playing with the latest ASP.NET MVC 3 Preview 1 bits, some people have mentioned their dislike of the .cshtml extension used for the “razor” view engine that comes with ASP.NET MVC 3 and also WebMatrix. Well there are a number of ways you can change this. For the purposes of learning and tinkering, I decided to try and register a new view engine using the new Dependency Injection support within ASP.NET MVC 3. So, in the Global.asax.cs file I did this: protected void...
  • ASP.NET MVC 2 & StructureMap Error - ASP.NET MVC 2 - GetControllerInstance(System.Type)': no suitable method found to override - OH NO! (8/7/2010)
    Don't you just wish that when you port your applications from ASP.NET MVC 1 to ASP.NET MVC 2 and beyond that things just worked? If it did, I guess it would put some of us out of work. It is always nice to know that thanks to these updates and the technologies we employ to make our lives easier, we ...
  • ASP.NET MVC: Adding client-side validation to ... (8/6/2010)
    In the last two posts (here and here) we added client-side validation support for the ValidatePasswordLengthAttribute that is part of the default ASP.NET MVC project template. In this post we will look at another of the validators in ...
  • Connect Your Web App To Twitter Using Hammock & C-Sharp (8/5/2010)
    The Challenge Recently I was challenged with the task of connecting a web application to Twitter and sending out a tweet. This article will focus on the connection to Twitter, saving the talk about sending out a tweet for another article. Having used TweetSharp last year, I thought I would check for ...
  • On An Unobtrusive IronPython ViewEngine for ASP.NET MVC (8/5/2010)
    With all the recent attention given to the Razor view engine, I thought it would be interesting to see if I could prototype an even less intrusive syntax for a view engine. In other words… From WebForms: 1 2 3 4
  • ASP.NET MVC DI with Common Service Locator and NInject (8/5/2010)
    I think everyone knows about Dependency Injection (DI) and how important it is when it comes to building low-coupled components. There are many IoC (Inversion of Control) containers. The most popular are Spring.NET CastleWindsor StructureMap Ninject Unity Autofac Each of them has its own pros and co ...
  • Orchard 0.5 is out (8/4/2010)
    Before I joined Microsoft seven years ago, I had spent a couple of years building a Web CMS. It wasn’t open-source unfortunately but the experience convinced me that most public-facing web sites would shortly use some form of CMS. I also forged strong opinions about the right level of component granularity that a CMS must implement. For the last year and a half, I have been fortunate enough to work with a talented small team within ASP.NET and with a growing community from all around the world...
  • Restrict ASP.NET MVC Action's Using The ActionMethodSelectorAttribute (8/2/2010)
    A huge reason why I love ASP.NET MVC is its flexibility and it is extensible. I recently came across a topic on the forums on how to restrict certain HTTP requests when using ASP.NET MVC. This is a perfect scenario to create your own ...
  • Dynamic Methods in View Data (8/2/2010)
    In ASP.NET MVC 3 Preview 1, we introduced some syntactic sugar for creating and accessing view data using new dynamic properties. Sugar, it’s not just for breakfast. Within a controller action, the ViewModel property of Controller allows setting and accessing view data via property accessors that ar ...
  • WebMatrix: What is it, Why use it, and Who’s it for? (8/2/2010)
    What is WebMatrix? WebMatrix is a free, lightweight Web development stack that makes it easy to build web sites that can grow with you, from installation to product deployment & maintenance. Developers can take advantage of mastering fundamental concepts of building apps for the web by using WebMatr ...
  • Rendering a Xaml Gauge Control in ASP.NET MVC : Amazedsaint's .net ... (8/1/2010)
    In my last post, I introduced XamlAsyncController, a POC implementation that shows how to render Xaml controls from ASP.NET MVC. I've modified the code a bit more, so that now you pass some ViewModel objects during the rendering process ...
  • My Technology Stack (7/31/2010)
    A bunch of people have been posting answers to David Burela’s ‘ What is your preferred technology stack?’ question and I thought I’d join in. At work we’re just finishing up on a smallish project that uses this stack: ASP.NET MVC 2.0 If you’re developing web applications on Microsoft’s stack, the We ...
  • Using HTTP Response Filter in ASP.NET (7/31/2010)
    In an ASP.NET application if you want to manipulate the HTML code after it has been rendered but before it is being sent back to the client, you can use a custom filter to intercept that stream and modify it according to your needs. One scenario is injecting elements that in turn can be used by the ...
  • What's your current stack ? (7/29/2010)
    Paul Stovell started something with his Ultimate Lib Folder post, David Burela picked up the meme and has run with it so I thought I'd join in. I've recently started a new personal project, these are always a fun way to get your hands on some new tools to experiment. So here goes. ASP.NET MVC. In my ...
  • MVC 3 – Supporting Custom View Engines (7/29/2010)
      MVC 3 Preview 1 was released earlier this week. It’s packed with new features such as dependency injection, global filters and new tooling to support multiple view engines, including the new Razor view engine for C# (see the end of this post for a list of related posts). Support for Visual Basic will be included in a future release of MVC. For now, our focus has been on getting as much of the C# support completed, including new project types, item templates and T4 files. In this post I...
<< First  < Prev  Page 2 of 271  Next >  Last >>  
Advertise Here