Overview
News
Technologies
Salaries
Products
People
Growth
Financials

Overview

Hey, I'm Steven a .NET Developer in Switzerland. I am a Microsoft MVP. Also, this blog is open source on GitHub.

News

News steven-giesel.com 3 months ago
EF Core 11 makes your split queries faster
If you use AsSplitQuery anywhere in your codebase, EF Core 11 has a present for you: your queries get faster.
Read more
Report
News steven-giesel.com 2 years ago
async2 - The .NET Runtime Async experiment concludes
The .NET team has been working on a new experiment called async2, which is a new implementation of the async/await pattern that is designed to be more efficient and more flexible than the current implementation. It started with green threads and ended wit
Read more
Report
News steven-giesel.com 2 years ago
An asynchronous lock free ring buffer for logging
In this blog post, I showcase a very simple lock-free ring buffer for logging. I'll show why it's useful and how it works.
Read more
Report
News steven-giesel.com 3 years ago
Less boilerplate code with the new primary constructor in C# 12
The new language feature "primary constructor" which will be released with C# 12 / .NET 8 this year (November 2023) allows you to remove some ceremonial code. Let's see how.
Read more
Report
News steven-giesel.com 3 years ago
Expression-bodied members in properties
Are these two expressions the same? public class MyClass { public int A { get; } = Random.Shared.Next(1000); public int B = Random.Shared.Next(1000); }
Read more
Report
Pro access
Upgrade to see all 11 mentions
Upgrade to a paid plan to read every media mention of this company - funding news, awards, product launches and press releases from all the outlets writing about it.
Every media mention and press release
Funding news, awards and product launches
Fresh coverage from every outlet writing about the company
Upgrade now
Cancel anytime. Secure checkout. Instant activation.