#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
-
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
-
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
-
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
-
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
-
So, porting a project from .NET 6 to .NET 8 should be as easy as changing the framework from one to the other, but this has to be done in BOTH the Project properties and the Publish settings or you get a rather peculiar error message about mismatching version numbers.
Found this out recently. The test project i used seems to run just fine, with a few warnings related to changes from .NET 6 to .NET 8, but compiles and gets published.
I ran Strings on the compiled binary and found that there are still some text references to .NET 6 in the binary like:
"System.Security.Permissions.SecurityPermissionAttribute, System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
I assume that this is some sort of left over reference created when the project was created, as the underlying runtime files now point to .NET 8 instead... i'm gonna try porting a larger project with many more dependencies and see if anything breaks.
-
Dive into consuming #DotNet6 configuration in your services effectively. 🤓 Master IOptions, IOptionsMonitor, IOptionsSnapshot, and learn how to validate settings in Azure. Give it a read! 📚 https://dotnet.kriebbels.me/how-to-consume-dot-net-6-configuration-in-your-services-effectively
-
Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/ -
New article alert! 📢 Diving into DotNet 6 Configuration Management - layered configs, sections, and more. I'd love to hear your thoughts on it! #DotNet6 #coding 🔗https://dotnet.kriebbels.me/dive-into-code-unleashing-the-dotnet-6-configuration-management
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
How many app.MapGet and app.MapPost can you have in a minimal.net webApi before it feels wrong?
Asking for a friend 🤫
-
I just blogged: #CASBAN6: Implementing the data model using #EntityFramework Core (separate libraries) - #dotNET #dotNET6 #SQL https://msicc.net/casban6-implementing-the-data-model-using-entityframework-core-separate-libraries/
-
See the diagrams for how I think Microsoft will allow developers on LTS releases of .NET to benefit from improvements in newer C# compilers. Since .NET 6 will be used by developers for longer than .NET 7, it makes sense for the .NET team to allow the use of new features in the C# compiler and improvements in libraries like EF Core. We shall see tomorrow at .NET Conf 2022 when .NET 7 reaches GA and .NET 6 gets an update. 😍
#dotnet #dotnet7 #dotnet6 #csharp #csharp11 #efcore #efcore7 #dotnetconf