1058 shaares
75 liens privés
75 liens privés
@model String
@Html.Raw("<span style='white-space:pre-line'>" + Html.Encode(Model) + "</span>")
@await Html.PartialAsync("_DisplayMultiline", Model.CorrectionProposee)
How to use DisplayTemplates and EditorTemplates in ASP.NET Core.
romainrouphael@gmail.com
First Finance
Configuring indexes in an Entity Framework Core model
// unique
[Index(nameof(Url), IsUnique = true)]
// composite
[Index(nameof(FirstName), nameof(LastName))]
Maintaining state across requests
We will learn how to design a web page that allows users to select a file and submit the same to perform file upload in ASP.NET Core
L'empire du bien - Philippe Muray
Périphériques - William Gibson