-
1. Copy Code from [EF-RP 6.0 project](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu60) to [cu90](https://github.com/dotnet/AspNetCore.Docs/tree/main/asp…
-
Provide a way to validate messages, similar to ASP.NET Core MVC's model validation - https://docs.microsoft.com/aspnet/core/mvc/models/validation
Potential solution: https://github.com/envoyproxy/p…
-
### Description
https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-8.0#conditional-attribute-rendering
Conditional attribute rendering does not work for data atrtibute…
-
Learn the **basics of server-side Web development** and **MVC frameworks**:
- Some MVC framework (e.g. ASP.NET Core MVC)
- CRUD operations with a database (ORM framework + MVC framework)
- Authe…
nakov updated
4 years ago
-
**Describe the bug**
When visit the Asp.net core tutorial from the [official document](https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/adding-controller?view=aspnetcore-7.0&tabs…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
The static assets feature does not seem to work with ASP.NET Core MVC views.
Despite configu…
-
On Ubuntu, I cloned this GH repo: https://github.com/aspnet-contrib/AspNet.Security.OpenIdConnect.Server
I did `. mono-snapshot mono/2015.06.16+09.38.12'
I did`dnvm use 1.0.0-beta6-12004`, then DNU r…
-
### Description
In the `EditPost` action method, the `DbUpdateException` is caught to add a ModelState error. To display this error to the user, the code should re-render the same Edit view. But …
-
Is there any way to convert error keys from their C# property names to their JSON property names, as in MVC model validation?
https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation?vie…
-
Both executors are using the response stream today. These can go ahead and use the BodyPipe instead.
https://github.com/aspnet/AspNetCore/blob/c565386a3ed135560bc2e9017aa54a950b4e35dd/src/Mvc/Mvc.C…