Skip to main content

Home/ Groups/ ASP.Net MVC
1More

ASP.NET MVC 3 Extensionless URLs on IIS 6 - 0 views

  •  
    "A lot has been written about how to get ASP.NET MVC running on IIS 6 with extensionless URLs. Up until now, the story hasn't been very pretty. When running ASP.NET MVC on ASP.NET 4, it gets a lot easier."
1More

jQuery Templates with ASP.NET MVC - Hajan's Blog - 0 views

  •  
    "Now, I will show one real-world example which you may use it in your daily work of developing applications with ASP.NET MVC and jQuery."
1More

Naked Objects - Resources - 1 views

  •  
    "If you are interested in the formal arguments for the Naked Objects pattern, and a scientific analysis of its benefits, read Richard Pawson's PhD thesis."
1More

Credit Card Validator Attribute for ASP.NET MVC 3 - 0 views

  •  
    Quickly and simply validate your credit card fields by adding this attribute to your POCO model class.
2More

Rat's Random Ramblings - 0 views

  •  
    My blog
  •  
    Booking-marking your own blog! I know you are gonna say it is so that you can share it with us. Tut tut. ;)
1More

Naked Objects MVC - 0 views

  •  
    "Naked Objects MVC combines the power of the naked objects pattern with Microsoft's ASP.NET MVC 2 framework. Now you can take a POCO domain object model and turn it into a fully-functional web application in minutes, without writing a single line of user interface code. You can then customise the generic user interface by adding custom style sheets, custom views and custom controllers, following standard ASP.NET patterns."
1More

InfoQ: Fulfilling the Promise of MVC - 0 views

  •  
    "Model-View-Controller (MVC) is probably the most cited example of an architectural software pattern. It was conceived by Trygve Reenskaug working in the SmallTalk group at Xerox Parc in 1978. One motivation for the pattern was the separation of concerns: to allow Model objects to be concerned only with modeling business capabilities, not with how their data and methods were presented to the user, nor with capturing or responding directly to user inputs.[1] "
1More

Introducing "Razor" - a new view engine for ASP.NET - ScottGu's Blog - 0 views

  •  
    One of the things my team has been working on has been a new view engine option for ASP.NET. ASP.NET MVC has always supported the concept of "view engines" - which are the pluggable modules that implement different template syntax options. The "default" view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we've been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is "Razor", and we'll be shipping the first public beta of it shortly.
1More

jqPlot Usage - 1 views

  •  
    Looks like I'll be using this one. Seems to be a bit better documented.
1More

jqPlot Charts and Graphs for jQuery - 1 views

  •  
    A Versatile and Expandable jQuery Plotting Plugin
1More

ASP.NET MVC 2 Custom Validation - 0 views

  •  
    Explains how to implement a custom validation attribute
3More

System.ComponentModel.DataAnnotations Namespace () - 0 views

  •  
    Lists the built-in attributes you can use on you model for validation
  •  
    Yup. Used this a little before. Seems handy.
« First ‹ Previous 161 - 180 of 196 Next ›
Showing 20 items per page