home.social

#aspnet — Public Fediverse posts

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

fetched live
  1. Nochmals viele Neuerungen und zahlreiche Breaking Changes in .NET 11.0 Preview 7

    Die siebte Preview bringt abermals eine Spracherweiterung für C#, verbesserte Komprimierungs-APIs und neue Features für Blazor.

    heise.de/news/Nochmals-viele-N

    #NET #ASPNET #C #IT #Microsoft #Passkey #news

  2. Как пишут базы данных на C#: RavenDb

    Эта база данных покоряет своей продуманностью: индексы рождаются автоматически, система обновляется без вашего участия, а защита данных стоит на страже, словно крепость. И это лишь начало её возможностей. Ознакомиться

    habr.com/ru/articles/1067642/

    #RavenDb #База_Данных #Документноориентированная #многомодельная #С# #NET #ASPNET #Oren_Eini #Создание_Базы_Данных #СУБД

  3. 1823 коммита за четыре месяца в четыре руки с LLM: что получилось, а что чуть не убило проект

    Четыре месяца, 1823 коммита и около 200 000 строк кода: мобильное приложение для изучения английского, почти целиком написанное через LLM-агента. Я формулировал задачи, ревьюил и принимал архитектурные решения, но код руками набирал редко. Статья не про то, как здорово, что нейросети пишут код. Она про два места, где эта схема ломается насмерть. Первое — энтропия: локально агент пишет аккуратный код, но через двести коммитов в проекте три способа поднять модалку и четыре файла с константами анимаций. Второе — физическая реальность и невысказанные инварианты: 109 коммитов ушло на одно движение шторки над клавиатурой, а на то, чтобы «забудь» в памяти питомца работало честно, понадобилась отдельная спецификация. Внутри: конституция проекта в CLAUDE.md, четыре слоя храповиков (включая обёртку над git, которая не даёт обойти хуки), разбор пяти причин, почему анимация рвалась на реальном Android, и слоистая память на pgvector с локальными эмбеддингами.

    habr.com/ru/articles/1066172/

    #LLM #AIагент #Claude #Angular #Ionic #Capacitor #ASPNET #pgvector #WebView #Android

  4. I got tired of hand-writing minimal API endpoints for every CQRS command and query, so I built
    Postie. Free forever (MIT), a full CQRS stack in the box, already running my production apps.

    andrewmclachlan.com/articles/p
    nuget.org/packages/Postie.Cqrs

    #dotnet #aspnet #aspnetcore #oss

  5. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s #devops #docker #aspnet #python #node_js

  6. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s #devops #docker #aspnet #python #node_js

  7. 🧭 Modernizing .NET, Part 33: good architecture can still be the wrong migration strategy.

    📨 We used events, CQRS, and Clean Architecture selectively—but avoided combining the ASP.NET Core move with a full DDD, event-sourcing, or microservices rewrite.

    Preserve behavior. Isolate dependencies. Modernize incrementally. 🧱

    medium.com/@michael.kopt/moder
    #DotNet #DotNetCore #ASPNET #ASPNETCore #SoftwareArchitecture

  8. 🏗️ Framework migrations rarely fit one architecture label.

    In Part 32, I break down how layered architecture, modular monolith structure, middleware flow, and service-oriented boundaries can coexist in an ASP.NET Core migration.

    🧱 Not rivals.
    🔁 Different levels.
    🔌 Different responsibilities.

    medium.com/@michael.kopt/%EF%B
    #dotnet #dotnetcore #aspnet #aspnetcore #architecture

  9. Built a quick app during the week in #Python. And then when I needed to switch it from using a local SQLite database to an Azure hosted sql server, it all broke. The dependency free Python lib wouldn’t work because of missing dependencies.

    Been rewriting it all today in #CSharp and #AspNet. Which, whole lot my favourite stack, it works a hell of a lot better

  10. 🔌 Don’t migrate every dependency directly.

    In ASP.NET Core migrations, ports work best when they describe application needs, not library APIs.

    - Wrap SmtpClient behind IEmailSender.
    - Move dictionary token storage behind IUserTokenStore.
    - Swap adapters when the infrastructure is ready.

    medium.com/@michael.kopt/use-p

    #DotNet #DotNetCore #SoftwareArchitecture #ASPNET #ASPNETCore

  11. Estamos em 2026, faz 24 anos que o #dotnet e o #aspnet foram lançado, faz 24 anos que a recomendação é não mostrar detalhes de erro na internet, já que isso expõe detalhes de segurança.
    O que a prefeitura da maior cidade da América do Sul faz? Mostra a bunda na internet.
    Isso é a TI, quase sempre com a prioridade no lugar errado...

  12. 🌿 Part 30 of Modernizing .NET starts the architecture chapter.

    First topic: Strangler Fig Architecture.

    Don’t rewrite the whole ASP.NET Framework app at once.

    ✅ Route one feature.
    ✅ Replace one slice.
    ✅ Keep fallback.
    ✅ Delete the legacy path when stable.

    medium.com/@michael.kopt/moder
    #dotnet #dotnetcore #aspnet #aspnetcore

  13. 🧙‍♂️ HttpContext.Current was only step one.

    Legacy System.Web code often expects Request.Params, Response.Write, headers, redirects, and connection checks.

    🧩 Wrap the old surface
    🔌 Delegate to ASP.NET Core
    ⚠️ Delete the bridge later

    #dotnet #dotnetcore #aspnet #aspnetcore
    medium.com/@michael.kopt/%EF%B

  14. .NET 11.0 Update: Die Neuerungen in .NET 11.0 gegenüber .NET 10.0 inklusive C# 15.0, ASP.NET Core 11.0, Entity Framework Core 11.0, WPF 11.0, Windows Forms 11.0 und .NET MAUI 11.0 by Dr. Holger Schwichtenberg is a new release on Leanpub!

    Link: leanpub.com/net11

    #books #ebooks #newreleases #leanpublishing #selfpublishing #dotnet #c_sharp #aspnet #android #sql_server #ides

  15. Part 28 of Modernizing .NET: memory spikes on Linux are often file I/O problems in disguise.

    🧠 trim backup scope
    🌊 stream copies
    🚦 throttle parallelism
    🗂️ check CIFS serverino

    medium.com/@michael.kopt/moder
    #dotnet #dotnetcore #aspnet #aspnetcore #linux #performance

  16. Modernizing .NET Part 27! 🔤

    Solving the "Windows vs Linux" string sorting headache.

    ✅ Consistent behavior across OS
    ✅ Custom NLS-compatible comparer
    ✅ Fix broken CI/CD tests

    medium.com/@michael.kopt/moder
    #dotnet #dotnetcore #csharp #aspnet #aspnetcore #linux #unicode #windows #nls #icu #sorting #algorithm

  17. Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s #devops #docker #aspnet #python #node_js