No announcements
Found 5875 threads
-
0 Votes
model binding in AspNet Core WebApi?
User-154227990 posted I am working on web API .Net core 3.0. HTTP Post Model binding is partially working. It does not bind departments. Using postman, I am ...Answered | 1 Replies | 2252 Views | Created by Anonymous - Tuesday, June 1, 2021 5:54 AM | Last reply by Anonymous - Tuesday, June 1, 2021 8:21 AM -
0 Votes
Get only few fields from JSON result
User1099429166 posted Below is my code public class MyImage { public string ImageID { get; set; } public string ImageFullName { ...Unanswered | 6 Replies | 1512 Views | Created by Anonymous - Thursday, May 27, 2021 7:24 PM | Last reply by Anonymous - Friday, May 28, 2021 1:53 PM -
0 Votes
Exception The target file is a directory, not a file. on file.copy
User696604810 posted I work on asp.net core 3.1 web api I get exception error as below : Exception The target file is a directory, not a ...Unanswered | 11 Replies | 1144 Views | Created by Anonymous - Tuesday, May 25, 2021 12:03 AM | Last reply by Anonymous - Wednesday, May 26, 2021 7:28 AM -
0 Votes
Web API support vietnam ( unicode ) characters
User-590375999 posted Hi, my web api replaces some characters in vietnam with decoded characters "\u001e" , for ...Unanswered | 1 Replies | 1205 Views | Created by Anonymous - Monday, May 24, 2021 4:51 AM | Last reply by Anonymous - Tuesday, May 25, 2021 7:04 AM -
0 Votes
Slow performance of AutoMapper in WebAPI
User-137472927 posted Hi All, I am using AutoMapper in my WebaPI application to map the database objects to business objects like ...Unanswered | 1 Replies | 2114 Views | Created by Anonymous - Monday, May 24, 2021 3:33 PM | Last reply by Anonymous - Monday, May 24, 2021 4:13 PM -
0 Votes
web api 2 The 'DelegatingHandler' list is invalid because the property 'InnerHandler' of 'CorsMessageHandler' is not null. Parameter name: handlers "error
NinjectConfig.CreateKernel.Value);//depency dosyası app.UseNinjectWebApi(httpConfig); //migrasyon yapsn diye //var configuration = new ...Unanswered | 1 Replies | 1934 Views | Created by Anonymous - Sunday, May 23, 2021 1:24 PM | Last reply by Anonymous - Monday, May 24, 2021 2:30 AM -
0 Votes
How to get the calling web API end point
User-830343291 posted hi guys how do I get the endpoint of the calling url and assign it to a parameter, here is my code ...Unanswered | 1 Replies | 1160 Views | Created by Anonymous - Saturday, May 22, 2021 10:36 PM | Last reply by Anonymous - Monday, May 24, 2021 12:50 AM -
0 Votes
Http Put with Collection webapi core
User-154227990 posted I have the below endpoint in my application which takes product Id as a parameter and update and deletes the individual records. How can use HTTP PUT and ...Unanswered | 1 Replies | 1146 Views | Created by Anonymous - Sunday, May 23, 2021 9:39 AM | Last reply by Anonymous - Sunday, May 23, 2021 10:15 AM -
0 Votes
Window c# WebApi call issue
User952455838 posted I have a test class for an asp.net WebService asmx function. When I attempt to make the call I get: "Method ...Unanswered | 4 Replies | 1134 Views | Created by Anonymous - Friday, May 21, 2021 5:32 PM | Last reply by Anonymous - Friday, May 21, 2021 8:38 PM -
0 Votes
error when create new API controller I get error CS0234: The type or namespace name 'Hosting' does not exist in the namespace 'Microsoft.AspNetCore.Razor' (are you missing an assembly reference?)
User696604810 posted I work on visual studio 2017 asp.net core 2.2 when create new api controller I get Error There was an error running the template ...Unanswered | 2 Replies | 3130 Views | Created by Anonymous - Wednesday, May 19, 2021 9:40 AM | Last reply by Anonymous - Thursday, May 20, 2021 5:39 AM -
0 Votes
DELETE/PUT verbs result in 404 Not Found in WebAPI, only when running locally
User157257180 posted I know this is a commonly addressed issue, and I've done everything that many posts here on SO suggest. When I try to delete a record using WebAPI (version 2) ...Unanswered | 5 Replies | 3342 Views | Created by Anonymous - Wednesday, January 15, 2014 10:13 AM | Last reply by Anonymous - Wednesday, May 19, 2021 6:44 PM -
0 Votes
web api CORS
{ options.AddPolicy(name: "MyAllowedSpecificOrigins", ...Unanswered | 7 Replies | 1171 Views | Created by Anonymous - Monday, May 17, 2021 7:56 AM | Last reply by Anonymous - Wednesday, May 19, 2021 10:53 AM -
0 Votes
how to generate API document for vb soap web service
User-583959464 posted i am now using soap web service and it will integrate with restful api, how can i generate a input /output document using generation tool for open API ...Unanswered | 1 Replies | 1058 Views | Created by Anonymous - Sunday, February 21, 2021 5:09 AM | Last reply by Anonymous - Monday, May 17, 2021 7:50 PM -
0 Votes
Retry Logic
User-1104215994 posted Hello guys, Is there any simple proven way to implement retry logic when calling a third-party web service? I would be glad if you can ...Answered | 4 Replies | 1186 Views | Created by Anonymous - Saturday, February 13, 2021 10:20 AM | Last reply by Anonymous - Tuesday, May 11, 2021 3:39 PM -
0 Votes
Design a project architecture
User-656279955 posted I hope this question fits here in this post. I have a relational database for Personnel only, a second relational database for ...Answered | 3 Replies | 1134 Views | Created by Anonymous - Saturday, May 8, 2021 4:00 PM | Last reply by Anonymous - Saturday, May 8, 2021 5:39 PM -
0 Votes
WEB API's - from the (new) ground up
User-387669646 posted Greetings gurus. I am a decades-long experienced developer with all kinds of stuff including some .Net/C# maintenance (moderate), some light web dev, lots of ...Unanswered | 4 Replies | 1508 Views | Created by Anonymous - Thursday, May 6, 2021 8:04 PM | Last reply by Anonymous - Friday, May 7, 2021 2:44 PM -
0 Votes
Status code 403 before Deployment Project on web host
User-1486273863 posted Hello everyone, I have come to ask for help in an issue that I am researching and I have not found solutions for more than a month. I have ...Unanswered | 2 Replies | 950 Views | Created by Anonymous - Thursday, May 6, 2021 4:12 PM | Last reply by Anonymous - Friday, May 7, 2021 8:47 AM -
0 Votes
HTTP PUT calls GET action method - syntax issues
User379720387 posted My Put action method is a "facade" between svcGridItem, and a few individual Entitites of which I am only showing Service. The red ...Answered | 6 Replies | 878 Views | Created by Anonymous - Sunday, May 2, 2021 11:24 PM | Last reply by Anonymous - Tuesday, May 4, 2021 3:52 PM -
0 Votes
how to assign a name to an action method within the same controller
User379720387 posted The highlighted area shows how all my controller action methods are set up, now I need to add a name so it can be referenced from within the same controller. ...Answered | 1 Replies | 739 Views | Created by Anonymous - Monday, May 3, 2021 1:55 AM | Last reply by Anonymous - Monday, May 3, 2021 8:20 AM -
0 Votes
/Validation/project request body no data i have how to write Web api
User-588203678 ...Unanswered | 1 Replies | 875 Views | Created by Anonymous - Saturday, May 1, 2021 6:16 AM | Last reply by Anonymous - Monday, May 3, 2021 5:35 AM - Items 1 to 20 of 5875 Next ›
No announcements