Clicky

Stuart Leeks - Site Home - MSDN Blogs

Stuart Leeks

Stuart Leeks - Application Development Consultant

Search
Posts
  • Stuart Leeks

    WebGrid extensions on NuGet

    • 0 Comments
    If you’ve not read my MSDN magazine article on using WebGrid to render tabular data then go read it now: http://blogs.msdn.com/b/stuartleeks/archive/2011/07/03/get-the-most-out-of-webgrid-in-asp-net-mvc.aspx ! This post announces the NuGet package WebGridMvc...
  • Stuart Leeks

    Flexible Conditional Validation with ASP.NET MVC 3

    • 0 Comments
    What? My colleague Simon and I have each written conditional validators with a number of customers, and Simon has blogged about it a number of times . I’ve had another idea in this space that I’ve been meaning to post for a while. Simon’s...
  • Stuart Leeks

    Pluggable Model Conventions

    • 1 Comments
    One of the things that I really like about ASP.NET MVC is its extensibility story. In the recent deliveries of the ASP.NET MVC Ramp Up I’ve shown a sample project with a few extension applied. Some of these have already been published on the...
  • Stuart Leeks

    ASP.NET MVC resources

    • 1 Comments
    One of the fairly common questions I get asked is "what good resources are there for ASP.NET MVC?" The one that people are generally familiar with is www.asp.net/mvc - I think the memorable URL helps ;-) Another one (that's a bit less discoverable...
  • Stuart Leeks

    Get the Most out of WebGrid in ASP.NET MVC

    • 7 Comments
    My first MSDN Magazine article is up: Get the Most out of WebGrid in ASP.NET MVC . So, if you want to find out how to make the WebGrid component from WebMatrix fit in with ASP.NET MVC then take a peek…. http://msdn.microsoft.com/en-us/magazine...
  • Stuart Leeks

    ASP.NET MVC: Partial rendering and AjaxAttribute

    • 0 Comments
    On a number of occasions I’ve been working with a customer on a scenario where we were adding some Ajax partial rendering support.. All too often demos for this scenario are over-simplified and only render a minimal amount of data. I’m guilty...
  • Stuart Leeks

    Debugging ASP.NET MVC

    • 0 Comments
    One of the handy things about ASP.NET MVC is that the source code is available. I’ve found this pretty useful over time when wanting to understand how things work. And occasionally it has been pretty helpful when trying to find out why my code isn’t working...
  • Stuart Leeks

    ASP.NET MVC 3: Integrating with the jQuery UI date picker and adding a jQuery validate date range validator

    • 45 Comments
    This is post looks at working with dates in ASP.NET MVC 3. We will see how to integrate the jQuery UI date picker control automatically for model properties that are dates and then see an example of a custom validator that ensures that the specified date...
  • Stuart Leeks

    ASP.NET MVC: ValidatePasswordLength and PropertiesMustMatch in ASP.NET MVC 3 RC2

    • 0 Comments
    This is the fifth post in what is becoming a mini-series: ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute ASP.NET MVC: Adding client-side validation to ValidatePasswordLengthAttribute in ASP.NET MVC 3 Preview 1 ...
  • Stuart Leeks

    Using ASP.NET MVC and jQuery to create confirmation prompts

    • 0 Comments
    Having coded up samples several times showing how to add confirmation prompts to links on a web page I figured I’d post it here so that I can simply grab it next time round! My colleague Simon Ince & I put together a Ramp Up session for ASP.NET MVC...
Page 1 of 5 (48 items) 12345