Articles : Page 1 of 1

  • Releasing Shrinkr – An ASP.NET MVC Url Shrinking Service

    Releasing Shrinkr – An ASP.NET MVC Url Shrinking Service

    Apr 10
    19

    Few months back, I started blogging on developing a Url Shrinking Service in ASP.NET MVC, but could not complete it due to my engagement with my professional projects. Recently, I was able to manage some time for this project to complete the remaining features that we planned for the initial release. So I am announcing the official release, the source code is hosted in codeplex, you can also see it live in action over here. The features that we have implemented so far: Public: OpenID Log...


  • Sending JSON to an ASP.NET MVC Action Method Argument

    Sending JSON to an ASP.NET MVC Action Method Argument

    Apr 10
    15

    Javier “G Money” Lozano, one of the good folks involved with C4MVC, recently wrote a blog post on posting JSON (JavaScript Object Notation) encoded data to an MVC controller action. In his post, he describes an interesting approach of using a custom model binder to bind sent JSON data to an argument of an action method. Unfortunately, his sample left out the custom model binder and only demonstrates how to retrieve JSON data sent from a controller action, not how to send the JSON to the action...


  • Sending JSON to an ASP.NET MVC Action Method Argument

    Sending JSON to an ASP.NET MVC Action Method Argument

    Apr 10
    15

    Javier “G Money” Lozano, one of the good folks involved with C4MVC, recently wrote a blog post on posting JSON (JavaScript Object Notation) encoded data to an MVC controller action. In his post, he describes an interesting approach of using a custom model binder to bind sent JSON data to an argument of an action method. Unfortunately, his sample left out the custom model binder and only demonstrates how to retrieve JSON data sent from a controller action, not how to send the JSON to the action...


  • Philly CodeCamp 2010.1 Slide Deck and Code Samples

    Philly CodeCamp 2010.1 Slide Deck and Code Samples

    Apr 10
    11

    Another successful Philly Code Camp is behind us. My talk focused on how to extend your MVC applications with JavaScript, jQuery, Ajax and jSON. Although I used ASP MVC 2 as the basis for the demos, the concepts are equally applicable to any web application environment. Attached is my slide deck and code samples from yesterday. Thanks again to all those who attended my session. As always, if you have any questions concerning the material, don't hesitate to contact me. Next up - Pittsburgh C...



  • 1