How .NET 9.0 boosted AIS.NET performance by 9%
Published on:
Learn moreRelated posts
C# is the most popular and loved programming language.
C# is the most popular and loved programming language. According to Microsoft.
C# 12.0: primary constructors
C# 12.0's most prominent new feature is the primary constructor syntax. This post describes how it works, and looks at some pros and cons.
C# 11.0 new features: ref fields and the scoped keyword
C# 11.0 expanded high-performance, low-allocation functionality. This post describes the importance of the added support for ref fields, and h...
How .NET 8.0 boosted AIS.NET performance by 27%
When we benchmarked endjin's AIS.NET library on .NET 8.0, we were delighted to see substantial performance gains, with no extra work required.
C++ Code Generator: Generate Code Quickly & Accurately
If you're working on a C++ software project, you know how time-consuming writing precise syntax can be. But fear not, as the rise of AI-powere...
High Performance JSON Serialization With Code Generation on C# 11 and .NET 7.0
Looking for ways to improve the parsing and generation of JSON data in your .NET applications? This talk showcases how recent features added t...
How .NET 7.0 boosted Ais.Net performance by 19%
When we tested endjin's AIS.NET library on .NET 6.0, we were delighted to see substantial performance gains, with no extra work required.
C# 11.0 new features: Span<char> pattern matching
C# 11.0 adds some new pattern matching features. In this post, Ian shows the new support for matching lists.
Philip Japikse: Professional C# in .NET - Episode 230
In this episode, Philip Japikse, an international speaker, Microsoft MVP, ASPInsider, MCSD, PSM II, PSD, and PST, talks about his journey with...
High Performance UriTemplate resolution with low-allocation C#
Learn how to use high-performance code constructs like ReadOnlySpan to parse and create UriTemplates for C# developers.