python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Dynamics CRM 8.2 WebApi filter with special characters
I'm making web api calls to Dynamics CRM OnPremise using JavaScript and I'm facing problems when I have a special character in my filter such as '&'. I'm encoding the value that is passed to the f...

Hubert Solecki
Votes: 0
Answers: 0
WebAPI call using RestSharp gives status 404; WebRequest succeeds
I've got a section of code to do a call to an external webapi using WebRequest. I'm trying to update it to use RestSharp instead. What am I missing here to make the conversion? The closest question he...
Ron O
Votes: 0
Answers: 1
Getting ToString method of an enum
I am trying to get the ToString method of an enum like this
var parameterExpression = Expression.Parameter(typeof(Program), "x");
var toStringMethod = typeof(Enum).GetMethod("ToStri...
Des NMss
Votes: 0
Answers: 1
.net 6 web api request change float model
I send request from web:
in model:
public float Team { get; set; }
But i got incorrect value:
What is problem with rounded ?
How fix it in webapi?
I have many method , fields , levels i dont want r...
padavan
Votes: 0
Answers: 1