Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Consuming WebServices in JavaScript with Mootools

    As we all know, Visual Studio will have jQuery support for now on, which is a great thing. I use jQuery heavily at work when customizing CRM and also to develop other projects. However, I really enjoy Mootools, which is another great JavaScript framework. Long ago I've seen a post somewhere about calling...
    Posted to Thiago's Blog (Weblog) by tsantos on 11-18-2008, 12:00 AM
    Filed under: .NET, JSON, JavaScript, Mootools, Web Services, AJAX
  • 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
  • My own small .NET Micro Framework Web Server

    While developing my small Ajax.NET M! library for creating Web applications that run on the .NET Micro Framework I have started to write my own Web server. Some years ago I wrote a simple SMTP/POP server and using some code from there was a great help. The first version will only return static HTML pages...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-06-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, JSON, HTML, .NET Micro Framework
  • Ajax.NET M! - The .NET Micro Framework AJAX Library

    The embeddedworld2008 is over and I had some time to play around with Microsoft .NET Micro Framework devices. I can remember that I had a look on it during the first available betas on Microsoft Connect, but then stopped watching it because of the missing TCP/IP stack. The now available version 2.5 of...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-05-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, JSON, Mobile, HTML, .NET Micro Framework
  • LINQ to JSON

    James has published a first beta of LINQ to JSON support in his Json.NET library . It looks very similar to my LINQ support in an internal build of Ajax.NET Professional which never has been released.   List < Post > posts = GetPosts(); JObject rss = new JObject( new JProperty( " channel...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 02-12-2008, 12:00 AM
    Filed under: Ajax.NET, .NET, JavaScript, Source Code, 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
  • .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
  • MVC Web Application and JSON

    I like the MVC (Model View Controller) framework which is available as a public CTP, now. You can download the latest bits with the ASP.NET 3.5 Extensions CTP Preview . You will find further links at Scott Guthrie's posts tagged with MVC . While playing around I tried to create a simple Web page that...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-19-2007, 12:00 AM
    Filed under: AJAX, .NET, JavaScript, Source Code, JSON, Mobile, HTML, jQuery, MVC
  • 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
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »