Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [asp.net-web-api]

Ask Question

ASP.NET Web API is a framework for building HTTP services for clients like browsers and mobile devices. It is based on the Microsoft .NET Framework and ideal choice for building RESTful services.

133 questions
Filter by
Sorted by
Tagged with
2votes
1answer
119views

I use this code as reference for when I start working on a new project whether that be for personal or for work. It's worked fine so far, but I'm wondering if anyone can read it and provide any ...
4votes
1answer
113views

Do you recommend adding a layer of abstraction on top of EF Core for example we have an API controller responsible for authentication do I just call EF Core methods directly in the controller or do I ...
1vote
1answer
49views

I have an ASP.NET CORE web API. I have a method that queries two tables: Delivery and DeliveryAssignment.They have temporary tables DeliveryAssignmentDetail which contain deliveryId and AssignmentId....
Thanh SkyDev's user avatar
1vote
1answer
80views

I am working in a Web Api project that has the following project structure:Root Controllers Orchestrators Managers Services etcThe ...
1vote
1answer
362views

I was having concurrency issues with my ASP.NET Web API 2 project with .NET Framework 4.6.2. (EF 6), although it has been live on production that has been running for more than 1 year, this problem ...
raysefo's user avatar
3votes
0answers
111views

I am working on an e-commerce website called Shopless, which is similar to E-bay/Gumtree. Our website integrates with other DMS systems, in order to allow organisations to import products into our ...
2votes
2answers
533views

During each HTTP request incoming from my Angular front-end I send encrypted pair of access & refresh token. On the back-end ASP.NET web APIs are used.The way I decrypt them currently is by ...
Andrеw's user avatar
1vote
1answer
195views

In my Azure DevOps Project, I have a Git repository that I would like to copy to another Azure DevOps Project.In other words, I should be able to copy the original repo into other Azure DevOps ...
3votes
1answer
327views

I'm working on an application that exports and imports work items from Azure DevOps. To import work items into Azure DevOps, I have written the following code.Would you be able to review and make ...
1vote
1answer
2kviews

I have the SQL Products table migrated from MongoDb and I useASP Core +MediatR. The filtering data comes from frontend ...
3votes
0answers
681views

One of the companies I was recently interviewing with gave me a following task to implement in a day or two using .Net, just to see where my coding abilities are at:Implement a Web API that gets ...
3votes
2answers
1kviews

On the basis of the daily exchange rate data of the CB (https://ww.cbr-xml-daily.ru/daily_json.js) it is necessary to create a Web-service using ASP.Net Core, which implements 2 API methods:...
Aarnihauta's user avatar
1vote
1answer
2kviews

In my asp.net web API, I have a couple of controllers. In one of my controllers, I am using basic authentication and in another one, I am using bearer token authentication. It is working as it is ...
raysefo's user avatar
1vote
1answer
721views

In my asp.net web API 2, I am reading values from web.config from the controller into my DTO as a response to the client. It is working as expected, I wonder if there are any improvements to make it ...
raysefo's user avatar
0votes
1answer
4kviews

I work on asp.net core 2.2 web API using C# languageI need to rewrite function below with best syntax and with best practiceweb API below get Excel file from upload and return Excel fileit working ...

153050per page
1
2345
9

Hot Network Questions

more hot questions
Newest asp.net-web-api questions feed

[8]ページ先頭

©2009-2025 Movatter.jp