Skip to content

Instantly share code, notes, and snippets.

View iso8859's full-sized avatar

Rémi THOMAS iso8859

View GitHub Profile
@iso8859
iso8859 / razor
Created November 28, 2025 18:09
Blazor refresh time and database value
@page "/"
@using MongoDB.Driver
@rendermode InteractiveServer
<PageTitle>Home</PageTitle>
<h1>Hello, world! @message</h1>
Welcome to your new app.
@iso8859
iso8859 / FileNotify3.json
Created April 17, 2020 12:46
Config file example
{
"watchList": [
{
"id": "T1",
"path": "c:\\temp",
"filter": null,
"recurse": true,
"onChanged": "@file",
"onChangedArgs": null,
"onCreated": null,