• Deutsch
    English Deutsch

benjamin-abt.com

Performance is a feature | Cloud - AI - Azure - .NET - Sustainability

  • Home
  • Blog
  • Portfolio
    • Übersicht
    • Workshops
    • Publikationen
  • Kontakt
  • Home
  • Blog

Blog

Avoid Caching with MemoryCache and GetOrCreate in .NET
08 Dec 2022

Avoid Caching with MemoryCache and GetOrCreate in .NET

By BEN ABT .NET 2 min reading time

GetOrCreate or its asynchronous counterpart GetOrCreateAsync is an extension method to create a cache entry if it does not exist yet.

Blogbeitrag lesen
Validate Configuration Options with ASP.NET Core
20 Nov 2022

Validate Configuration Options with ASP.NET Core

By BEN ABT .NET ASP.NET Core 3 min reading time

Configuring an ASP.NET Core application can be done in a variety of ways, including using command-line arguments, environment variables and JSON files. One way to ensure that the options you have configured for your …

Blogbeitrag lesen
What is a NullReferenceException in .NET and how can it be avoided?
10 Nov 2022

What is a NullReferenceException in .NET and how can it be avoided?

By BEN ABT .NET 2 min reading time

A NullReferenceException is a common error that occurs in .NET applications when a null reference is accessed as if it were an object. This can happen when you attemp to call a method or access a property of a reference …

Blogbeitrag lesen
Avoid hardcoded Microsoft URLs with Bicep environments
02 Nov 2022

Avoid hardcoded Microsoft URLs with Bicep environments

By BEN ABT Azure Bicep 1 min reading time

Bicep has a great feature, which meanwhile also leads to warnings during execution if you don’t pay attention to it: the avoidance of static values like URLs in Bicep files. A corresponding warning looks like this:

Blogbeitrag lesen
Create a Fulltext Catalog with EF Core .NET Migrations for MSSQL
29 Oct 2022

Create a Fulltext Catalog with EF Core .NET Migrations for MSSQL

By BEN ABT .NET EF Core MSSQL 4 min reading time

A full-text catalog in Microsoft SQL Server is a specialized storage that is used to store and manage full-text indexes for one or more tables in a database. A full-text index is a special type of index that is used to …

Blogbeitrag lesen
My Top Microsoft Ignite 2022 News
13 Oct 2022

My Top Microsoft Ignite 2022 News

By BEN ABT Microsoft 2 min reading time

Microsoft Ignite is a classic IT conference, but it also has news for us developers regarding innovations in our ecosystem.

Blogbeitrag lesen
Compile Linq Expressions to increase performance
07 Oct 2022

Compile Linq Expressions to increase performance

By BEN ABT .NET Csharp 3 min reading time

Expressions are now an absolute part of a developer’s everyday life in .NET thanks to Linq. However, due to their nature, expressions are not one of the very best performing tools, which is why the .NET team is also …

Blogbeitrag lesen
DateTime vs. DateTimeOffset - UtcNow vs. Now
29 Sep 2022

DateTime vs. DateTimeOffset - UtcNow vs. Now

By BEN ABT Csharp .NET 2 min reading time

.NET has two principal ways for handling times: DateTime and DateTimeOffset . The big deficit of DateTime, which was also recognized early in .NET 1.0, is that it is not clear from the DateTime information which time …

Blogbeitrag lesen
Microsoft is moving backend services to .NET 6
25 Sep 2022

Microsoft is moving backend services to .NET 6

By BEN ABT .NET Csharp 1 min reading time

Microsoft has announced in an impressive blog post on the .NET DevBlogs that they have started an enterprise-wide migration to migrate backend services.

Blogbeitrag lesen
Health Check Ping with EF Core and MSSQL
21 Sep 2022

Health Check Ping with EF Core and MSSQL

By BEN ABT Entityframework .NET 2 min reading time

Sometimes it is quite useful to be able to send a query to the MSSQL server independently of its schema; for example to check if the server is principally reachable and the connection information as well as the …

Blogbeitrag lesen
  • Previous
  • 1
  • ...
  • 13
  • 14
  • 15 (current)
  • 16
  • 17
  • ...
  • 32
  • Next

Verfügbar für Projekte!

Kontaktiere mich
BEN ABT BEN ABT Software Engineer · Microsoft MVP Passionate about .NET, Azure, performance optimization and sustainable software engineering.

Medialesson GmbH Logo

Microsoft MVP Logo

Aktuelle Beiträge
Alle ansehen
Custom Password Hashing in ASP.NET Core: A Versioned, Upgradeable Design
Custom Password Hashing in ASP.NET Core: A Versioned, …
Aug 10, 2026
MCP C# SDK 2.0: Stateless HTTP, Interactive Tools and a Practical Migration Path
MCP C# SDK 2.0: Stateless HTTP, Interactive Tools and a …
Aug 3, 2026
Handle time correctly in .NET: TimeProvider
Handle time correctly in .NET: TimeProvider
Jul 27, 2026
Run Hono on Azure Static Web Apps: managed Functions APIs for static frontends
Run Hono on Azure Static Web Apps: managed Functions APIs …
Jul 19, 2026
Problem Details in ASP.NET Core and .NET 10
Problem Details in ASP.NET Core and .NET 10
Jul 15, 2026
Tags
Azure (5) Architecture (3) .NET (2) Cloud Architecture (2) Cloud Migration (2) Digital Sovereignty (2) STACKIT (2) AI (1) Analytics (1) ASP.NET Core (1) Azure DevOps (1) Best Practices (1) Cloud Native (1) Compliance (1) Cost Optimization (1) Data Engineering (1) Developer Productivity (1) DevOps (1) Enterprise (1) EU Data Boundary (1)
benjamin-abt.com
Über BEN

Benjamin Abt ist Software Engineer, Platform Architect und Microsoft MVP mit Schwerpunkt auf .NET, Azure, Cloud-Architektur, Performance-Optimierung und nachhaltiger Softwareentwicklung.

Vernetzen
  • Auf GitHub folgen
  • Auf LinkedIn folgen
  • Auf Mastodon folgen
  • Microsoft-MVP-Profil
  • SchwabenCode auf GitHub folgen
  • Auf X folgen
Direktlinks
  • Portfolio
  • Blog
  • Publikationen
  • Kontakt
Verfügbar für Projekte

© Copyright Benjamin Abt & SchwabenCode | 2011 - 2026

Inhalte lizenziert unter CC BY 4.0 sofern nicht anders angegeben.

  • Impressum
  • Datenschutz
  • Kontakt