C# Corner Meetings - Year 2004
We are thinking to have multiple C# Corner meetings in different cities of United States for year 2004. This will give us a chance to meet other site authors and members. Also, local authors and members can get a chance to promote themselves.
What do you guys think about the places and events? How about forming a C# Corner Board of executives to distribute the responsibility? Ofcourse, C# Corner will sponsor the events by providing financial help and other resources including softwares, sponsors, books and other stuff.
Thanks
Answers (9)
0
my task is to upload file with updated version 6th step of following url
https://developer.autodesk.com/en/docs/data/v2/tutorials/upload-file/
0
- var url = "API URL";
- var jsonData = "[{...json data...}]";
-
- using (var client = new WebClient())
- {
- client.Headers.Add("content-type", "application/json");
- var response = client.UploadString(url, jsonData);
- }
Try this
0
I have to integrate this
https://developer.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-versions-POST/
0
What should i pass in query string or in request.AddHeader
0
Please have a look at below thread it might be helpful to you:
https://stackoverflow.com/questions/7929013/making-a-curl-call-in-c-sharp