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
  • Get JSON from SQL Server

    On Thomas Frank's blog there is an interesting post which shows how to get JSON from MySql , and I though about doing the same to SQL Server since I use it more than any other database lately. So what I did was create a stored procedure which uses cursor to format the string with our data. I'm not really...
    Posted to Thiago's Blog (Weblog) by tsantos on 11-17-2008, 12:00 AM
    Filed under: JSON, SQL Server
  • 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
  • Using client templates, part 1

    Last week, we shipped the first preview for the Ajax work we're doing in ASP.NET 4.0 under the simple form of a simple script file (release and debug versions). This should show how much emphasis this release puts on the client-side. As a matter of facts, I'll use a plain HTML file here instead of an...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 07-30-2008, 12:00 AM
    Filed under: ASP.NET, Atlas, JavaScript, Microsoft AJAX Library, HTML, JSON, injection
  • Trying Out The SQL Server 2005 Driver For PHP

    I regularly browse the ASP.NET Weblogs for hot tips so when Hosam Kamel and Jose R. Guay Paz announced the release of the SQL Server 2005 Driver for PHP I decided to give it a try. The download includes a compiled help file SQLServerDriverForPHP.chm with installation instructions and sample code. I won...
    Posted to Robert Robbins (Weblog) by rrobbins on 07-29-2008, 12:00 AM
    Filed under: SQL Server, JSON, PHP
  • Converting Data Table / Dataset Into JSON String

    JSON ( J ava S cript O bject N otation), is a light weight, easily understandable to read and write string. It is also easily parse-able by machine. JSON is introduced on two structues A collection (key/value pair) And ordered list of values. I have not covered this topic in detail. Detailed analysis...
    Posted to Naveed Akhtar (Weblog) by NavaidAkhtar on 07-08-2008, 12:00 AM
    Filed under: ASP.NET, C#, .Net, JSON, Java script, ASP.NET 2.0, AJAX
  • What Are You Working On?

    I've been very busy so instead of blogging about one specific thing I have a lot of minor stuff to report. I've now read several books on ASP.NET 2.0 so I've abandoned ASP.NET 1.1 except for Storefront 6.0 customizations. I converted one large ASP.NET 1.1 project to ASP.NET 2.0 and I'm converting a classic...
    Posted to Robert Robbins (Weblog) by rrobbins on 05-14-2008, 12:00 AM
    Filed under: JSON, Ping Rest Client, ASP.NET 2.0, SubSonic, Seesmic API
  • 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
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities