-
ASPNET Core automatically wires up a CancellationToken in your controller actions, so it would be really helpful if we could add [`ToListAsync()`](https://msdn.microsoft.com/en-us/library/dn220262(v=v…
-
### Description
[I would add one more note on dropping the Migration folder but also to drop MvcMovie context.db as well to ensure the ef command is successful. .]
![Screenshot 2024-01-28 at 9 2…
-
28K PV
---
Additional issues
- [ ] File Signature magic numbers #18012
It won't be possible to address one of the issues in the updates for https://github.com/aspnet/AspNetCore.Docs/issues/…
-
Should we start by checking which skills (or wishes) there are available for the tech stack? We can start a ASP.NET Core MVC application with an angular front-end, but if there aren't any contributors…
-
On .Net 5 / MVC 5 + EF Core 5 when an controller action with `[EnableQuery]` returned an EF Core `IQuerable` which implemented `IAsyncEnumerable` the database call would be executed asynchronously…
jr01 updated
7 months ago
-
.NET Core Guide
https://docs.microsoft.com/en-us/dotnet/core/
Get started with .NET Core
https://docs.microsoft.com/en-us/dotnet/core/get-started
Build a C# Hello World application with .NET C…
renyh updated
6 years ago
-
The example provided for AddApplicationParts references code that is deprecated for (at least) .NET 7.
Microsoft.AspNetCore.App has been deprecated.
[see nuget package here](https://www.nuget.or…
-
It seems that **Polymorphic model binding** has critical limitations worth, if not addressing, at least mentioning.
Probably complex objects, that is, objects containing other, even non-polymorphic o…
-
Create a storageFactory to virtualize the concept of file and folders
-
### Enhancement
CustomCommandToolBarButton could work similar to the custom command buttons:
https://docs.telerik.com/aspnet-mvc/helpers/grid/faq#how-to-add-kendo-ui-icons-to-custom-command-butt…