home.social

#blazor — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #blazor, aggregated by home.social.

fetched live
  1. Локальная база на клиенте: Blazor WebAssembly и MAUI на SQLite — без EF DbContext, Include и миграций

    Офлайн-хранилище со сложным графом и outbox: быстрый старт в MAUI и в браузере, базовые операции и почему в этой роли EF Core только мешает. Курьер спустился в подвал склада — связи нет. Кладовщик третий час принимает поставку в зоне, где вайфай добивает через раз. Пользователь заполнил форму на четыре экрана и нажал «Сохранить» в момент, когда сервер уехал на деплой. Приложение должно продолжать работать. Значит ему нужна своя база на устройстве : не кеш ответов, а полноценное локальное хранилище, где живут незавершённые документы, локальные состояния и очередь изменений на отправку — тот самый outbox, который дошлёт всё, когда связь вернётся. И вот тут начинается знакомое.

    habr.com/ru/articles/1068388/

    #c#_net #sqlite #blazor #maui #embedded #orm #redb #opensource

  2. youtu.be/ZRoLZ8Wwn8Y?si=GMpBvV

    AI is changing how we build, let's get past the hype. I'm speaking @ ! San Diego (Sept 14–18) on and

    Learn more at: vslive.com/sandiego

    Save $500 when you register with my discount code: LHOTKA

    na.eventscloud.com/ereg/newreg

  3. youtu.be/ZRoLZ8Wwn8Y?si=GMpBvV

    AI is changing how we build, let's get past the hype. I'm speaking @ #VSLive! San Diego (Sept 14–18) on #ai and #blazor

    Learn more at: vslive.com/sandiego

    Save $500 when you register with my discount code: LHOTKA

    na.eventscloud.com/ereg/newreg

    #dotnet

  4. youtu.be/ZRoLZ8Wwn8Y?...

    AI is changing how we build, let's get past the hype. I'm speaking @ #VSLive! San Diego (Sept 14–18) on #ai and #blazor

    Learn more at: vslive.com/sandiego

    Save $500 when you register with my discount code: LHOTKA

    na.eventscloud.com/ereg/newreg....

    #dotnet

    Visual Studio Live! San Diego ...

  5. youtu.be/ZRoLZ8Wwn8Y?...

    AI is changing how we build, let's get past the hype. I'm speaking @ #VSLive! San Diego (Sept 14–18) on #ai and #blazor

    Learn more at: vslive.com/sandiego

    Save $500 when you register with my discount code: LHOTKA

    na.eventscloud.com/ereg/newreg....

    #dotnet

    Visual Studio Live! San Diego ...

  6. Timinute v2.4 is out!

    The free, open-source, self-hostable time tracker now ships a Model Context Protocol server. Connect Claude or any MCP client with a scoped Personal Access Token to read your projects, time entries & analytics, or log time directly. Every AI tool call is recorded to an audit log you control.

    Built on .NET 10 + Blazor WebAssembly. MIT licensed. Docker images on ghcr.io.

    GitHub: github.com/jame581/Timinute

    #dotnet #Blazor #MCP #selfhosted #opensource #AI

  7. Timinute v2.4 is out!

    The free, open-source, self-hostable time tracker now ships a Model Context Protocol server. Connect Claude or any MCP client with a scoped Personal Access Token to read your projects, time entries & analytics, or log time directly. Every AI tool call is recorded to an audit log you control.

    Built on .NET 10 + Blazor WebAssembly. MIT licensed. Docker images on ghcr.io.

    GitHub: github.com/jame581/Timinute

    #dotnet #Blazor #MCP #selfhosted #opensource #AI

  8. Nostalgic #SitecoreLunch today. Discussed:

    #Flash
    🔥 #Blazor
    📝 #WordPress
    🔗 Related items
    🥺 #SitecoreLayoffs
    📚 #SitecoreDocs AI
    📦 Content transfer apps
    🐳 Local #Docker containers
    👴🏼 #MySpace and #Geocities
    🗨️ #ComicChat open sourced
    ✍🏼 #SitecoreContentSDK for #Angular

    See you same time next week! 🥪🥗

  9. Nostalgic #SitecoreLunch today. Discussed:

    #Flash
    🔥 #Blazor
    📝 #WordPress
    🔗 Related items
    🥺 #SitecoreLayoffs
    📚 #SitecoreDocs AI
    📦 Content transfer apps
    🐳 Local #Docker containers
    👴🏼 #MySpace and #Geocities
    🗨️ #ComicChat open sourced
    ✍🏼 #SitecoreContentSDK for #Angular

    See you same time next week! 🥪🥗

  10. Timinute v2.3 is out!

    Biggest change: real server-side analytics instead of the dashboard summing everything in your browser. Also fixed a data-isolation bug and some minors bugs.

    Free, self-hosted, MIT.

    github.com/jame581/Timinute

    #openSource #dotnet #blazor #webapp #csharp

  11. Timinute v2.3 is out!

    Biggest change: real server-side analytics instead of the dashboard summing everything in your browser. Also fixed a data-isolation bug and some minors bugs.

    Free, self-hosted, MIT.

    github.com/jame581/Timinute

    #openSource #dotnet #blazor #webapp #csharp

  12. Анатомия SQLite-провайдера: уходим от EF Core — типизированное хранилище для десктопа, мобайла и Blazor WASM

    Серия: redb ecosystem (инженерный разбор после анонса 3.2.1) Когда вышел SQLite-провайдер 3.2.1 , анонс был на пару абзацев: «тот же LINQ, одна строка в DI». Эта статья — противоположность анонса. Здесь не «что вышло», а как оно устроено и где у нас потекло . Конкретно: как движок запросов redb переехал в нативное C-расширение там, где у базы нет хранимок; как мы храним DateTimeOffset в базе, у которой нет типа «дата»; и три бага из этого релиза, разобранные с фильтр-JSON, сгенерированным SQL и фиксом. Это длинно и с кодом. Если хочется коротко — читайте анонс по ссылке выше. Если интересно, что под капотом «одной строки в DI», — устраивайтесь.

    habr.com/ru/articles/1053672/

    #C# #NET #SQLite #Blazor #MAUI #embedded #ORM #redb #opensource

  13. Honored to be invited back to #TechBash for the third year! I'll be combining #GIS and location-based data with #dotnet and #Blazor — always love connecting with this community. 🗺️