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: https://bit.ly/3PPgsmw
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: https://bit.ly/3PPgsmw
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
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 🍾
> Build a basic #DotNet7 app
> Everything works fine
> File Publishes to .exe fine
> Set up for self contained single file for easy distribution
> Exe still needs .dll files
THIS ISN'T SINGLE FILE OR SELF CONTAINED
Also irritating, it seems like the work arounds found searching for a solution don't work anymore.
I am sure there is a way but its damn irritating. It doesn't help that I am basically a newbie at C# and Dotnet.
Implementing Dapr State Management in #dotnet7 ASP.NET Core Web API: https://www.willvelida.com/posts/dapr-state-management-asp-net-core/ #microservices #csharp #programming
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: https://stackoverflow.com/a/67095427 . It's framework dependent, and is PHP dialect here.
https://docs.joinmastodon.org/methods/lists/#accounts-add 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!
#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
https://link.medium.com/6RCzxztswAb
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: https://stackoverflow.com/questions/64610237/net-5-0-cannot-determine-the-frame-size-or-a-corrupted-frame-was-received
Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version. Need Win11 upgrade from Win10? wth.
I've just released the first beta version of my NetFabric.Numerics.Angle!
It provides a powerful and flexible set of tools for working with angles in your #dotnet7 projects. Calculate, convert, and compare angles with type safety and units support.
https://www.nuget.org/packages/NetFabric.Numerics.Angle/1.0.0-beta01
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
Hear my voice! 🙉 See my face! 🙈
Video interview with me, the author of C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals.
https://www.youtube.com/watch?v=TtWzvHRrlZI
#dotnet #dotnet7 #csharp #packt #bookauthor
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: http://bit.ly/3yRd2a2
I introduced readers to the experimental Blazor QuickGrid component in my book, Apps and Services with .NET 7. It is fantastic news that with ASP.NET Core 8 it will be a built-in component: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-2/#blazor-quickgrid-component
Great work, ASP.NET Core Team!
.NET 8 Preview 2 is out now! If you are reading either of my two .NET 7 books and you would like to try .NET 8 with the coding tasks and exercises, find out how at the following link:
https://github.com/markjprice/cs11dotnet7/blob/main/docs/dotnet8.md
Integration tests require you to set up several components that interact with each other, such as running a program and testing various output from it.
Simulating the way the production code would be executed in run-time for doing integration tests by spinning up an real database instance in a docker container at the start of the test run and disposing it at the test end. Take a look in my latest demo.
GitHub repo: https://lnkd.in/dKzpbkHr