home.social

#dotnet7 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dotnet7, aggregated by home.social.

  1. Mark your calendars: #dotnet7's end of support is approaching fast on May 14, 2024!

    After this date, no more updates or security fixes will be issued.

    Details on #InfoQ: bit.ly/3PPgsmw

    #dotnet

  2. Mark your calendars: #dotnet7's end of support is approaching fast on May 14, 2024!

    After this date, no more updates or security fixes will be issued.

    Details on #InfoQ: bit.ly/3PPgsmw

    #dotnet

  3. Mark your calendars: #dotnet7's end of support is approaching fast on May 14, 2024!

    After this date, no more updates or security fixes will be issued.

    Details on #InfoQ: bit.ly/3PPgsmw

    #dotnet

  4. Mark your calendars: #dotnet7's end of support is approaching fast on May 14, 2024!

    After this date, no more updates or security fixes will be issued.

    Details on #InfoQ: bit.ly/3PPgsmw

    #dotnet

  5. Mark your calendars: 's end of support is approaching fast on May 14, 2024!

    After this date, no more updates or security fixes will be issued.

    Details on : bit.ly/3PPgsmw

  6. 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

  7. 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

  8. 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

  9. 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

  10. 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

  11. Can confirm on my M2 Pro MacBook that #dotnet8 give MBBSEmu's emulated x86 core a ~20% performance bump by just upgrading from #dotnet7 to #dotnet8! Can't be mad about that 🤓

    Makes it *almost* as fast as a 486DX4 @ 100mhz 🤯

    Hats off to the #dotnet team at #microsoft and around the world! Really outstanding release 🍾

  12. Can confirm on my M2 Pro MacBook that #dotnet8 give MBBSEmu's emulated x86 core a ~20% performance bump by just upgrading from #dotnet7 to #dotnet8! Can't be mad about that 🤓

    Makes it *almost* as fast as a 486DX4 @ 100mhz 🤯

    Hats off to the #dotnet team at #microsoft and around the world! Really outstanding release 🍾

  13. Can confirm on my M2 Pro MacBook that #dotnet8 give MBBSEmu's emulated x86 core a ~20% performance bump by just upgrading from #dotnet7 to #dotnet8! Can't be mad about that 🤓

    Makes it *almost* as fast as a 486DX4 @ 100mhz 🤯

    Hats off to the #dotnet team at #microsoft and around the world! Really outstanding release 🍾

  14. Can confirm on my M2 Pro MacBook that #dotnet8 give MBBSEmu's emulated x86 core a ~20% performance bump by just upgrading from #dotnet7 to #dotnet8! Can't be mad about that 🤓

    Makes it *almost* as fast as a 486DX4 @ 100mhz 🤯

    Hats off to the #dotnet team at #microsoft and around the world! Really outstanding release 🍾

  15. Can confirm on my M2 Pro MacBook that #dotnet8 give MBBSEmu's emulated x86 core a ~20% performance bump by just upgrading from #dotnet7 to #dotnet8! Can't be mad about that 🤓

    Makes it *almost* as fast as a 486DX4 @ 100mhz 🤯

    Hats off to the #dotnet team at #microsoft and around the world! Really outstanding release 🍾

  16. Yes! Finally successful in getting my #dotnet7 #Blazor app to import #Mastodon Lists from a csv backup file.

    It's nuts how there's actually NO W3C standard for passing array-parameters in a query: stackoverflow.com/a/67095427 . It's framework dependent, and is PHP dialect here.

    docs.joinmastodon.org/methods/ wants an account_id array, but NOT in json which would be more concise.

    Instead, it's fat pairs of literally { "account_ids[], "<account-id>" } for every account to add!

    #MastodonMigration

  17. Yes! Finally successful in getting my #dotnet7 #Blazor app to import #Mastodon Lists from a csv backup file.

    It's nuts how there's actually NO W3C standard for passing array-parameters in a query: stackoverflow.com/a/67095427 . It's framework dependent, and is PHP dialect here.

    docs.joinmastodon.org/methods/ wants an account_id array, but NOT in json which would be more concise.

    Instead, it's fat pairs of literally { "account_ids[], "<account-id>" } for every account to add!

    #MastodonMigration

  18. Yes! Finally successful in getting my #dotnet7 #Blazor app to import #Mastodon Lists from a csv backup file.

    It's nuts how there's actually NO W3C standard for passing array-parameters in a query: stackoverflow.com/a/67095427 . It's framework dependent, and is PHP dialect here.

    docs.joinmastodon.org/methods/ wants an account_id array, but NOT in json which would be more concise.

    Instead, it's fat pairs of literally { "account_ids[], "<account-id>" } for every account to add!

    #MastodonMigration

  19. #dotnet7 breaks existing restriction when using generics. It is now much easier to implement generic math types.
    I wrote a small article explaining the limitations and how you can use the new features.
    #dotnet #csharp
    link.medium.com/6RCzxztswAb

  20. #dotnet7 breaks existing restriction when using generics. It is now much easier to implement generic math types.
    I wrote a small article explaining the limitations and how you can use the new features.
    #dotnet #csharp
    link.medium.com/6RCzxztswAb

  21. #dotnet7 breaks existing restriction when using generics. It is now much easier to implement generic math types.
    I wrote a small article explaining the limitations and how you can use the new features.
    #dotnet #csharp
    link.medium.com/6RCzxztswAb

  22. #dotnet7 breaks existing restriction when using generics. It is now much easier to implement generic math types.
    I wrote a small article explaining the limitations and how you can use the new features.
    #dotnet #csharp
    link.medium.com/6RCzxztswAb

  23. #dotnet7 breaks existing restriction when using generics. It is now much easier to implement generic math types.
    I wrote a small article explaining the limitations and how you can use the new features.
    #dotnet #csharp
    link.medium.com/6RCzxztswAb

  24. It's 2023, #dotnet7, and this is fubar is still happening in a #Blazor Hybrid #MAUI app:

    "System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
    ---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received."

    Meanwhile, back to 2021 in .NET 5.0 -- same: stackoverflow.com/questions/64

    Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version. Need Win11 upgrade from Win10? wth.

  25. It's 2023, #dotnet7, and this is fubar is still happening in a #Blazor Hybrid #MAUI app:

    "System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
    ---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received."

    Meanwhile, back to 2021 in .NET 5.0 -- same: stackoverflow.com/questions/64

    Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version. Need Win11 upgrade from Win10? wth.

  26. It's 2023, #dotnet7, and this is fubar is still happening in a #Blazor Hybrid #MAUI app:

    "System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
    ---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received."

    Meanwhile, back to 2021 in .NET 5.0 -- same: stackoverflow.com/questions/64

    Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version. Need Win11 upgrade from Win10? wth.

  27. It's 2023, #dotnet7, and this is fubar is still happening in a #Blazor Hybrid #MAUI app:

    "System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
    ---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received."

    Meanwhile, back to 2021 in .NET 5.0 -- same: stackoverflow.com/questions/64

    Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version. Need Win11 upgrade from Win10? wth.

  28. 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: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  29. 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: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  30. 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: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  31. 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: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  32. 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 : bit.ly/3B3tLrD

  33. Hear my voice! 🙉 See my face! 🙈
    Video interview with me, the author of C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals.
    youtube.com/watch?v=TtWzvHRrlZ
    #dotnet #dotnet7 #csharp #packt #bookauthor

  34. Hear my voice! 🙉 See my face! 🙈
    Video interview with me, the author of C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals.
    youtube.com/watch?v=TtWzvHRrlZ
    #dotnet #dotnet7 #csharp #packt #bookauthor

  35. Hear my voice! 🙉 See my face! 🙈
    Video interview with me, the author of C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals.
    youtube.com/watch?v=TtWzvHRrlZ
    #dotnet #dotnet7 #csharp #packt #bookauthor

  36. Hear my voice! 🙉 See my face! 🙈
    Video interview with me, the author of C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals.
    youtube.com/watch?v=TtWzvHRrlZ
    #dotnet #dotnet7 #csharp #packt #bookauthor

  37. Hear my voice! 🙉 See my face! 🙈
    Video interview with me, the author of C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals.
    youtube.com/watch?v=TtWzvHRrlZ
    #dotnet #dotnet7 #csharp #packt #bookauthor

  38. Several features have been added to #MinimalAPIs with the #dotnet7 release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.

    #InfoQ article by Fiodar Sazanavets: bit.ly/3yRd2a2

    #dotnet #ASPNETCore #API

  39. Several features have been added to #MinimalAPIs with the #dotnet7 release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.

    #InfoQ article by Fiodar Sazanavets: bit.ly/3yRd2a2

    #dotnet #ASPNETCore #API

  40. Several features have been added to #MinimalAPIs with the #dotnet7 release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.

    #InfoQ article by Fiodar Sazanavets: bit.ly/3yRd2a2

    #dotnet #ASPNETCore #API