10. September 2015 13:15
/
Jeff
/
/
Comments (0)
Before looking into the new in C# 6, let look back the history of the C# language:
4a775db0-fd9f-4513-91f2-78aa2654a29c|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
21. May 2014 14:59
/
Administrator
/
/
Comments (1)
var request = new RestRequest("ShoppingBasket") { Method = Method.POST, RequestFormat = DataFormat.Json};
request.AddBody(basketLineItem);
var response = _client.Execute(request);
POST /api/ShoppingBasket HTTP/1.1
Accept: application/json, application/xml, text/json, text/x-json, text/javascript, text/xml
User-Agent: RestSharp/104.4.0.0
Content-Type: application/json
Host: 101.2.171.213:8100
Content-Length: 80
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
{"CustomerId":"123456","ProductId":0,"ProductName":0,"Quantity":0,"UnitPrice":0}
a3bb7acd-2e75-41c8-a859-562e6c3675a6|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
10. January 2014 21:01
/
Administrator
/
/
Comments (0)
TBC
43f511b0-03ab-4cbf-b2ae-22a355195bcc|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04