startdebugging_ Profile Banner
Start Debugging Profile
Start Debugging

@startdebugging_

Followers
10
Following
29
Media
11
Statuses
38

Programming-related thoughts.

Joined January 2019
Don't wanna be here? Send us removal request.
@startdebugging_
Start Debugging
2 years
See how .NET UnsafeAccessor performance compares to reflection and whether it's truly zero-overhead compared to direct access. #dotnet #csharp
Tweet media one
0
0
4
@startdebugging_
Start Debugging
3 months
.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
@startdebugging_
Start Debugging
3 months
C# 14’s implicit span conversions make Span<T> and ReadOnlySpan<T> truly first-class. Now arrays, strings, and spans work together seamlessly = no more extra overloads or calls to AsSpan(). #csharp14 #dotnet10 #csharp #dotnet.
0
0
0
@startdebugging_
Start Debugging
3 months
🚀 .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
@startdebugging_
Start Debugging
3 months
🚀 C# 14 introduces the new field keyword, making it easier than ever to add logic to auto-properties without manual backing fields. Cleaner, safer, and less boilerplate!. 👇 Learn more in this deep dive: #dotnet #csharp #csharp14.
0
0
1
@startdebugging_
Start Debugging
4 months
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
@startdebugging_
Start Debugging
2 years
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
@startdebugging_
Start Debugging
2 years
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
@startdebugging_
Start Debugging
2 years
C# - need to shuffle an array? . NET 8 has you covered. Meet the new Shuffle<T> methods: #csharp #dotnet.
0
0
0
@startdebugging_
Start Debugging
2 years
.NET 8 brings opt-in hardware accceleration to WPF over RDP. Here's how to enable it: #dotnet #csharp #wpf.
0
0
0
@startdebugging_
Start Debugging
2 years
C# Unsafe Accessor in under 5 minutes: #csharp #dotnet.
0
0
1
@startdebugging_
Start Debugging
2 years
One less-known feature of the UnsafeAccessorAttribute is that it also allows you to access auto-generated backing fields of auto-properties – fields with unspeakable names. #dotnet #csharp.
0
0
0
@startdebugging_
Start Debugging
2 years
🤩 A new extension method – GetFromJsonAsAsyncEnumerable<T> – has been added to the HttpClient part of .NET 8. This new mthod will take the response body JSON and deserialize it into an async enumerable operation. #dotnet #csharp.
0
0
0
@startdebugging_
Start Debugging
2 years
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
@startdebugging_
Start Debugging
2 years
Want to take a screenshot in .NET core? In a console application? We've got you covered: #dotnet #csharp.
0
0
0
@startdebugging_
Start Debugging
2 years
With .NET 8 you can now ZIP files directly to a Stream, bypassing the disk entirely. And you can extract from a Stream too 🤩. More details here: #dotnet #csharp.
0
0
0
@startdebugging_
Start Debugging
2 years
GetGenericTypeDefinition is almost 10x times faster on .NET 8 vs. NET 7!. Check out the benchmark: #dotnet #dotnet8 #csharp
Tweet media one
0
1
2
@startdebugging_
Start Debugging
2 years
.NET 8 Unsafe Accessors in 5 minutes: #dotnet #csharp #dotnet8.
0
0
1
@startdebugging_
Start Debugging
2 years
Remember the time when Xamarin Forms added support for CSS? . #xamarin #xamarinforms #dotNETMAUI.
0
0
1
@startdebugging_
Start Debugging
2 years
Starting with .NET 8, we have a new extension method which allows us to easily introduce modifications to arbitrary IJsonTypeInfoResolver serialization contracts. #dotnet #dotnet8.
0
0
0
@startdebugging_
Start Debugging
2 years
Starting with .NET 8 you can include non public properties in the serialization when using System.Text.Json: #dotnet #dotnet8 #csharp.
0
0
1