Disable Windows Compatibility Telemetry in Windows 10
Unfortunately I had the case that 99.9% of my CPU was occupied by “Windows Compatibility Telemetry” - and I didn’t know why.
Read Blog PostUnfortunately I had the case that 99.9% of my CPU was occupied by “Windows Compatibility Telemetry” - and I didn’t know why.
Read Blog PostMicrosoft translates the texts of its documentations by machines - and often this unfortunately still ends in total gibberish.
But especially for developer documentations an understandable way of technical expression is very important - which is why many developers from all over the world simply want to read the English documentation instead of a bad local translation.
Read Blog PostISO 8601 is a general, international standard on how the complex representation of time stamps can be formulated in a general way - including the consideration of time formats, time zones and resolution.
Therefore, ISO 8601 is generally recommended for the exchange of time information, whether in databases, XML files or any other potential technology-neutral exchange format.
Often you want to duplicate entities or their values in order to save an entity with a new ID. But what is the best way to do this?
Read Blog PostOpenSearch is a standard that has existed for about 15 years and is used by search engines and Browsers.
Read Blog PostI hope everybody started the new year restful, with joy and health!
Read Blog PostThe tooling of the Entity Framework Core Migrations comes via NuGet (and dotnet tooling).
Read Blog PostIn the ASP.NET Core Identity environment, the PasswordHasher is responsible for securely storing the password and performing password entry checks.
In this respect, the PasswordHasher is also responsible for choosing the correct hash method, whereby several hash methods can be used.
Read Blog PostThis post covers the basic structure for unit tests with Entity Framework Core.
Note: Unit tests are only there to test the respective logic. Unit tests do not replace integration tests, especially for database operations.
Read Blog Post
ModelBinders are required in ASP.NET Core to pass parameters from HTTP requests into a controller action method.
Read Blog Post