• English Deutsch

benjamin-abt.com

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

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

Blog

Statische Methoden in C# / .NET
14 Jan 2023

Statische Methoden in C# / .NET

By BEN ABT .NET CSharp 2 min reading time

Statische Methoden in C# sind Methoden, die auf eine Klasse und nicht auf eine bestimmte Instanz einer Klasse angewendet werden. Sie können aufgerufen werden, ohne dass zuvor eine Instanz der Klasse erstellt wurde. Ein …

Blogbeitrag lesen
What is .NET and what is the difference to C#?
08 Jan 2023

What is .NET and what is the difference to C#?

By BEN ABT .NET 2 min reading time

.NET and C# (CSharp ) are two closely related technologies, but they are not the same thing. Understanding the difference between the two can be confusing, especially for those new to programming. Here’s a quick …

Blogbeitrag lesen
Difference between Add and AddAsync in EF Core
04 Jan 2023

Difference between Add and AddAsync in EF Core

By BEN ABT .NET EF Core 2 min reading time

Using Add or AddAsync in Entity Framework Core can be a little confusing, especially for those new to working with databases and ORMs (Object-Relational Mappers). In this blog post, we’ll take a look at the difference …

Blogbeitrag lesen
ChatGPT answers are cut off - how to fix
23 Dec 2022

ChatGPT answers are cut off - how to fix

By BEN ABT Chatgpt 1 min reading time

ChatGPT is a variant of the GPT-3 language model specifically designed for chatbot applications. It was trained on a large dataset of human-human conversations, allowing it to generate responses that are more natural and …

Blogbeitrag lesen
Test your .NET exceptions with FluentAssertions
21 Dec 2022

Test your .NET exceptions with FluentAssertions

By BEN ABT .NET 2 min reading time

Testing exceptions in your code is an important part of ensuring that your code is robust and behaves correctly under various scenarios. One way to test exceptions in .NET is by using the FluentAssertions lib.

Blogbeitrag lesen
Get Process Id by Name or Path with .NET
14 Dec 2022

Get Process Id by Name or Path with .NET

By BEN ABT .NET 3 min reading time

Getting the process ID by the name or path of a process can be useful for a variety of reasons, such as being able to kill a hanging process or checking if a specific process is running on a machine. In this blog post, …

Blogbeitrag lesen
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
  • Previous
  • 1
  • ...
  • 13
  • 14
  • 15 (current)
  • 16
  • 17
  • ...
  • 33
  • 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
Resilience in .NET with Microsoft.Extensions.Resilience

Resilience in .NET with Microsoft.Extensions.Resilience

Sep 21, 2026
What Matters in ASP.NET Core 11

What Matters in ASP.NET Core 11

Sep 14, 2026
Migrating Semantic Kernel Agents to Microsoft Agent Framework

Migrating Semantic Kernel Agents to Microsoft Agent …

Sep 7, 2026
Building Production MCP Servers with ASP.NET Core

Building Production MCP Servers with ASP.NET Core

Aug 31, 2026
Telemetry, Logging and Auditing in .NET: Designing the Right Data Path

Telemetry, Logging and Auditing in .NET: Designing the Right …

Aug 24, 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