Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. An AJAX.NET question.

An AJAX.NET question.

Scheduled Pinned Locked Moved The Lounge
questioncsharpdiscussion
8 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    flippydeflippydebop
    wrote on last edited by
    #1

    Hiya there. Ive just been doing some reading on this opensource ajax project available from here: http://www.ajaxpro.info/[^] It looks to be perfect for ajax-ing up a webpage, however as i am a newbie to all this i thought i would ask you guys if this is something that i should be looking into. I know that Microsoft now provides an Ajax library too, and there are other projects available aswell. I am looking for something that gives lightweight generic ajax callback functionality which is why the ajax.net project looks good. What are peoples opinions on the different libraries out there?

    P S 2 Replies Last reply
    0
    • F flippydeflippydebop

      Hiya there. Ive just been doing some reading on this opensource ajax project available from here: http://www.ajaxpro.info/[^] It looks to be perfect for ajax-ing up a webpage, however as i am a newbie to all this i thought i would ask you guys if this is something that i should be looking into. I know that Microsoft now provides an Ajax library too, and there are other projects available aswell. I am looking for something that gives lightweight generic ajax callback functionality which is why the ajax.net project looks good. What are peoples opinions on the different libraries out there?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      I've used Ajax Pro before, and found it to be quite reasonable. Certainly, it is simpler to get your head round than Atlas/Ajax, but the sheer weight of the MS machine means that more and more features/capabilities are being added, which makes it a better bet for the long term. Don't get me wrong, what Michael has done is fantastic - plus, it targets .NET1.1 as well, but it makes more sense for us to bet the company on MS than on a "one man band".

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      1 Reply Last reply
      0
      • F flippydeflippydebop

        Hiya there. Ive just been doing some reading on this opensource ajax project available from here: http://www.ajaxpro.info/[^] It looks to be perfect for ajax-ing up a webpage, however as i am a newbie to all this i thought i would ask you guys if this is something that i should be looking into. I know that Microsoft now provides an Ajax library too, and there are other projects available aswell. I am looking for something that gives lightweight generic ajax callback functionality which is why the ajax.net project looks good. What are peoples opinions on the different libraries out there?

        S Offline
        S Offline
        Shog9 0
        wrote on last edited by
        #3

        I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around XMLHttpRequest because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:

        ----

        ...the wind blows over it and it is gone, and its place remembers it no more...

        J P C 3 Replies Last reply
        0
        • S Shog9 0

          I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around XMLHttpRequest because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:

          ----

          ...the wind blows over it and it is gone, and its place remembers it no more...

          J Offline
          J Offline
          Jorgen Sigvardsson
          wrote on last edited by
          #4

          Shog9 wrote:

          aprox. 6 billion AJAX wrappers.

          I never published mine, so there's approx. 6 billion - 1 AJAX wrappers. We don't want to spread inaccurate information now, do we? ;)

          -- Kein Mitleid Für Die Mehrheit

          1 Reply Last reply
          0
          • S Shog9 0

            I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around XMLHttpRequest because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:

            ----

            ...the wind blows over it and it is gone, and its place remembers it no more...

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            Is that including or excluding the wrappers for AJAX wrappers?

            Deja View - the feeling that you've seen this post before.

            My blog | My articles

            M 1 Reply Last reply
            0
            • S Shog9 0

              I use jQuery's AJAX stuff because it's convenient, but that's about it. Frankly, you want a wrapper around XMLHttpRequest because it has such an ugly interface, but you can easily write your own, prettier, wrapper in an hour if need be. Hence the existence of aprox. 6 billion AJAX wrappers. The MS stuff is nice in so far as it generates wrappers automatically for calling server methods. If they'd stopped there, i'd have been pretty happy with it. Instead, they went the "Framework" route and wrapped everything else. It's like writing an MFC wrapper for the BCL so you can call it from C++/CLR... :doh:

              ----

              ...the wind blows over it and it is gone, and its place remembers it no more...

              C Offline
              C Offline
              Chris Losinger
              wrote on last edited by
              #6

              i don't use a wrapper; i prefer the sensation of direct contact with XMLHttpRequest and find that wrappers diminish my coding pleasure.

              image processing toolkits | batch image processing

              R 1 Reply Last reply
              0
              • P Pete OHanlon

                Is that including or excluding the wrappers for AJAX wrappers?

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                M Offline
                M Offline
                martin_hughes
                wrote on last edited by
                #7

                Ajax comes in bottles or tins (if it's powder), not wrappers!

                "On one of my cards it said I had to find temperatures lower than -8. The numbers I uncovered were -6 and -7 so I thought I had won, and so did the woman in the shop. But when she scanned the card the machine said I hadn't. "I phoned Camelot and they fobbed me off with some story that -6 is higher - not lower - than -8 but I'm not having it." -Tina Farrell, a 23 year old thicky from Levenshulme, Manchester.

                1 Reply Last reply
                0
                • C Chris Losinger

                  i don't use a wrapper; i prefer the sensation of direct contact with XMLHttpRequest and find that wrappers diminish my coding pleasure.

                  image processing toolkits | batch image processing

                  R Offline
                  R Offline
                  Robert Royall
                  wrote on last edited by
                  #8

                  Don't blame us if you pick up a nasty virus or two! :laugh:

                  Please don't bother me... I'm hacking right now. Don't look at me like that - doesn't anybody remember what "hacking" really means? :sigh:

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups