python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
IAsyncEnumerable<T> in ASP.NET Core, deploying on iis is not supported streaming behaviour?
[Route("api/[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
[HttpGet]
public IAsyncEnumerable<int> Get()
{
return FetchItems();
...
Jin Lyu
Votes: 0
Answers: 1
Blazor WASM .NET-6 Role Authentication is not working for me
My project is in VS-2022 and using the TAGS below.
Can someone please explain what the code-snippet reference below means in the SERVER program.cs file? What is this snippet intended to "do"...

John D
Votes: 0
Answers: 1
How to setup .NET 6 with Dapper Identity and Discord Login
I'm trying to figure out how to setup a login via Discord Oauth2 while using Dapper as my ORM.
Microsoft has a guide here that I have followed to setup all of my stores. I infact can call CreateAsync(...

Bagzli
Votes: 0
Answers: 1
Start a C# web API inside an application
EDIT :
I found this question : Simple routing with web server in netcore console app so I tried to do something with it.
I created a console application with the following code (basically the same as ...
Arruba
Votes: 0
Answers: 1