-
When you're updating an entity in a detached situation (e.g. MVC or SPA) and want to make use of a concurrency token, it's important to set the OriginalValue of a concurrency token to the CurrentValue…
-
This example specifically talks about how streaming reduces the demands for memory or disk space when uploading large files.
The section [Upload large files with streaming](https://learn.microsoft.…
-
```
What steps will reproduce the problem?
1.
2.
3.
please see attachment to see the error
What is the expected output? What do you see instead?
What version of the product are you using? On what …
-
```
What steps will reproduce the problem?
1.
2.
3.
please see attachment to see the error
What is the expected output? What do you see instead?
What version of the product are you using? On what …
-
I want to build a Web API that has the metadata required for Visual Studio's connected service wizard (NSwagClient) to generate usable client code. Is there a doc that describes what attributes I shou…
-
The package [CommandLineUtils](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.commandlineutils) is [obsolete](https://github.com/aspnet/Announcements/issues/477) and should not b…
-
# Issue description
It took me a while to figure out how to do cookie website authentication and jwt bearer client authentication at the same time so that both web and .net SignalR client can conne…
-
Under the Update Edit method, if someone copies and pates the section for adding .AsNoTracking() they will run into errors. Consider updating the v5 instructions to show:
` var departm…
-
**Descrição:**
- [x] Criar banco no SQL Server
- [x] Criar tabelas no banco
- [x] Mapear o banco de dados no sistema
-
I was following the razor course ,but when I am trying to add a new scaffolding item,it is giving the above error.Please help