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?
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
#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.
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
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
If you have not read one of my books before and you are curious about my style of writing, you can now download and read two sample chapters from each of my two latest books.
C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals, Seventh Edition
- Chapter 7 Packaging and Distributing .NET Types
- Chapter 12 Introducing Web Development Using ASP.NET Core
https://github.com/markjprice/cs11dotnet7#bonus-content
Apps and Services with .NET 7, First Edition
- Chapter 7 Handling Dates, Times, and Internationalization
- Chapter 12 Building Efficient Microservices Using gRPC
https://github.com/markjprice/apps-services-net7#bonus-content
Thank you Packt for allowing these free chapters to be shared.
The .NET Core Podcast is the premiere podcast for keeping up with all things .NET.
In 2022, the February episode that guest-starred me, Mark J. Price, was the #1 most listened to of the year via Spotify, with 728% more streams than the average episode.
A new episode was been published on Friday 5 March 2023.
Jamie Taylor “GaProgMan” and I talk about my recent books, “C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals”, and “Apps and Services with .NET 7”, and we discuss ChatGPT (which was brand new at the time of recording) and how other generative AIs will likely change the worlds of art, prose, and development.
Please give it a listen now on your favorite podcast player or at the following link:
https://dotnetcore.show/episode-117-our-perspectives-on-the-future-of-net-with-mark-j-price/
Thanks for your support!
I'll be messing with the #YouTubeAPI on a side project I'm working on. Has anyone I know done much with it?
Any advice, direction, suggestions?
#dotnet Community Toolkit 8.1 has been released!
This release includes new features, bug fixes, and performance improvements to the MVVM Toolkit source generators.
Read more on #InfoQ: http://bit.ly/3YBY2aC
Using #IsolatedFunctions is there a way to NOT hardcode the name of the #Queue trigger?
Use case would be having multiple deployment slots and not wanting to store (<queue count> * <slot count>) of app setting configurations because we don't like to nightmares when when we are not sleeping (nor when we are asleep but that is a different question)
So *NOT* this
In networking operations, #dotnet7 improves the capabilities and performance of the existing #HTTP & #WebSockets protocols. It exposed a new protocol called #QUIC and has many performance improvements compared to .NET 6.
Find out more on #InfoQ: https://bit.ly/3XIepSH
#dotnet