303 questions with ASP.NET API tags

Sort by: Updated
0 answers

Get the data for Custom Fields in Project for the web

Hi, We are trying to report on project for the web data in which we use custom fields. We are getting the data using odata webapi. We cannot find in which api call the data is present. I tired to connect to cds database using sql server and…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
303 questions
asked 2020-12-16T12:02:52.6+00:00
Manasa Chimmani 6 Reputation points
3 answers One of the answers was accepted by the question author.

best practice to configure baseaddress URI in MVC Core

Hi I have created an MVC and Web Api project. When consuming web Api endpoints I am using the complete Uri as showing below. string apiUrl = "http://localhost:57025/api/Mypage; ON every single data class I am keep adding the full uri…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,212 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
303 questions
asked 2020-12-02T01:24:39.33+00:00
Aamiz 21 Reputation points
accepted 2020-12-05T02:49:42.207+00:00
Aamiz 21 Reputation points
1 answer

ASP.NET 4.8 WebAPI - streaming large file upload fails with HTTP 2

Hello, I have problems with streaming large file upload in ASP.NET 4.8 Web API project. I'm using custom WebHostBufferPolicySelector to disable buffering of input stream (as described here:…

ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
303 questions
asked 2020-11-27T09:22:30.773+00:00
David Klingenberg 1 Reputation point
answered 2020-11-30T09:33:00.537+00:00
Yihui Sun-MSFT 801 Reputation points