No announcements
Found 2867800 threads
-
1 Votes
Asp.Net Web Api Routing
Hello, ASP.NET support can be found under ASP.NET support forum which is a different site then this one.Answered | 1 Replies | 1447 Views | Created by RameeKumar - Thursday, September 11, 2014 11:26 AM | Last reply by Kareninstructor - Thursday, September 11, 2014 11:57 AM -
0 Votes
Few basic issue about ASP.Net Web Api Routing and Action method
Basically a piece of code can inspect programming elements at runtime, inspect attributes and ultimately create object and invoke methods.Answered | 1 Replies | 124 Views | Created by Anonymous - Thursday, November 5, 2015 1:41 PM | Last reply by Anonymous - Thursday, November 5, 2015 2:22 PM -
0 Votes
How are REST API calls routed to the correct methods in the table controllers?
For the default table name that you mentioned, “Get*” because Web API 2.0 routes that to a GET operation.Answered | 3 Replies | 524 Views | Created by TomEverin - Monday, August 28, 2017 6:25 AM | Last reply by Monika chaudhary - Tuesday, August 29, 2017 7:50 AM -
1 Votes
Route API warnings type issue.
I don't see any issues here.Answered | 1 Replies | 375 Views | Created by Miles Zhao - Tuesday, October 11, 2016 2:38 PM | Last reply by Ricky_Brundritt - Tuesday, October 11, 2016 7:01 PM -
1 Votes
Web API action parameter is intermittently null
And that might cause the down-stream handlers failed to pass request content/parameters to the final handler/web api method.Answered | 11 Replies | 9941 Views | Created by James Antrobus - Monday, August 19, 2013 9:00 AM | Last reply by James Antrobus - Tuesday, August 20, 2013 11:50 PM -
0 Votes
Implement Delete Action in RestFul Web API in View using MVC
Following links may ...Answered | 2 Replies | 912 Views | Created by stuladhar - Monday, August 17, 2015 7:03 PM | Last reply by Khanna Gaurav - Tuesday, August 18, 2015 6:47 AM -
2 Votes
ASP.NET routing and WIF
"Basically you just need to make sure the routes are intercepted by the HttpModules".Answered | 6 Replies | 2068 Views | Created by nzpcmad1 - Friday, October 26, 2012 1:58 AM | Last reply by Steve Syfuhs - Monday, October 29, 2012 4:32 PM -
0 Votes
Asp.Net Web API Entityframework Concurrency
Hi Manu, Like your title mentioned, your case related to Web API, please redirect to Asp.Net Web API forum.Answered | 1 Replies | 1592 Views | Created by blenet - Thursday, January 15, 2015 5:29 PM | Last reply by Kristin Xie - Friday, January 16, 2015 2:33 AM -
1 Votes
Performance issue - Asp.NET core 1.0 deployed on IIS calling Web API
The Visual C# forum discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.Answered | 1 Replies | 953 Views | Created by Manish Joisar - Thursday, July 21, 2016 6:07 AM | Last reply by Hart Wang - Thursday, July 21, 2016 8:57 AM -
0 Votes
Bing Map Web: Using FindNearRoute API for my own route
You can try finding key waypoints along your route to generate a route that is similar to yours to use with the FindNearRoute API.Answered | 1 Replies | 3780 Views | Created by marora - Friday, January 22, 2010 11:35 AM | Last reply by Ricky_Brundritt - Saturday, March 6, 2010 1:57 PM -
0 Votes
EF, Web API No Keys
I am trying to use attribute based routing.Answered | 2 Replies | 573 Views | Created by olson2334 - Friday, August 12, 2016 7:52 PM | Last reply by Zhanglong Wu - Monday, August 15, 2016 4:57 AM -
0 Votes
Failure Routes API?
This issue should now be resolved.Answered | 6 Replies | 440 Views | Created by TomasHadraba - Sunday, June 25, 2017 12:11 PM | Last reply by TomasHadraba - Tuesday, June 27, 2017 11:35 AM -
0 Votes
Returning a customized data structure in asp.net web api in a standard way
Web API provides extension points for some parts of the routing process.Answered | 3 Replies | 915 Views | Created by MarkAdesina - Monday, August 3, 2015 10:09 AM | Last reply by MDeero - Wednesday, August 5, 2015 7:14 AM -
0 Votes
Asp.Net Routing
I would suggest posting your question in one of the MS Home › ASP.NET Forums »Answered | 1 Replies | 9694 Views | Created by KIRAN.K.S - Saturday, March 28, 2009 9:15 AM | Last reply by Shrikant Maske - Monday, March 30, 2009 4:54 AM -
0 Votes
Web Api Batch Calls in Asp .net Web Api
Please post questions related to MVC in the ASP.NET forums (http://forums.asp.net ).Answered | 3 Replies | 1410 Views | Created by Ravi_Kanasagra - Tuesday, March 3, 2015 12:57 PM | Last reply by Ravi_Kanasagra - Wednesday, March 4, 2015 12:10 PM -
1 Votes
Truck Routing API
You can use this API in a mobile device, but there is the following restriction in the terms of use: Present or alert an end user to individual maneuvers of a ...Answered | 1 Replies | 396 Views | Created by Surya Ostwal - Friday, December 15, 2017 7:07 AM | Last reply by Ricky_Brundritt - Friday, December 15, 2017 5:39 PM -
0 Votes
Few basic question about static function and keyword
So when you're talking about static fields it is important to note that it is part of a larger object.Answered | 2 Replies | 582 Views | Created by Mou_kolkata - Friday, July 18, 2014 1:42 PM | Last reply by CoolDadTx - Friday, July 18, 2014 2:37 PM -
0 Votes
Location API vs Routes API
The Route API will generate three transactions. 2 for the geocoding of each endpoint if their are not already geocoded, and 1 for calculating the route.Answered | 1 Replies | 577 Views | Created by Chakaravarthy VR - Thursday, February 26, 2015 8:15 PM | Last reply by Ricky_Brundritt - Friday, February 27, 2015 5:05 PM -
0 Votes
Looking for help with ASP.Net Web API 2 and CORS...
Specifically, I have been working my way thru the book ASP.Net Web API 2: Building a REST Service from Start to Finish.Answered | 1 Replies | 1751 Views | Created by Dave S2 - Wednesday, May 6, 2015 9:30 AM | Last reply by Mike Laughlin - Wednesday, May 6, 2015 1:19 PM -
0 Votes
DELETE and POST request using WebClient method
You can use PutAsync or DeleteAsync method.Answered | 4 Replies | 12281 Views | Created by PatriceWu - Friday, January 23, 2015 8:09 PM | Last reply by RhinoMonkey.com - Wednesday, June 22, 2016 9:18 PM - Items 1 to 20 of 2867800 Next ›
No announcements