Showing posts from July, 2022
In this post on my blog, I will demonstrate how to use Dependency Injection in a.NET console application. What is meant by the term “Dependency Injection”? According to Wikipedia, Dependency injection" is a design pat…
Testing is a significant part of any software development. Testing helps detect the bug early and reduces the testing time. Earlier, we only focused on backend testing, but nowadays, there are a lot of frameworks available for fr…
In this blog post, I will show you how to override the CSS in EditContext. For example, assume you already have the CSS classes for the error message. Then, when the blazor adds the validation error message, you want to overrid…