tabs ↹ over ␣ ␣ ␣ spaces

by Jiří {x2} Činčura

Techorama (NL) 2024

6 Oct 2024 1 mins Presentations & Speaking

In couple of days Techorama in Utrecht is going to happen. This year’s theme is funfair. This I was lucky and 2 of my sessions were selected.

First one is How to customize EF Core queries.

Entity Framework’s query pipeline is extremely flexible. In fact you can alter how the SQL queries are generated in various places. In this session I’ll show you the places where you can jump in and alter the queries.

And other one is SIMD, vectorization – what it means and how to do it in .NET.

Vector instruction is the latest trend from CPU manufacturers. And vectorization in the code is another way to squeeze more out of the code. But what exactly is it? How does it work? And how to do it in .NET? Don’t worry, we’ll talk about everything.

Hope to meet you there.

Demos – How to customize EF Core queries

Slides – How to customize EF Core queries

Demos – SIMD, vectorization – what it means and how to do it in .NET

Slides – SIMD, vectorization – what it means and how to do it in .NET

Profile Picture Jiří Činčura is .NET, C# and Firebird expert. He focuses on data and business layers, language constructs, parallelism, databases and performance. For almost two decades he contributes to open-source, i.e. FirebirdClient. He works as a senior software engineer for Microsoft. Frequent speaker and blogger at www.tabsoverspaces.com.