#dotNET8
Want to learn Blazor?

Here's a collection of posts/videos I've created about Blazor in the last year or so.

The following thread is ordered (roughly) from beginner to rockstar level :)

#blazor #dotnet #dotnet8 #dotnet9
November 14, 2024 at 11:38 AM
The upcoming .NET8 release is taking #cloudnative deployment and #observability seriously, incl. #OpenTelemetry native support.
On this month's OpenObservability live-stream I'll host @davidfowl.com, Distinguished Engineer at #Microsoft and a prominent #dotNet figure.
lnkd.in/dMnDN5pb
#DotNET8
February 12, 2024 at 7:15 AM
>grab dotnet from AUR
>dotnet 9
>build fails
>grab dotnet from main arch repos
>old dotnet8
>build fails
>check main system
>dotnet from AUR is installed and build works
>finally realize 30 minutes later it's an outdated AUR build
November 13, 2024 at 7:57 PM
In 2025, businesses are scaling faster than ever with .NET 8 + React — the perfect duo for performance, reliability, and long-term success.

#DotNet8 #ReactJS #Technijian #BusinessTechnology #CustomApps #ScalableSolutions
November 12, 2025 at 8:40 AM
We've upgraded our Push Notification Hub for Teams! ...the move from .NET Framework to #dotNET8 made it faster and leaner with #ASPNET Core 8 and Polly v8. Expect crisp Teams notifications➖modern tech for seamless chats! https://msft.it/63324qLm3j
April 9, 2025 at 8:10 PM
🎙️ DevApps Podcast 🎙️

Plongez dans l'univers de Blazor avec .NET 8 et découvrez les nouveautés de .NET 9 avec @tossnet.bsky.social et @aclerbois.bsky.social. 🚀

🔗 devapps.ms/podcasts/104...

#Blazor #DotNet8 #DotNet9 #Podcast #DevCommunity
November 16, 2024 at 8:53 AM
Why SMBs Should Standardize on .NET 8 + React 🚀
Fast. Secure. Scalable.
The perfect combo for small & mid-sized businesses to future-proof their tech stack.
🔗 Learn more: technijian.com
#DotNet8 #ReactJS #SMBTech #DigitalTransformation #Technijian #WebDevelopment #FullStack #BusinessGrowth
October 29, 2025 at 12:26 PM
My YouTube playlist on Blazor Server with .NET 8 is almost complete! 🎉 In this series, we built a complete job listing site step-by-step. Perfect for those eager to learn and apply Blazor in real-world projects.

Link:
youtube.com/playlist?lis...

#dotnet8 #webdevelopment #blazor #csharp
.NET Blazor Server Beginner to Advance - YouTube
A complete Blazor Server Web App Development series in which we have developed a complete Job listing site along with admin panel, fully equipped with all th...
youtube.com
November 23, 2024 at 4:09 AM
So today migrated two applications. About 200k lines of code, from old .NET 4.x MVC to dotnet8, and full angular migration from 14/17 to 20

