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. General Programming
  3. WCF and WF
  4. Why is WCF so important

Why is WCF so important

Scheduled Pinned Locked Moved WCF and WF
wcfhelpcsharpsecurity
5 Posts 5 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
    FJJCENTU
    wrote on last edited by
    #1

    I hear about WCF as a new tool which is able of implements the applications as Services, but after look for it`s funcionality I see that it cover some protocols, security, Error control, but endly it's functionality is no so different of traditional asmx Web Services, they offer some methods and one client can access such methods and collect some objects, so I don't see so much possibilities. please could you tell me something that I don't see in order to understand how WCF help to create RIA applications, that asmx services don't do Best Regards

    K W J H 4 Replies Last reply
    0
    • F FJJCENTU

      I hear about WCF as a new tool which is able of implements the applications as Services, but after look for it`s funcionality I see that it cover some protocols, security, Error control, but endly it's functionality is no so different of traditional asmx Web Services, they offer some methods and one client can access such methods and collect some objects, so I don't see so much possibilities. please could you tell me something that I don't see in order to understand how WCF help to create RIA applications, that asmx services don't do Best Regards

      K Offline
      K Offline
      killabyte
      wrote on last edited by
      #2

      WCF extends basic ASMX services.. i suggest reading about the configable endpoints and cool things like that.

      1 Reply Last reply
      0
      • F FJJCENTU

        I hear about WCF as a new tool which is able of implements the applications as Services, but after look for it`s funcionality I see that it cover some protocols, security, Error control, but endly it's functionality is no so different of traditional asmx Web Services, they offer some methods and one client can access such methods and collect some objects, so I don't see so much possibilities. please could you tell me something that I don't see in order to understand how WCF help to create RIA applications, that asmx services don't do Best Regards

        W Offline
        W Offline
        Wonde Tadesse
        wrote on last edited by
        #3

        One reason could be WCF is faster than ASMX webservice. A Performance Comparison of Windows Communication Foundation (WCF) with Existing Distributed Communication Technologies[^]. Many more comparison could be found here.Comparing ASP.NET Web Services to WCF Based on Development[^]

        Wonde Tadesse MCTS

        1 Reply Last reply
        0
        • F FJJCENTU

          I hear about WCF as a new tool which is able of implements the applications as Services, but after look for it`s funcionality I see that it cover some protocols, security, Error control, but endly it's functionality is no so different of traditional asmx Web Services, they offer some methods and one client can access such methods and collect some objects, so I don't see so much possibilities. please could you tell me something that I don't see in order to understand how WCF help to create RIA applications, that asmx services don't do Best Regards

          J Offline
          J Offline
          jschell
          wrote on last edited by
          #4

          Because it is the buzz word of the week.

          1 Reply Last reply
          0
          • F FJJCENTU

            I hear about WCF as a new tool which is able of implements the applications as Services, but after look for it`s funcionality I see that it cover some protocols, security, Error control, but endly it's functionality is no so different of traditional asmx Web Services, they offer some methods and one client can access such methods and collect some objects, so I don't see so much possibilities. please could you tell me something that I don't see in order to understand how WCF help to create RIA applications, that asmx services don't do Best Regards

            H Offline
            H Offline
            Hesham Amin
            wrote on last edited by
            #5

            In my opinion, the major WCF advantage is extensibility and flexibility. It isolates different aspects from the interface (Contract) that the service implements. Examples are: -How data is transfered: SOAP, TCP, JSON, MSMQ) -Security (authorization, authentication) -Performance tuning The framework had many implementations for the above aspects and you can implement your own, for example is an open source project that provide binding for transfer over SMTP (email). You can intercept the WCF pipeline to add some required behaviors or choose from already implemented one. That's why I'm a big fan of WCF :)

            Hesham A. Amin My blog twitter: @HeshamAmin

            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