#net-9 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #net-9, aggregated by home.social.
-
Dew Drop - June 30, 2026 (#4701)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/06/30/dew-drop-june-30-2026-4701/
-
From the .NET blog...
In case you missed it earlier...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
In case you missed it earlier...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
In case you missed it earlier...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
In case you missed it earlier...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
In case you missed it earlier...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
From the .NET blog...
.NET 8 and .NET 9 will reach End of Support on November 10, 2026
https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support/ #dotnet #MaintenanceUpdates #NET10 #NET8 #NET9 #endofsupport #LTS #STS #upgrade -
Dew Drop - June 22, 2026 (#4695)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/06/22/dew-drop-june-22-2026-4695/
-
Dew Drop - June 12, 2026 (#4689)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/06/12/dew-drop-june-12-2026-4689/
-
Dew Drop - June 2, 2026 (#4681)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/06/02/dew-drop-june-2-2026-4681/
-
Одна строчка .Result роняет ваш ASP.NET Core при CPU 8 %: разбор hill-climbing в .NET 9
TL;DR. Один «безобидный» foo.GetAsync().Result в middleware способен превратить ASP.NET Core, державший 50k RPS с p99 = 40 мс, в сервис с 12k RPS и p99 = 4 с — при CPU 8 %. Виноват не сам blocking call, а hill-climbing — фидбэк-луп в ThreadPool, в недрах которого живёт дискретное преобразование Фурье. Разбираем по исходникам CoreCLR, почему это вообще возможно, воспроизводим эффект на ~80 строках кода и разбираемся, почему SetMinThreads — не решение, а анестезия.
https://habr.com/ru/articles/1040804/
#threadpool #hillclimbing #asyncawait #net9 #aspnetcore #starvation #configureawait #taskresult #bulkhead #setminthreads
-
Одна строчка .Result роняет ваш ASP.NET Core при CPU 8 %: разбор hill-climbing в .NET 9
TL;DR. Один «безобидный» foo.GetAsync().Result в middleware способен превратить ASP.NET Core, державший 50k RPS с p99 = 40 мс, в сервис с 12k RPS и p99 = 4 с — при CPU 8 %. Виноват не сам blocking call, а hill-climbing — фидбэк-луп в ThreadPool, в недрах которого живёт дискретное преобразование Фурье. Разбираем по исходникам CoreCLR, почему это вообще возможно, воспроизводим эффект на ~80 строках кода и разбираемся, почему SetMinThreads — не решение, а анестезия.
https://habr.com/ru/articles/1040804/
#threadpool #hillclimbing #asyncawait #net9 #aspnetcore #starvation #configureawait #taskresult #bulkhead #setminthreads
-
Одна строчка .Result роняет ваш ASP.NET Core при CPU 8 %: разбор hill-climbing в .NET 9
TL;DR. Один «безобидный» foo.GetAsync().Result в middleware способен превратить ASP.NET Core, державший 50k RPS с p99 = 40 мс, в сервис с 12k RPS и p99 = 4 с — при CPU 8 %. Виноват не сам blocking call, а hill-climbing — фидбэк-луп в ThreadPool, в недрах которого живёт дискретное преобразование Фурье. Разбираем по исходникам CoreCLR, почему это вообще возможно, воспроизводим эффект на ~80 строках кода и разбираемся, почему SetMinThreads — не решение, а анестезия.
https://habr.com/ru/articles/1040804/
#threadpool #hillclimbing #asyncawait #net9 #aspnetcore #starvation #configureawait #taskresult #bulkhead #setminthreads
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Hey, IconPacks.Avalonia v2.0 has just been released ❤️🤘 v3.0 for #Avalonia v12 is in the pipeline 🙂
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz
-
Dew Drop – April 23, 2026 (#4653)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/04/23/dew-drop-april-23-2026-4653/
-
Dew Drop – April 13, 2026 (#4645)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/04/13/dew-drop-april-13-2026-4645/
-
Dew Drop – March 24, 2026 (#4631)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/03/24/dew-drop-march-24-2026-4631/
-
https://www.europesays.com/ie/393032/ .NET 11 Preview 2 Brings Performance Gains, Improved Mapping, and Native OpenTelemetry Support #NET #NET10 #NET11 #NET9 #NETCore #Development #Dotnet11Preview2 #Éire #IE #Ireland #Technology
-
Dew Drop – March 4, 2026 (#4617)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/03/04/dew-drop-march-4-2026-4617/
-
Dew Drop – February 12, 2026 (#4603)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/02/12/dew-drop-february-12-2026-4603/
-
Dew Drop – February 2, 2026 (#4595)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/02/02/dew-drop-february-2-2026-4595/
-
Dew Drop – January 23, 2026 (#4589)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/01/23/dew-drop-january-23-2026-4589/
-
Dew Drop – January 13, 2026 (#4581)
https://fed.brid.gy/r/https://alvinashcraft.com/2026/01/13/dew-drop-january-13-2026-4581/
-
Dew Drop – December 30, 2025 (#4571)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/12/30/dew-drop-december-30-2025-4571/
-
Dew Drop – December 29, 2025 (#4570)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/12/29/dew-drop-december-29-2025-4570/
-
Dew Drop – December 19, 2025 (#4565)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/12/19/dew-drop-december-19-2025-4565/
-
Dew Drop – December 9, 2025 (#4557)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/12/09/dew-drop-december-9-2025-4557/
-
Dew Drop – November 20, 2025 (#4545)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/11/20/dew-drop-november-20-2025-4545/
-
Dew Drop – November 19, 2025 (#4544)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/11/19/dew-drop-november-19-2025-4544/
-
Dew Drop – November 17, 2025 (#4542)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/11/17/dew-drop-november-17-2025-4542/
-
Dew Drop – November 11, 2025 (#4538)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/11/11/dew-drop-november-11-2025-4538/
-
Dew Drop – November 5, 2025 (#4534)
https://fed.brid.gy/r/https://alvinashcraft.com/2025/11/05/dew-drop-november-5-2025-4534/
-
Phát triển trình phát podcast TUI đa nền tảng trên .NET 9 với mpv, VLC và native engine fallback! Tính năng: phát lại thời gian thực, tốc độ, âm lượng, tìm kiếm, tải xuống ngoại tuyến... #podliner #podcast #TUI #NET9 #pháttriển #trìnhphát #đanGrid #đa_nền_tảng #phần_mềm_mở #GPLv3 #thử_nghiệm
-
Hey, IconPacks.Avalonia v1.3.0 with 69328 #Icons has just been released ❤️🤘
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz #Font
-
Hey, IconPacks.Avalonia v1.3.0 with 69328 #Icons has just been released ❤️🤘
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz #Font
-
Hey, IconPacks.Avalonia v1.3.0 with 69328 #Icons has just been released ❤️🤘
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz #Font
-
Hey, IconPacks.Avalonia v1.3.0 with 69328 #Icons has just been released ❤️🤘
Take it, use it, love it! And give a ⭐ to all used #Icon libs!
👉 https://github.com/MahApps/IconPacks.Avalonia/releases
#IconPacks #OSS #Avalonia #MahApps #XAML #WPF #AvaloniaUI #netcore #dotnet #net8 #net9 #net10 #MVPBuzz #Font
-
.NET Short Term Releases get 2 years of support!
Earlier, the short term releases for each .NET version would last only 1.5 years (18 months), which means that once an LTS gets released, you’ll have to upgrade to that LTS versions before your .NET version gets deprecated. Now, it seems that Microsoft have adjusted this support length for short term releases of the modern .NET framework, starting from .NET 9.0 released November 12th of the last year.
Microsoft has added six more months to the total support length for such releases, making them end with their LTS version that came before. For example, on November 10th, 2026, both .NET 8.0 and 9.0 will reach end of life.
Here’s the chart that demonstrates the new support timeline:
This is a welcome change, as you’ll now have six extra months to upgrade to the new LTS release by the time the current STS and LTS versions are still in support. You can learn more about this change here.
Learn more#Net #Net9 #Net90 #NetCore #C_ #dotnet #news #Tech #Technology #update
-
.NET Short Term Releases get 2 years of support!
Earlier, the short term releases for each .NET version would last only 1.5 years (18 months), which means that once an LTS gets released, you’ll have to upgrade to that LTS versions before your .NET version gets deprecated. Now, it seems that Microsoft have adjusted this support length for short term releases of the modern .NET framework, starting from .NET 9.0 released November 12th of the last year.
Microsoft has added six more months to the total support length for such releases, making them end with their LTS version that came before. For example, on November 10th, 2026, both .NET 8.0 and 9.0 will reach end of life.
Here’s the chart that demonstrates the new support timeline:
This is a welcome change, as you’ll now have six extra months to upgrade to the new LTS release by the time the current STS and LTS versions are still in support. You can learn more about this change here.
Learn more #Net #Net9 #Net90 #NetCore #C #dotnet #news #Tech #Technology #update