Claude performed really well and I now have a repeatable process.
Only possible because I could guide it properly and understood the migration requirements
March 28, 2026 at 1:46 AM
This looks really cool! I ran through the tutorial and will give the actual game a try later. I saw some people were having issues running it on linux. I got it to work by installing dotnet8 (`apt install dotnet8` if apt's what you use) and then running `dotnet build`, `dotnet run`
November 23, 2025 at 7:19 PM
www.linqpad.net
November 19, 2024 at 9:12 AM
🚀 Mastering parallelism in C#! Learn how to use ForEachAsync() with List<>. 💻 Dive into the details and benchmark results in our latest article. 📊
Read more ➡️
#dotnet #dotnet8 #MVPBuzz #CodePerformance
Collection Performance: Using ForEachAsync() with List<>
The post demonstrates the usage of Parallel.ForEachAsync() with a List of reference types.
dotnettips.wordpress.com
March 22, 2025 at 12:43 PM
It's quiet before the storm. Next week will be busy. #dotnet8
November 12, 2023 at 10:27 PM
🚀 Mastering parallelism in C#! Learn how to use ForEachAsync() with List<>. 💻 Dive into the details and benchmark results in our latest article. 📊
Read more ➡️
#dotnet #dotnet8 #MVPBuzz #CodePerformance
Collection Performance: Using ForEachAsync() with List<>
The post demonstrates the usage of Parallel.ForEachAsync() with a List of reference types.
dotnettips.wordpress.com
December 23, 2024 at 2:35 PM
🚀 Boost your C# Dictionary skills! 📚 Learn about the efficiency of Add() vs. TryAdd() methods in this insightful article. 💻 Check out the benchmark results and optimize your code.
#dotnet #dotnet8 #MVPBuzz #CodePerformance
Collection Performance: Adding Items To a Dictionary
The common method to add items to a Dictionary is through the Add() method, but TryAdd() is an alternative that returns a Boolean. Benchmark tests show that TryAdd() is slightly faster but degrades…
dotnettips.wordpress.com
January 23, 2025 at 2:37 PM
Thanks to the help of my good buddy KallDrexx I can officially say that the NESDecompiler Core is practically complete now and can be used to implement into other projects aswell!
#NES #Emulation

github.com/ApfelTeeSaft...
GitHub - ApfelTeeSaft/NESDecompiler: a NES / 6502 dissasembler / decompiler written in C# DotNet8
a NES / 6502 dissasembler / decompiler written in C# DotNet8 - ApfelTeeSaft/NESDecompiler
github.com
October 9, 2025 at 11:27 AM
🚀 Enhance your code efficiency! Learn about SequenceEqual() and StructuralSequenceEqual() methods for precise collection comparison. Check out this insightful article!
#CodeOptimization #dotnet #dotnet8 #MVPBuzz #CodePerformance
Collection Performance: Optimizing Sequence Comparison
The article discusses different methods for comparing two collections for identity in programming. It introduces the use of the SequenceEqual() method for comparing sequences in the LINQ extension …
dotnettips.wordpress.com
February 13, 2025 at 3:19 PM
Boost Enum Value Name Retrieval in .NET with an 18.6x efficiency gain and zero memory allocation! 🚀
#dotnet #dotnet8 #MVPBuzz #CodePerformance
General Performance Tip: Optimizing Enum Value Name Retrieval
The article delves into the optimization of Enum value name retrieval in .NET, comparing three approaches. It demonstrates that one of these methods is 16.13 times more efficient, with no memory al…
dotnettips.wordpress.com
May 1, 2025 at 3:10 PM
📢 Excited to announce the 4th edition of "Rock Your Code: Code & App Performance for Microsoft .NET"! 🚀 Dive into essential practices for optimizing code performance on Amazon: bit.ly/DotNetCodePe...
#MVPBuzz #dotnet8 #CodePerformance #dotnet
Rock Your Code: Code & App Performance for Microsoft .NET (4th Edition)
“Rock Your Code: Code & App Performance for Microsoft .NET” is a comprehensive guide that emphasizes the importance of optimizing code performance for enhanced user experience and b…
bit.ly
November 17, 2024 at 11:06 PM
Discover the surprising truth about static vs. non-static methods' performance in coding! 🔍📊 Check out the insightful findings and implications here.
#dotnet8 #MVPBuzz #CodePerformance #dotnet
Code It Any Way You Want: Performance Difference Between Static and Non-Static Methods
The article explores the performance disparity between static and non-static methods, commonly recommended for efficiency by code analysis tools.
dotnettips.wordpress.com
February 17, 2025 at 3:09 PM
🚀 Elevate your string validation game with Spargine's IsEmpty() method, outperforming IsNullOrEmpty() by 2.92x! ⚡️ Check out the article for a swift and efficient approach.
#Programming #CodeOptimization #dotnet8 #MVPBuzz #Spargine
Speed up Empty String Validation with Spargine
The article introduces two methods, IsEmpty() and IsNotEmpty(), for validating empty strings in Spargine, comparing them to the IsNullOrEmpty() method in .NET and emphasizing their straightforward …
dotnettips.wordpress.com
December 26, 2024 at 3:04 PM
Explore AI-powered similarity search in .NET 8 with OpenAI Embeddings! Learn how to integrate Text-Embedding-3 for enhanced search performance. Ideal for developers eager to leverage AI in search solutions. #AI #DotNet8
Just a moment...
medium.com
June 27, 2026 at 3:15 AM
Simplify your LINQ expressions for cleaner code and a 1.9x performance boost in .NET 8! Learn how in this article.
#dotnet #dotnet8 #LINQ #CodePerformance #MVPBuzz
Microsoft .NET Code Analysis: Simplify LINQ Expressions
The article discusses simplifying LINQ expressions in source code by eliminating unnecessary Where() methods and placing predicates directly in FirstOrDefault(). This not only improves code readabi…
dotnettips.wordpress.com
November 21, 2024 at 4:03 PM
Mastering substring extraction in C# with slicing! 🚀 Learn how to efficiently obtain substrings using the slice technique or the AsSpan() method. Check out the article here.
#dotnet #dotnet8 #MVPBuzz #CodePerformance
String Performance: Optimizing String Substring Extraction – Slicing vs. AsSpan()
The content presents an alternative approach to obtaining a substring using slicing with ReadOnlySpan and AsSpan() methods, delivering performance improvement of 2.4 times based on benchmark tests.…
dotnettips.wordpress.com
April 10, 2025 at 4:53 PM
Build type-safe fluent workflows in .NET 8 using Meridian Workflow! Simplify your coding process without the extra bloat. Discover more about how this tool enhances workflow integrity and efficiency. #DotNet8 #DeveloperTips
dev.to
June 11, 2025 at 1:59 AM