So it looks like there's more than one way to compare strings in CSharp, eh?
Read more here:
https://www.devleader.ca/2024/01/01/how-to-compare-strings-in-csharp-tips-and-tricks-you-need-to-know/
So it looks like there's more than one way to compare strings in CSharp, eh?
Read more here:
https://www.devleader.ca/2024/01/01/how-to-compare-strings-in-csharp-tips-and-tricks-you-need-to-know/
Do you use optional parameters in CSharp?
Read more here:
https://www.devleader.ca/2023/12/03/how-to-take-advantage-of-csharp-optional-parameters-for-cleaner-code/
How does the switch statement work in CSharp?
Read more here:
https://www.devleader.ca/2023/11/16/the-csharp-switch-statement-how-to-go-from-zero-to-hero/
Part 16 of Modernizing .NET is out! 🛡️
Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.
🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET
https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf
How do you use enums in CSharp?
Read more here:
https://www.devleader.ca/2023/10/27/how-to-use-enums-in-csharp-understanding-the-basics/
Have you used reflection in CSharp?
Read more here:
https://www.devleader.ca/2023/10/25/how-to-master-the-art-of-reflection-in-csharp-and-boost-your-programming-skills/
via @dotnet : .NET and .NET Framework March 2026 servicing releases updates
https://ift.tt/hg0cdb3
#dotnet #dotnetcore #dotnetframework #servicingupdates #securityupdates #CVE2026 #CVE2026-26130 #CVE2026-26127 #CVE2026-26131 #ASP.NETCore #EntityFrameworkCore #Ru…
🗂️ New: Modernizing .NET – Part 15
JSON fails with circular objects. Protobuf-net can’t fix recursive graphs.
Here’s a custom ASP.NET Core Session Store that can.
Read → https://medium.com/@michael.kopt/%EF%B8%8F-custom-session-store-for-complex-objects-in-asp-net-core-1349b680ce12
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #Middleware #SessionState
You've no doubt seen this keyword in CSharp code...
Read more here:
https://www.devleader.ca/2024/01/10/what-does-yield-do-in-c-a-simplified-view-for-beginners/
What kind of sorcery do we get with TWO dependency containers in ASP NET Core?!
Read more here:
https://www.devleader.ca/2024/05/03/autofac-componentregistrybuilder-in-asp-net-core-how-to-register-dependencies-part-3/