Aller au contenu

Nouvelles pages

Nouvelles pages
Masquer les utilisateurs inscrits | Masquer les robots | Afficher les redirections

9 mars 2025

  • 21:499 mars 2025 à 21:49 Blazor ASP.NET Core 9.0 (hist | modifier) [43 892 octets] Nicolas (discussion | contributions) (Page créée avec « Category:Blazor = Links = * [https://learn.microsoft.com/en-us/aspnet/core/blazor/?WT.mc_id=dotnet-35129-website&view=aspnetcore-7.0 Microsoft doc] * [https://github.com/AdrienTorris/awesome-blazor Awesome Blazor] * [https://github.com/dotnet-architecture/eShopOnBlazor Project example: eShopOnBlazor] == Components libraries == * Radzen * MudBlazor == Useful librairies == * [https://github.com/Blazored/LocalStorage LocalStorage] = Description = * D... »)
  • 11:489 mars 2025 à 11:48 Unit of Work Pattern (hist | modifier) [2 290 octets] Nicolas (discussion | contributions) (Page créée avec « Category:Design Pattern Category:.NET Core = Links = * = Description = Used to manage transactions and ensure data consistency across multiple operations.<br> Key Components and Benefits: * Transaction Management: ensures that multiple database operations are treated as a single transaction. This means that either all operations succeed or none of them do, maintaining data integrity and consistency. * Repository Coordination: It coordinates the work of... »)
  • 11:379 mars 2025 à 11:37 Repository Pattern (hist | modifier) [5 494 octets] Nicolas (discussion | contributions) (Page créée avec « Category:.NET Core Category:Patterns = Links = * [https://learn.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/infrastructure-persistence-layer-design#the-repository-pattern Design the infrastructure persistence layer] = Repository Pattern = * 1 {{boxx|Repository}} per resource: {{boxx|ItemRepository}} * 1 {{boxx|DbContext}} for the whole application <filebox fn='Repositories/ItemRepository.cs' collapsed> public cla... »)

25 janvier 2025

  • 20:2125 janvier 2025 à 20:21 Mediawiki 1.43 upgrade (hist | modifier) [7 700 octets] Nicolas (discussion | contributions) (Page créée avec « Category:MediaWiki = Environment = * Ubuntu ARM 20.04 * NGINX with PHP-FPM = Disable the website = <kode lang='bash'> # disable the website sudo rm /etc/nginx/sites-enabled/wiki.conf sudo rm /etc/nginx/sites-enabled/kiwi.conf sc-reload nginx # at the end, re-enable the website sudo ln -s /etc/nginx/sites-available/wiki.conf /etc/nginx/sites-enabled/wiki.conf sudo ln -s /etc/nginx/sites-available/kiwi.conf /etc/nginx/sites-enabled/kiwi.conf sc-reload nginx <... »)

18 janvier 2025

  • 11:1518 janvier 2025 à 11:15 Scalar (hist | modifier) [1 053 octets] Nicolas (discussion | contributions) (Page créée avec « = [https://github.com/scalar/scalar/blob/main/packages/scalar.aspnetcore/README.md ASP.NET Core 9 integration] = »)
  • 10:2318 janvier 2025 à 10:23 Asp.net core 9 (hist | modifier) [8 976 octets] Nicolas (discussion | contributions) (Page créée avec « Category:.NET Core = Links = * [https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-8.0?view=aspnetcore-8.0 What's new in ASP.NET Core 8.0] * [https://github.com/dotnet/core/blob/main/release-notes/8.0/README.md .NET 8 Releases] * [https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-8.0 ASP.NET documentation] * [https://learn.microsoft.com/en-us/aspnet/core/mvc/controllers/filters?view=aspnetcore-8.0 Filters] * [https://learn.mic... »)
  • 10:2218 janvier 2025 à 10:22 Asp.net core 9 web api (hist | modifier) [48 962 octets] Nicolas (discussion | contributions) (Page créée avec « Category:.NET Core = Links = * Swagger = New projet = <kode lang='bash'> dotnet new webapi -o [project-name] --no-https </kode> {{info | On VS to not open the web brower when you start the application: right-click on the project → Properties → Debug → uncheck Launch browser}} = [https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-8.0&tabs=visual-studio Controller] = <filebox fn='Controllers/ItemsController.cs'> [A... »)
  • 10:0818 janvier 2025 à 10:08 NSwag (hist | modifier) [2 458 octets] Nicolas (discussion | contributions) (Page créée avec « Category:Web = Links = * [https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-nswag?tabs=netcore-cli NSwag] = Installation = <kode lang='powershell'> # pour vscode dotnet add package NSwag.AspNetCore # Add to the project file *.csproj: # <ItemGroup> # <PackageReference Include="NSwag.AspNetCore" Version="11.17.15" /> </kode> = [https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-nswag?tabs=netcore-cli#a... »)

17 janvier 2025