-
I want to create a simple ToDo Application using C#
-
Display list of App Catalog Groups
-
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 : …
-
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…
-
### 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…
-
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 …
-
# Proposal: Add `Grpc.Net.Server` for Non-ASP.NET Core Environments
## Context
We have received customer requests to support gRPC within our terminal framework (for .NET Standard, .NET
https://g…
-
### 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…
-
I want to create a ToDo Application using C# language
-
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/
…