.NET Software Development Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure
Write High-Performance C# and .NET Code

Write High-Performance C# and .NET Code

There are amazing things happening with C# and .NET Core regarding performance. We have new types such as Span and Memory for working with and parsing in-memory data. We have pipelines for high-performance IO and we have ArrayPool, MemoryPool and OjectPool to help reduce GC allocations. Many more great things are on the horizon in .NET Core 3.0 such as Utf8String and new built-in JSON APIs which add to the performance arsenal. Internally, these have been used by Microsoft teams to optimize .NET Core and ASP.NET Core. Now it’s time to apply them to your code!

These features can seem complex, unapproachable and difficult to apply. In this session, Steve Gordon shares his journey of learning about and applying these tools when building high-throughput .NET Core worker services. You will learn about the motivations that led Steve to begin exploring these cool new features and you will see how they can be applied to production code. This talk is for developers who are ready to begin their journey towards writing faster .NET code, which allocates less.

Video producer: https://pusher.com/