Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: SSIS or ASP.NET?

    <JsonProperty(PropertyName:="valueofid")>
        Public Property valueofid As String   'Correction here, should be "valueofid", instead of name "self"
    End Class
    >>>>>>

  • RE: SSIS or ASP.NET?

    Since data in JSON format is returned.  you can try to use RestSharp (RestSharp.dll) and  Newtonsoft.Json. (free download somewhere, Newtonsoft.Json.dll). which can help you to manipulate JSON data easily.
    >>sample of...

  • RE: SSIS or ASP.NET?

    Based on your question of choosing between SSIS and ASP.NET:
    Last year I completed a task with similar target, I was using tools: VB.NET (windows application), RestSharp and Newtonsoft.Json. My...

Viewing 3 posts - 1 through 3 (of 3 total)