#dotnet6 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dotnet6, aggregated by home.social.
-
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
🐍💻 Fix Npgsql “Bad Protocol Version” on macOS & .NET 6
If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
This usually means a mismatch between client and server expectations, but it can be resolved.
Perfect for developers wrestling with cross-platform database connections.
👉 Resolve the error here:
https://sslinsights.com/fix-npgsql-bad-protocol-version-macos-net6/#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights
-
🐍💻 Fix Npgsql “Bad Protocol Version” on macOS & .NET 6
If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
This usually means a mismatch between client and server expectations, but it can be resolved.
Perfect for developers wrestling with cross-platform database connections.
👉 Resolve the error here:
https://sslinsights.com/fix-npgsql-bad-protocol-version-macos-net6/#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights
-
🐍💻 Fix Npgsql “Bad Protocol Version” on macOS & .NET 6
If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
This usually means a mismatch between client and server expectations, but it can be resolved.
Perfect for developers wrestling with cross-platform database connections.
👉 Resolve the error here:
https://sslinsights.com/fix-npgsql-bad-protocol-version-macos-net6/#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights
-
🐍💻 Fix Npgsql “Bad Protocol Version” on macOS & .NET 6
If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
This usually means a mismatch between client and server expectations, but it can be resolved.
Perfect for developers wrestling with cross-platform database connections.
👉 Resolve the error here:
https://sslinsights.com/fix-npgsql-bad-protocol-version-macos-net6/#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights
-
🐍💻 Fix Npgsql “Bad Protocol Version” on macOS & .NET 6
If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:
🚫 Bad Protocol Version errors
This usually means a mismatch between client and server expectations, but it can be resolved.
Perfect for developers wrestling with cross-platform database connections.
👉 Resolve the error here:
https://sslinsights.com/fix-npgsql-bad-protocol-version-macos-net6/#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights
-
Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
Should I add more hashtags to this list? Or are these already too many?#dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet
-
In this article, Tamás-Márk Furó describes the SPA (Single Page Applications) templates, and the proxy changes introduced for the development environment from .NET 5 to .NET 6, .NET 7, and on to the next versions.
More on #InfoQ: https://bit.ly/3B3tLrD
#dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).
Will #blog about it when I ironed out all the quirks.
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Anyone experiencing issue with #codecov ?
Their #dotnet #tool only supports #netcore 2.1, 3.1 and #dotnet5 (all currently out of support) and since linux #github agent only has #dotnet6 and #dotnet7 sdks.
Anyone out there with a better option than installing a deprecated sdk ?
I'm using #nuke and would very much like not to have to customize the generated YAML file.The project : github.com/candoumbe/candoumbe.types
-
A classic example of my past self prematurely optimising some #dotnet code so it allocated fewer strings and had better #performance, only to now find it's slower and uses more memory than a simpler solution. Interesting that #dotnet7 runs slower that #dotnet6 though
-
Finally hit the next #milestone on my #CASBAN6 project.
#Azure #Function app for my blog API is running, will be automatically updated via #Github Action and connects to my #AzureSQL database (#serverless) without any problems.
Next up: another blogpost, this time for the #DTO classes as well as my (manual) #MappingHelpers.
After that, I need to evaluate if Azure #APIManagement is worth the effort (and the price).
#devlife #programming #clouddev #cloudnative #dotnet #dotNET6