-
I want to create an application to manage Student details using the Student API Catalog in C#
-
I have an asp.net core project that includes Web API controllers that inherit from `ControllerBase`, for example:
```
[Route("api/customers")]
[ApiController]
public class CustomersController : …
-
### Run Information
Name | Value
-- | --
Architecture | x86
OS | Windows 10.0.22621
Queue | TigerWindows
Baseline | [4b64dad734c5b0915dedc223fe3ae8429345313b](https://github.com/dotnet/sdk…
-
Following up from @Pankraty's [comment on ClosedXML/#1283](https://github.com/ClosedXML/ClosedXML/issues/1283#issuecomment-526469962)... Looking at the different ClosedXML extensions, it seems [`Close…
-
My project are consists with Web Api Core and Angular 9. I tried to found how to enable SSR in Web Api project. But i only found information about templates like MVC, Web application etc. Is it …
-
### Microsoft.Identity.Web Library
Microsoft.Identity.Web
### Microsoft.Identity.Web version
2.17.4
### Web app
Sign-in users
### Web API
Protected web APIs (validating scopes/roles)
### Token…
-
When an Asp.Net Core app registers an IHttpClientFactory with the AddStandardResilienceHandler method, and Application insights is added with the AddApplicationInsightsTelemetry method after that, the…
-
### This issue is a: (mark with an x)
- [X] bug report -> please search issues before submitting
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a…
-
Hi,
I tried to host aspnet core web api app inside azure functions. Followed the below article.
https://blog.wille-zone.de/post/serverless-webapi-hosting-aspnetcore-webapi-in-azure-functions/
…
-
With the isolated worker being the preferred (and in future) [only option](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/net-on-azure-functions-roadmap/ba-p/2197916) to run Azure Function…