Easy handling of optional Azure Web App settings in Bicep
Often you don’t need all the configurations of an app per stage; sometimes they are optional. This is often the case for the development stage in particular.
Blogbeitrag lesenOften you don’t need all the configurations of an app per stage; sometimes they are optional. This is often the case for the development stage in particular.
Blogbeitrag lesenIf you browse through certain libraries or the .NET Runtime from time to time, you will notice that the attribute MethodImplOptions.AggressiveInlining can be found in some places - but what is this actually?
Blogbeitrag lesenNew year - new .NET drama. You would have thought that positive lessons had been learned from the last Moq drama; but we were proven wrong.
Blogbeitrag lesenIn the world of Microsoft SQL Server , views are a powerful tool for simplifying complex data queries. Simple views offer no real performance gain but are often used to implement simple database queries (I still would …
Blogbeitrag lesenRecently I have been working more and more with HTML and frontend development in general and had the task of loading favicons from various addresses to make links more visually attractive. Here I came across a hidden …
Blogbeitrag lesenEF Core Migration Bundles are standalone executable files that contain one or more Entity Framework Core migrations and can be applied directly to a database. They are particularly useful for deploying migrations …
Blogbeitrag lesenThere are various reasons why it is useful to channel certain requests through your own application to an external endpoint; the most obvious is, for example, as a workaround for client statistics from browser adblockers …
Blogbeitrag lesenRate Limit is a great tool to protect your own website and content from misuse; in some cases, however, rate limiting is also bad: for example, if you want your own content to be indexed by Google Search in order to …
Blogbeitrag lesenThere are many ways to remove spaces or other characters in a string - there are just very big differences in terms of performance and efficiency.
Blogbeitrag lesenCode formatting is a very important element when developers work together on a project - and you are always well advised not to invent your own formatting rules, but to use those that are a standard or de facto standard …
Blogbeitrag lesen