Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

steven-giesel.com

Steven Giesel

Get the latest updates from Steven Giesel directly as they happen.

Follow now 32 followers

Latest posts

Last updated 4 days ago

Does .NET Documentation get ads? Aka: Is Copilot in the docs something useful?

4 days ago

The dotnet documentation gets hints about using GitHub Copilot. Is this an...

HttpClient improvements in .NET 10

11 days ago

New dotnet version means new features and improvements. There is a nice...

Extensions get an update in .NET 10

18 days ago

With the latest preview: .NET 10 preview 3, we did get an...

A custom 404 page in Blazor Web Apps

25 days ago

Sometimes you want to have a custom 404 page - and since...

More LinkedIn "Tips": Dragging your whole database into memory!

about 1 month ago

LinkedIn is never short on performance tips on .NET - And this...

C# Language Mind map v14

about 1 month ago

After some time, I updated my C# language mind map to the...

Solving Problems you wouldn't have if you wouldn't use Entity Framework

about 2 months ago

Long title - short intro? Well - I recently came across my...

TypeScript-Go: A 10x Faster TypeScript without .NET but in Go

about 2 months ago

Recent news came out that Microsoft is working on a new TypeScript...

System.Linq.Async is part of .NET 10 - LINQ for IAsyncEnumerable

about 2 months ago

IAsyncEnumerable is a type that was introduced in netcoreapp3.1 times. While somewhat...

Tailwind v4 with Blazor - It just got easier

2 months ago

Tailwind version 4 was just released. With the new CLI, it is...

C# 14: Null-conditional assignment

2 months ago

The preview 1 of dotnet 10, and therefore the next iteration of...

IEnumerable vs IEnumerator in C#: One is 2x Faster - LinkedIn Edition

3 months ago

During my recent browsing on LinkedIn I saw that question: IEnumerable vs...