Home / ASP.NET Weblogs
All Tags » Ajax » Atlas » JSON (RSS)

Browse by Tags

Related Posts

  • .NET AJAX Survey Results

    Simone has finished the survey and published the results of the survey about the usage of AJAX among .NET web developers . The results are very interesting. The most used AJAX toolkit is ASP.NET AJAX with about 73.7% followed by the AJAX Control Toolkit which is used by almost half of the .NET developers...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-21-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, JSON, HTML, jQuery, UI
  • Ajax usage among .NET developers

    Simone Chiaretta had a look at the results of Ajaxian's survey about the state of the usage in the Web development community. He decided to make a new survey , but this time only focused on .NET developers. Please click here to take the survey and vote for your AJAX library you are using in production...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-19-2007, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Atlas, JSON, jQuery
  • Rules you need for Fiddler

    From time to time I install Fiddler on new PCs and everytime I have the same problem: which rules do I need to get most from Fiddler. Here are my top 5 rules I use: In OnBoot() I use following two lines to display the raw request and response inspectors: FiddlerObject.UI.ActivateRequestInspector("Raw"...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-05-2006, 12:00 AM
    Filed under: AJAX, ASP.NET, Atlas, JSON
  • .NET Developers Group München - Web 2.0 für Webentwickler

    Ich bin morgen Abend (20. November 2006) bei der .NET Developers Group München und spreche über Web 2.0. In meinem Vortrag möchte ich verschiedene Frameworks (Yahoo! UI, Dojo, AjaxPro , Microsoft ASP.NET AJAX) kurz vorstellen, und auch Funktionen zeigen, die viele bis jetzt wohl noch nicht...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-20-2006, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, Web 2.0, Atlas, JSON
  • Albert Weinert will talk about Ajax.NET Professional in Cologne, Germany

    Alber Weinert is talking about Ajax.NET Professional (and details on JSON ) in Cologne, Germany: "Ich halte am Dienstag, den 25.07.2006 wieder einen AJAX Vortrag [2]. Diesmal in Köln bei der .net user group Köln [1]. Nachdem ich nochmal kurz die Grundlagen zu AJAX erkläre, gehe ich...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-19-2006, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, Web 2.0, JavaScript, Atlas, JSON, IE
  • Serializing Objects as JSON using Atlas, JSON.NET and AjaxPro [Part 2]

    As there was a little discussion about serialization of .NET types and deserialization of these genereted JSON strings I have updated Ajax.NET Professional (version 6.7.9.1) to allow parsing of new Date statements, too. You can use the JSON generated string to do a deserialization right after, now. I...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-10-2006, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, Web 2.0, JavaScript, Atlas, JSON
  • AJAX Web Applications and Time Zones

    Because I'm currently playing with a lot of AJAX frameworks I'm searching for the correct use of dates and times in web applications. Ajax.NET Professional is using time zone indentifier to know from which time zone the request is comming from. See following server-side C# code: [AjaxMethod] public static...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-07-2006, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, Web 2.0, JavaScript, Atlas, JSON
  • Why Ajax.NET Professional is using the __type property?

    Ajax.NET Professional is using attributes, there is no need to inherit from special pages or include dummy web controls to do all the job, there is no need to write special source code. Any .NET assembly can include classes with AjaxMethods that can be used in your ASP.NET web application. Some months...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-07-2006, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, Web 2.0, JavaScript, Atlas, JSON
  • Serializing Objects as JSON using Atlas, JSON.NET and AjaxPro [Part 1]

    I read the post from Scott Hanselman today comparing the internal use of JSON de-/serializer from the Atlas framework and Ajax.NET Professional . Scott writes that Ajax.NET Professional cannot serialize the Person object correct to JSON and back. This is wrong if you only use the serializer and deserializer...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 07-05-2006, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, Atlas, JSON
  • Simple way of converting server side objects into client side using JSON serialization for asp.net websites

    Introduction:- With the growth of Web2.0 and the need for faster user experience the spotlight has shifted onto javascript based applications built using REST pattern or asp.net AJAX Pagerequest manager. And when we are working with javascript wouldn’t it be much better if we could create objects in...
    Posted to Anil Kasalanati (Weblog) by anil.kasalanati on 12-29-2010, 12:00 AM
    Filed under: c#, AJAX, ASP.NET, .NET, Atlas, JSON, Server side objects to client side, Serialization, WCF
Page 1 of 1 (10 items)