Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional

    Some of you maybe remember that I had added some security related features in Ajax.NET Professional . It is possible to put an AJAX token or to simple encrypt the data that gets over the lines. With Silverlight we get the System.Security.Cryptography namespace on the client – before it was not very easy...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-13-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Source Code, JSON, Silverlight
  • PDC 2008 ASP.NET AJAX Futures talk available online

    The full 83 minutes of my PDC talk are available on the Channel 9 web site . You can watch the session online (using Silverlight) or download the video in a number of formats. Slides and source code for the demo are also available. Watch online: http://channel9.msdn.com/pdc2008/PC32/ Download MP4 / iPod...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 11-03-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, .NET, JavaScript, Microsoft AJAX Library, HTML, JSON, Ajax Control Toolkit, jQuery, PDC
  • Serialize & Deserialize JSON Data

    Web Services with AJAX As most of you would already know, AJAX Extension allows you to create proxies to expose web services to be consumed by the Web Browsers. The mechanism for calling these service functions is completely asynchronous and allows you to specify two functions that will be called when...
    Posted to Haroon Waheed (Weblog) by hwaheed on 08-13-2008, 12:00 AM
    Filed under: ASP.NET, JSON, AJAX, Serialization, Web Service
  • Callback and JSON-Based JavaScript Serialization

    FYI: sample code is attached @ the end When working in ASP.NET, sometimes you need to call server-side methods asynchronously without having either full-page or partial-page postback. Thanks go to the ASP.NET team to provide an easy implementation of ICALLBACK. ICALLBACK ICALLBACK is a lightweight process...
    Posted to Muhammad Adnan Amanullah (Weblog) by Muhammad Adnan Amanullah on 01-26-2008, 12:00 AM
    Filed under: C#.NET, ASP.NET, JAVASCRIPT, JSON, CALLBACK
  • Amazon Wish List In JSON

    Today I explored some alternative JavaScript coding methods to make it easier to dynamically create DOM elements. I used jQuery and the jQuery Plugin, FlyDOM , to work with the Amazon web service API. I bought the book Amazon.com Mashups by Francis Shanahan from the Computer Books Direct club which is...
    Posted to Robert Robbins (Weblog) by rrobbins on 01-19-2008, 12:00 AM
    Filed under: ASP.NET, AJAX, JavaScript, JSON
  • Developing Web Widgets

    Last night I finally finished the improvements to my xml2json generic handler which were required to develop a Stickam widget. Since I am sending the URL of the feed as a query string value to the generic handler it was necessary to deal with ampersands in the feed's URL without screwing up the query...
    Posted to Robert Robbins (Weblog) by rrobbins on 01-12-2008, 12:00 AM
    Filed under: ASP.NET, XML, JavaScript, JSON
  • JSON Syntax Checker Tool

    Yesterday I found a useful tool for checking the syntax of JavaScript Object Notation strings: http://www.raboof.com/Projects/JsonChecker/ I needed that because I'm trying to create a widget for Stickam that will work in my compiled help file. I'm using my xml2json generic handler to convert XML to JSON...
    Posted to Robert Robbins (Weblog) by rrobbins on 01-11-2008, 12:00 AM
    Filed under: ASP.NET, XML, AJAX, JavaScript, JSON
  • Volta - Microsoft Live Labs

    On December 5th last year Microsoft Live Labs announced the Volta technology preview , a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns. You architect and built your application as a .NET client application, assigning the portions...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-03-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, .NET, Web 2.0, JavaScript, Source Code, JSON, HTML, Silverlight, MVC
  • JSON And Cross Domain XML Requests

    After finding a way to read RSS feeds in a custom help collection web page without cross domain restrictions, see previous blog post , I naturally wanted to do the same thing with XML feeds. You could probably figure that out for yourself given the RSS example but I hate it when I find sample code that...
    Posted to Robert Robbins (Weblog) by rrobbins on 12-21-2007, 12:00 AM
    Filed under: ASP.NET, XML, JSON
  • .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
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »