
Start Debugging
@startdebugging_
Followers
10
Following
29
Media
11
Statuses
38
.NET 10 Preview 3 is out and brings with it stack allocation for arrays of value types. What that means?.- no heap allocation / no GC overhead.- 60% performance improvement in our benchmark vs .NET 9. Check out the benchmark here: #dotnetten #dotnet.
0
2
3
🚀 .NET 10 makes array iteration faster—even when hidden behind interfaces!. Thanks to smarter JIT compiler optimizations, foreach on IEnumerable<> is now as fast as looping over the array directly⚡. #dotnet10 #dotnet #performance.
0
1
1
Plugin.AdMob v2.1.0 for .NET MAUI is out:.- support for App Open ads.- improvements to ad services: added IsAdLoaded property and OnAdLoaded event to be able to easily detect when an ad is ready to be presented to the user. RN: #dotnet #dotnetmaui.
0
0
3
Want to monetize your #dotnetmaui app?. Check out this step by step guide to adding #admob to .NET MAUI on both Android and iOS:
0
1
1
Pleasant news coming out of #dotnetconf. NET Aspire is a comprehensive, cloud-oriented framework designed for creating scalable, observable, and production-grade distributed applications. Get started with .NET Aspire: #dotnetaspire #dotnet #dotnet8.
0
1
5
RT @mariusbughiu: Looking for a way to pass read-only references to a method? Check out `ref readonly` - new in C# 12: .
0
1
0