Blog Posts

Web performance tests with k6

Web performance tests with k6

Performance testing is a crucial step in ensuring that your website can handle high levels of traffic and provide a smooth user experience. One tool

Multi Query Selects with EF Core

Multi Query Selects with EF Core

Often there is a situation where you need to load several pieces of information from a database or table at the same time in order to display certain

Disable Spell Checker in Visual Studio 2022

Disable Spell Checker in Visual Studio 2022

With Visual Studio 17.5 Preview 3.0, Microsoft has introduced a new Spellchecker. The problem: apparently this is a remotely activatable feature, whi

MSSQL Query Statistics

MSSQL Query Statistics

MSSQL Live Query statistics are a valuable tool for software developers working with Microsoft SQL Server (MSSQL). These statistics provide informati

Statische Methoden in C# / .NET

Statische Methoden in C# / .NET

Statische Methoden in C# sind Methoden, die auf eine Klasse und nicht auf eine bestimmte Instanz einer Klasse angewendet werden. Sie können aufgerufe

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

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

.NET and C# (CSharp) are two closely related technologies, but they are not the same thing. Understanding the difference between the two can be confu

Difference between Add and AddAsync in EF Core

Difference between Add and AddAsync in EF Core

Using Add or AddAsync in Entity Framework Core can be a little confusing, especially for those new to working with databases and ORMs (Object-Relatio

ChatGPT answers are cut off - how to fix

ChatGPT answers are cut off - how to fix

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 con

Test your .NET exceptions with FluentAssertions

Test your .NET exceptions with FluentAssertions

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 t

Get Process Id by Name or Path with .NET

Get Process Id by Name or Path with .NET

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 check