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
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
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
GetOrCreate or its asynchronous counterpart GetOrCreateAsync is an extension method to create a cache entry if it does not exist yet. This method tak
Configuring an ASP.NET Core application can be done in a variety of ways, including using command-line arguments, environment variables, and JSON fil
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 happe
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 l
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 d
Microsoft Ignite is a classic IT conference, but it also has news for us developers regarding innovations in our ecosystem. Enclosed are the news tha
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
.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