#aspnet — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #aspnet, aggregated by home.social.
-
Many new features and numerous breaking changes in .NET 11.0 Preview 7
The seventh preview again brings a language extension for C#, improved compression APIs, and new features for Blazor.
-
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.
-
Как пишут базы данных на C#: RavenDb
Эта база данных покоряет своей продуманностью: индексы рождаются автоматически, система обновляется без вашего участия, а защита данных стоит на страже, словно крепость. И это лишь начало её возможностей. Ознакомиться
https://habr.com/ru/articles/1067642/
#RavenDb #База_Данных #Документноориентированная #многомодельная #С# #NET #ASPNET #Oren_Eini #Создание_Базы_Данных #СУБД
-
⚡️ An architectural view of ML.NET: machine learning without leaving the .NET ecosystem
🏷️ #devdigest #dotnet #net #csharp #microsoft #net #blazor #web #aspnet #asp
-
1823 коммита за четыре месяца в четыре руки с LLM: что получилось, а что чуть не убило проект
Четыре месяца, 1823 коммита и около 200 000 строк кода: мобильное приложение для изучения английского, почти целиком написанное через LLM-агента. Я формулировал задачи, ревьюил и принимал архитектурные решения, но код руками набирал редко. Статья не про то, как здорово, что нейросети пишут код. Она про два места, где эта схема ломается насмерть. Первое — энтропия: локально агент пишет аккуратный код, но через двести коммитов в проекте три способа поднять модалку и четыре файла с константами анимаций. Второе — физическая реальность и невысказанные инварианты: 109 коммитов ушло на одно движение шторки над клавиатурой, а на то, чтобы «забудь» в памяти питомца работало честно, понадобилась отдельная спецификация. Внутри: конституция проекта в CLAUDE.md, четыре слоя храповиков (включая обёртку над git, которая не даёт обойти хуки), разбор пяти причин, почему анимация рвалась на реальном Android, и слоистая память на pgvector с локальными эмбеддингами.
https://habr.com/ru/articles/1066172/
#LLM #AIагент #Claude #Angular #Ionic #Capacitor #ASPNET #pgvector #WebView #Android
-
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.https://www.andrewmclachlan.com/articles/postie
https://www.nuget.org/packages/Postie.Cqrs.AspNetCore -
⚡️ Background tasks in ASP.NET Core with NCronJob and SignalR
🏷️ #devdigest #dotnet #net #javascript #js #net #aspnet #asp
-
🧭 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. 🧱
https://medium.com/@michael.kopt/modernizing-net-part-33-architecture-patterns-we-used-carefully-eb86f8403954
#DotNet #DotNetCore #ASPNET #ASPNETCore #SoftwareArchitecture -
🏗️ 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.https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-32-when-four-architectures-coexist-edf4776399ad
#dotnet #dotnetcore #aspnet #aspnetcore #architecture -
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
-
🔌 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.#DotNet #DotNetCore #SoftwareArchitecture #ASPNET #ASPNETCore
-
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... -
🌿 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.https://medium.com/@michael.kopt/modernizing-net-part-30-strangler-fig-architecture-903da2ce1e9a
#dotnet #dotnetcore #aspnet #aspnetcore -
🧙♂️ 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
https://medium.com/@michael.kopt/%EF%B8%8F-bonus-modernizing-net-part-29-bonus-round-with-system-web-request-and-response-wrappers-0abdec1bae8b -
⚡️ Microsoft Releases .NET 11 Preview 5
🏷️ #devdigest #dotnet #net #microsoft #ide #visualstudio #csharp #maui #microsoft #net #aspnet #asp
-
.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: https://leanpub.com/net11
#books #ebooks #newreleases #leanpublishing #selfpublishing #dotnet #c_sharp #aspnet #android #sql_server #ides
-
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 serverinohttps://medium.com/@michael.kopt/modernizing-net-part-28-diagnosing-linux-file-operation-memory-spikes-08421b69d921
#dotnet #dotnetcore #aspnet #aspnetcore #linux #performance -
Modernizing .NET Part 27! 🔤
Solving the "Windows vs Linux" string sorting headache.
✅ Consistent behavior across OS
✅ Custom NLS-compatible comparer
✅ Fix broken CI/CD testshttps://medium.com/@michael.kopt/modernizing-net-part-27-cross-platform-string-sorting-nuances-9bed8bd1898d
#dotnet #dotnetcore #csharp #aspnet #aspnetcore #linux #unicode #windows #nls #icu #sorting #algorithm