Aller au contenu

Nouvelles pages

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

8 avril 2025

  • 13:018 avril 2025 à 13:01 Databricks (hist | modifier) [12 774 octets] Nicolas (discussion | contributions) (Page créée avec « = Need = * Handle structured, semi-structured and unstructured data in data lakes {| class="wikitable wtp" |+ Data warehouse ! Pros ! Cons |- | Business Intelligence || Struggle with volume and velocity upticks |- | Analytics || Long processing time |- | Structured data || No support for semi-structured and unstructured data |- | Predefined schemas || Inflexible schemas |} »)

1 avril 2025

9 mars 2025

  • 21:499 mars 2025 à 21:49 Blazor ASP.NET Core 9.0 (hist | modifier) [43 957 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 <... »)