Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET MVC with Mootools

    I've been playing around with ASP.NET MVC for some time now and I'd say I'm in love with it. I've seen several blogs posts here and there about it as well. One of the many things which I got really amazed about was the fact that you can use JSON as your return action on the controller. I’ve seen Steve...
    Posted to Thiago's Blog (Weblog) by tsantos on 01-05-2009, 12:00 AM
    Filed under: JSON, JavaScript, Mootools, AJAX, ASP.NET MVC
  • Interesting Finds: 2009 01.18~01.21

    Web Intro to Caching,Caching algorithms and caching frameworks part 1 - part 2 Readings in Distributed Systems Optimizing your very large site for search — Part 1 Debugging Silverlight in a Web Role on the Development Fabric Playing with JSON .NET jsc - recompile your .net assembly to javascript...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 01-20-2009, 12:00 AM
    Filed under: Interesting Finds, .NET, ASP.NET MVC, Architecture, JSON, Tips
  • Json, jQuery and ASP.NET MVC

    I’m stacking a few things here related to Json, jQuery and ASP.NET MVC so that I can get to them later on. JQuery to grab some Json when a web page is loaded: $(document).ready( function () { $.getJSON( "/MyController/MyJsonAction" , null , function (data) { //do stuff with data here }); }...
    Posted to IBlog<Johan> (Weblog) by jdanforth on 04-03-2009, 12:00 AM
    Filed under: ASP.NET MVC, Json, jQuery
  • Fill a Select/Option from Json with jQuery

    More jQuery and Json… To fill a listbox (select) with items from a Json call. I got this helper class to handle the options/items: public class SelectOption { public String Value { get ; set ; } public String Text { get ; set ; } } A sample action/method in ASP.NET MVC that returns Json: public JsonResult...
    Posted to IBlog<Johan> (Weblog) by jdanforth on 04-03-2009, 12:00 AM
    Filed under: ASP.NET MVC, Json, jQuery
  • Reflecting over JSON Data to Simplify Control Updates with jQuery

    My company is currently working on a consulting project that uses ASP.NET MVC and a lot of jQuery and JSON behind the scenes for data transfer which is a lot of fun.  I’m personally tasked with the back-end processes but also handling user interface updates as JSON data is received.  I have...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 04-06-2009, 12:00 AM
    Filed under: .NET, JSON, ASP.NET MVC, jQuery
  • Emulating the UpdatePanel in ASP.NET MVC 1.0 with AjaxHelper

    I just finished up a client application based on ASP.NET MVC 1.0 and thought I’d blog about some of the things I really liked.  If you didn’t catch my earlier post titled 5 Reasons You Should Take a Closer Look at ASP.NET MVC and are interested in learning more about what the MVC framework offers...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 05-14-2009, 12:00 AM
    Filed under: ASP.NET MVC, .NET, jQuery, JSON
  • Video: Getting Started with ASP.NET MVC 1.0

    I had the opportunity to speak at the Best of Mix 09 Phoenix event with Tim Heuer and Rob Bagby and had a lot of fun hanging out with everyone. I was the last talk and due to time constraints didn’t get a chance to cover everything I had hoped to cover, but all of the important topics were discussed...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 05-19-2009, 12:00 AM
    Filed under: .NET, Video, JSON, ASP.NET MVC, jQuery
  • Is It Too Late To Change JSON?

    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...
    Posted to What's New (Weblog) by Anonymous on 06-26-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, JavaScript, Security, JSON
  • Interesting Finds: 2009 08.19 ~ 08.25

    Web Google Analytics Data API - JavaScript Interactive Samples Cross-browser JSON Serialization in JavaScript mod_memcache_block - an apache module that allows you to block access to your servers using a block list stored in memcache Cross domain iframe communication without location polling Write Firefox...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 08-24-2009, 12:00 AM
    Filed under: ASP.NET MVC, SQLServer, JSON, PHP
  • ASP.NET MVC com jQuery + JSON

    Sobre o jQuery Apesar de ser um dos mais comentados “lançamentos” dos últimos anos, muita gente ainda não sabe e não tem prática com jQuery. Mas o mais legal disso é que o jQuery não tem nada de novidade por baixo dos panos. Basicamente, jQuery é um projeto resultante da soma do CSS, com seus seletores...
    Posted to André Nobre (Weblog) by anobre on 10-21-2009, 12:00 AM
    Filed under: .NET, ASP.NET MVC, JSON, jQuery
Page 1 of 2 (14 items) 1 2 Next >