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. Design and Architecture
  4. Using WCF and RESTFUL api in a legacy system

Using WCF and RESTFUL api in a legacy system

Scheduled Pinned Locked Moved Design and Architecture
csharpwcfjsonhelptutorial
7 Posts 2 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.
  • M Offline
    M Offline
    Md Marufuzzaman
    wrote on last edited by
    #1

    I am a bit confused, that is I want to create an api (for example an api for a charging gateway) using WCF and RESTful api. So what will be the good approach suggest by Microsoft, any fremework? I would request to you guys please help me on that, any suggestion, article, could be anything is appropriated.

    Thanks Md. Marufuzzaman


    I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

    L 1 Reply Last reply
    0
    • M Md Marufuzzaman

      I am a bit confused, that is I want to create an api (for example an api for a charging gateway) using WCF and RESTful api. So what will be the good approach suggest by Microsoft, any fremework? I would request to you guys please help me on that, any suggestion, article, could be anything is appropriated.

      Thanks Md. Marufuzzaman


      I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Md. Marufuzzaman wrote:

      I am a bit confused, that is I want to create an api (for example an api for a charging gateway) using WCF and RESTful api. So what will be the good approach suggest by Microsoft, any fremework?

      How to: Create a Service That Accepts Arbitrary Data using the WCF REST Programming Model[^]

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

      M 1 Reply Last reply
      0
      • L Lost User

        Md. Marufuzzaman wrote:

        I am a bit confused, that is I want to create an api (for example an api for a charging gateway) using WCF and RESTful api. So what will be the good approach suggest by Microsoft, any fremework?

        How to: Create a Service That Accepts Arbitrary Data using the WCF REST Programming Model[^]

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

        M Offline
        M Offline
        Md Marufuzzaman
        wrote on last edited by
        #3

        Thanks :)? What do you think on the security issues?

        Thanks Md. Marufuzzaman


        I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

        L 1 Reply Last reply
        0
        • M Md Marufuzzaman

          Thanks :)? What do you think on the security issues?

          Thanks Md. Marufuzzaman


          I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Md. Marufuzzaman wrote:

          Thanks :) ?

          You're welcome? :rolleyes:

          Md. Marufuzzaman wrote:

          What do you think on the security issues?

          I think that they are well documented and despite that, still poorly understood. Guess I'm not really understanding the question here. There's examples on authentication, which is what most customers refer to as security. OTOH, you'd also want to limit the number of consecutive requests, prohibit malformed requests, and log everything that seems "out of the ordinary".

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

          M 1 Reply Last reply
          0
          • L Lost User

            Md. Marufuzzaman wrote:

            Thanks :) ?

            You're welcome? :rolleyes:

            Md. Marufuzzaman wrote:

            What do you think on the security issues?

            I think that they are well documented and despite that, still poorly understood. Guess I'm not really understanding the question here. There's examples on authentication, which is what most customers refer to as security. OTOH, you'd also want to limit the number of consecutive requests, prohibit malformed requests, and log everything that seems "out of the ordinary".

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

            M Offline
            M Offline
            Md Marufuzzaman
            wrote on last edited by
            #5

            Thanks for your prompt response, well Do I must use the SSL & data encryption is required? What is your opinion on that?

            Thanks Md. Marufuzzaman


            I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

            L 1 Reply Last reply
            0
            • M Md Marufuzzaman

              Thanks for your prompt response, well Do I must use the SSL & data encryption is required? What is your opinion on that?

              Thanks Md. Marufuzzaman


              I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              Md. Marufuzzaman wrote:

              Do I must use the SSL & data encryption is required?

              For "private" data, always. That might even include a translation-service like Google Translate.

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

              M 1 Reply Last reply
              0
              • L Lost User

                Md. Marufuzzaman wrote:

                Do I must use the SSL & data encryption is required?

                For "private" data, always. That might even include a translation-service like Google Translate.

                Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

                M Offline
                M Offline
                Md Marufuzzaman
                wrote on last edited by
                #7

                Thanks, :thumbsup:

                Thanks Md. Marufuzzaman


                I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

                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