#dotnet9 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dotnet9, aggregated by home.social.
-
via @dotnet : .NET and .NET Framework May 2026 servicing releases updates
https://ift.tt/nkE2LOt
#dotnet #dotnetframework #May2026 #servicingupdates #securityupdates #cve202632177 #cve202635433 #cve202632175 #cve202642899 #release8 #dotnet10 #dotnet9 #dotnet8 #a… -
via @dotnet : What’s new for .NET in Ubuntu 26.04
https://ift.tt/PfDItyM
#dotnet #ubuntu #ubuntu2604 #resoluteraccoon #dotnet10 #dotnet8 #dotnet9 #containers #container #nativeaot #naot #cgroupv2 #linux7 #backports #ppa #dotnetruntime #dotnetsdk -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf -
🗂️ New: Modernizing .NET – Part 15
JSON fails with circular objects. Protobuf-net can’t fix recursive graphs.
Here’s a custom ASP.NET Core Session Store that can.Read → https://medium.com/@michael.kopt/%EF%B8%8F-custom-session-store-for-complex-objects-in-asp-net-core-1349b680ce12
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware #SessionState -
🧩 New: Modernizing .NET – Part 14
WebHost still works, but WebApplication is better.
Here’s how to migrate your ASP.NET Core app to the modern hosting model.Read → https://medium.com/@michael.kopt/modernizing-net-part-14-migrating-from-webhost-to-webapplication-in-asp-net-core-612a7a8e1b88
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware -
📡 New post: Modernizing .NET – Part 11
Migrate from WebClient and RestSharp to HttpClientFactory.
Full code, DI setup, and performance boost.Read → https://medium.com/@michael.kopt/c3a74091ef19
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Linux #RestShart #WebClient #DepedencyInjection -
📊 New post: Modernizing .NET – Part 10
Replace OleDB with ExcelDataReader in .NET Core.
Setup, formatting, exporting, performance tips — all covered.
Read → https://medium.com/@michael.kopt/modernizing-net-part-10-replacing-oledb-excel-reading-with-exceldatareader-a2cdae1e2cb8
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #Excel #OLEDB -
via @dotnet : .NET and .NET Framework January 2026 servicing releases updates
https://ift.tt/Oy3XogR
#DotNet #DotNetFramework #ServicingUpdates #January2026 #SoftwareUpdates #NonSecurityFixes #ReleaseNotes #DotNet10 #DotNet9 #DotNet8 #ContainerImages #LinuxPacka… -
✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
🔗 https://medium.com/@michael.kopt/50c0eb2f2feb
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp -
✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
🔗 https://medium.com/@michael.kopt/50c0eb2f2feb
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp -
✅ New post in my Modernizing .NET series: Validators in CoreWCF — how to bring back pre‑deserialization SOAP validation using AssertValidator + ParameterInspector.
🔗 https://medium.com/@michael.kopt/50c0eb2f2feb
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CoreWCF #WCF #SOAP #CSharp -
Next part of Modernizing .NET:
🧼 Part 3 - Migrating WCF SOAP services to .NET 8? I used CoreWCF to keep legacy endpoints alive—no rewrite needed.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-3-surviving-soap-with-corewcf-8a947ebd55e9
#WCF #CoreWCF #SOAP
#DotNet #DotNet8 #DotNet9 #ASPNetFramework #ASPNet #ASPNetCore #CSharp -
Next part of Modernizing .NET:
🧼 Part 3 - Migrating WCF SOAP services to .NET 8? I used CoreWCF to keep legacy endpoints alive—no rewrite needed.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-3-surviving-soap-with-corewcf-8a947ebd55e9
#WCF #CoreWCF #SOAP
#DotNet #DotNet8 #DotNet9 #ASPNetFramework #ASPNet #ASPNetCore #CSharp -
Next part of Modernizing .NET:
🧼 Part 3 - Migrating WCF SOAP services to .NET 8? I used CoreWCF to keep legacy endpoints alive—no rewrite needed.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-3-surviving-soap-with-corewcf-8a947ebd55e9
#WCF #CoreWCF #SOAP
#DotNet #DotNet8 #DotNet9 #ASPNetFramework #ASPNet #ASPNetCore #CSharp -
C64 C Sharp Coding Brings the Commodore 64 Into the .NET Era
#Commodore64 #C64Dev #DotNet9 #CSharp #RetroComputing #8bitDev #RetroC64
https://theoasisbbs.com/c64-c-sharp-coding-brings-the-commodore-64-into-the-net-era/?feed_id=6548&_unique_id=691c88d17e5c2 -
C64 C Sharp Coding Brings the Commodore 64 Into the .NET Era
#Commodore64 #C64Dev #DotNet9 #CSharp #RetroComputing #8bitDev #RetroC64
https://theoasisbbs.com/c64-c-sharp-coding-brings-the-commodore-64-into-the-net-era/?feed_id=6548&_unique_id=691c88d17e5c2 -
C64 C Sharp Coding Brings the Commodore 64 Into the .NET Era
#Commodore64 #C64Dev #DotNet9 #CSharp #RetroComputing #8bitDev #RetroC64
https://theoasisbbs.com/c64-c-sharp-coding-brings-the-commodore-64-into-the-net-era/?feed_id=6548&_unique_id=691c88d17e5c2 -
C64 C Sharp Coding Brings the Commodore 64 Into the .NET Era
#Commodore64 #C64Dev #DotNet9 #CSharp #RetroComputing #8bitDev #RetroC64
https://theoasisbbs.com/c64-c-sharp-coding-brings-the-commodore-64-into-the-net-era/?feed_id=6548&_unique_id=691c88d17e5c2 -
C64 C Sharp Coding Brings the Commodore 64 Into the .NET Era
#Commodore64 #C64Dev #DotNet9 #CSharp #RetroComputing #8bitDev #RetroC64
https://theoasisbbs.com/c64-c-sharp-coding-brings-the-commodore-64-into-the-net-era/?feed_id=6548&_unique_id=691c88d17e5c2 -
🧙♂️ Modernizing .NET – Part 2: HttpContext is the dark magic of ASP.NET Framework. Here's how I revived HttpContext.Current in .NET 8—without rewriting 1000 endpoints.
🔗 https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-2-httpcontext-and-the-dark-magic-of-migration-621b0ce7586c
#DotNet #DotNet8 #DotNet9 #ASPNetFramework #ASPNet #ASPNetCore #CSharp #CodeMigration #LegacyCode -
via @dotnet : .NET and .NET Framework November 2025 servicing releases updates
https://ift.tt/PUe9l4g
#DotNet #DotNetFramework #November2025 #ServicingUpdates #SecurityImprovements #ReleaseNotes #DotNet8 #DotNet9 #ContainerImages #LinuxPackages #AspNetCore #Upda… -
via @dotnet : Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
https://ift.tt/Ts2afNB
#DotNetMAUI #GooglePlay #16KBPageSize #AndroidDevelopment #AppPerformance #DotNet9 #MobileApps #AppLaunch #DependencyManagement #TechUpdates #Softwar… -
via @dotnet : Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
https://ift.tt/Ts2afNB
#DotNetMAUI #GooglePlay #16KBPageSize #AndroidDevelopment #AppPerformance #DotNet9 #MobileApps #AppLaunch #DependencyManagement #TechUpdates #Softwar… -
via @dotnet : Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
https://ift.tt/Ts2afNB
#DotNetMAUI #GooglePlay #16KBPageSize #AndroidDevelopment #AppPerformance #DotNet9 #MobileApps #AppLaunch #DependencyManagement #TechUpdates #Softwar… -
via @dotnet : Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
https://ift.tt/Ts2afNB
#DotNetMAUI #GooglePlay #16KBPageSize #AndroidDevelopment #AppPerformance #DotNet9 #MobileApps #AppLaunch #DependencyManagement #TechUpdates #Softwar… -
via @dotnet : Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
https://ift.tt/Ts2afNB
#DotNetMAUI #GooglePlay #16KBPageSize #AndroidDevelopment #AppPerformance #DotNet9 #MobileApps #AppLaunch #DependencyManagement #TechUpdates #Softwar… -
via @dotnet : .NET STS releases supported for 24 months
https://ift.tt/T7syaAf
#DotNet #STS #SupportLifecycle #DotNet9 #SoftwareDevelopment #TechNews #Microsoft #LongTermSupport #OOBReleases #Development #Programming #TechUpdates #DotNetCommunity #SoftwareEngine… -
via @dotnet : How we ended up rewriting NuGet Restore in .NET 9
https://ift.tt/7IYrfjh
#NuGet #DotNet9 #SoftwareEngineering #PerformanceOptimization #DependencyManagement #Microsoft #VisualStudio #Coding #DeveloperProductivity #OpenSource #TechBlog #SoftwareDeve… -
What's New in .NET 9: Key Updates & Features
https://www.industrialagency.org/blogs/185678/What-s-New-in-NET-9-Key-Updates-Features
Discover the latest advancements in .NET 9, including performance improvements, enhanced security, and new development tools. Stay ahead with key updates shaping the future of .NET development.
#DotNet9
#NET9Features
#SoftwareDevelopment
#DotNetUpdates
#WebDevelopment
#TechTrends
#Coding
#Programming
#MicrosoftDotNet
#DevCommunity -
via @dotnet : .NET MAUI Performance Features in .NET 9
https://ift.tt/RkqBMNo
#DotNet #MAUI #DotNet9 #Performance #NativeAOT #Trimming #ApplicationSize #StartupTime #NuGet #Development #XAML #CompiledBindings #Profiling #DotNetTrace #DotNetGcdump #CrossPlatform … -
#UnoPlatform 5.6 is here, packed with substantial improvements in performance, productivity, and cross-platform development capabilities.
Read #InfoQ to discover the key updates: https://bit.ly/3EGhYVu
-
via @dotnet : .NET and .NET Framework February 2025 servicing releases updates
https://ift.tt/S9TPOjh
#DotNet #NetFramework #DotNetUpdates #February2025 #DotNet9 #DotNet8 #ReleaseNotes #ASPNetCore #EFCore #WindowsForms #SoftwareDevelopment #TechUpdates #Programm… -
via @dotnet : WinForms: Analyze This (Me in Visual Basic)
https://ift.tt/tFBopfG
#WinForms #RoslynAnalyzers #DotNet9 #VisualBasic #CodeAnalysis #SoftwareDevelopment #AsyncProgramming #SecureCoding #DeveloperTools #CodingBestPractices #CommunityContribution #Lega… -
Guid Version 7 in .NET 9 introduces a new way to generate globally unique identifiers (GUIDs) based on timestamps and randomness, making them more suitable for relational databases. Unlike the non-sequential GUID v4, GUID v7 reduces index fragmentation, improving database performance.