Questions tagged as 'webapi'

1
answer

async method inside a controller, webApi

I hope you can understand my question. From an Angular application I am consuming a service, the service waits the answer of another URL and depending on that answer certain instructions must be executed but in an ASYNCRONA way, for example if t...
asked by 28.06.2018 / 01:01
1
answer

Help I can not convert a string with JSON format to JSONArray on android

Hi, I'm new to android studio I'm trying to convert us string with json format into a JSONArray object in android studio but I have the following error:    W / System.err: org.json.JSONException: Value [{"cve_prod": "ASPM1   "," description...
asked by 04.12.2018 / 19:07
1
answer

Problem to detect domain user in asp core 2

Good morning. I'm having trouble authenticating a domain user in asp core 2 to be able to manipulate directories. The client environment is an angular application 4, web server api asp Core (c #) and server windows 7 for shared files. T...
asked by 25.10.2017 / 19:46
1
answer

Update database with Entity Framework 6

Well I'm using Visual Studio 2017, I have a project in C # which has installed Entity Framework in version 6.2.0 in addition to using SQL Server 2008. (I'm not using MVC but Web API) What I need is to be able to map my database model in the V...
asked by 26.01.2018 / 02:46
1
answer

Error consuming WebApi and testing it on localhost

I have a WebApi, where I make a query to Sql Server, in other controllers there is no problem, it is done correctly, but in this I skip the following error    An error has occurred.   Multiple actions were found that match the request: Get on...
asked by 25.10.2017 / 01:19
0
answers

Send postman list

Good evening friends I would like to know if someone can tell me how to send a list of objects by Postman. Thanks for your collaboration     
asked by 24.10.2018 / 02:07
0
answers

Receive parameter by get with web api

I am doing a web application, with webapi and entityframework, I need to do in one part, the validation of the email, then the user registers, and receives an email with a url to activate the account of the form www.mipagina.com .ar / api / User...
asked by 03.10.2018 / 21:00
1
answer

Web Api with ASP.NET CORE how to handle images

I have a web api in asp.net core and I use JWT to validate the requests with the api, my question is when we need to upload images, what is the best way to do it, since I currently keep the images in a folder of the api because if I upload them...
asked by 30.08.2018 / 21:06
0
answers

Run javascript at the end of a call to webapi

I get a list of objects from a webapi with visual studio, and I take it like this: $http.post('/sistema/api/Persona/Search', param).then(function (data) { //alert(data); return genericSuccess(data);...
asked by 07.05.2018 / 21:33
0
answers

webapi cshtml capture value in input

HELP, estimated a favor in which way I achieve that when I click on the button called update in the first input I capture the id, <html> <head> <title>Vehiculos</title> <link href="~/Content/bootstra...
asked by 07.05.2018 / 10:18