Alerinos
Alerinos
I have this problem, I'm using Core 6 preview Blazor server ``` [13:37:22 WRN] Unhandled exception rendering component: Could not find 'Toolbelt.Head.Title.query' ('Toolbelt' was undefined). Error: Could not find 'Toolbelt.Head.Title.query'...
```cs @* *@ @exampleModel.Title.Count()/10 @using System.ComponentModel.DataAnnotations; @code { public class Model { [Required] [StringLength(10, ErrorMessage = "Name is too long.")] public string Title { get; set; } = string.Empty; }...
It could use a drag and drop feature. Example: https://htmldom.dev/drag-and-drop-element-in-a-list/ 
If we have many pages, e.g. 10 and we edit the 8th page, each edition goes back to the first. Unfortunately, with more data editing, you still have to go...
https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-6.0&tabs=visual-studio#consume-content-from-a-referenced-rcl-1 In the microsoft documentation it is mentioned that you can publish files together with a package. This is convenient, in the case of an update, it is enough to...
It would be useful to use the function so that during the relationship between the two models there is not only a value but also the name of the downloaded...
He proposes adding support for this: ``` https://docs.microsoft.com/pl-pl/dotnet/api/system.componentmodel.dataannotations?view=net-6.0 ``` Asp.net itself has input verification. You use this when creating models, and even when creating a migration, it creates column values...
 I think exactly "es" as a plural is unnecessary and seems fun. Is it possible to disable this?
Hi, my system is split into plugins. Each plug-in has a separate database. Easy data is loaded during initialization. I have a separate project as a dashboard, everything happens automatically...
After updating VS and .net 9 I have a problem with kits. All dependencies between projects are not working. The soluition doesn't want to compile. Is there a new parameter?...