Creating a top menu search bar in Blazor
Blazor is a single-page application (SPA) framework, based on Razor and HTML. While it is still in the experimental phase, it offers an easy way for .NET developers to build …
Read MoreAn online publication focusing on software development, technology and career improvement.
Blazor is a single-page application (SPA) framework, based on Razor and HTML. While it is still in the experimental phase, it offers an easy way for .NET developers to build …
Read MoreSending HTTP requests might seem like one of the most trivial tasks while developing applications – it’s something that you find yourself doing quite often, any programming language can do …
Read MoreSometimes, for security reasons, you might want to generate passwords for your users instead of letting them choose one. In this article, I will take a look at how to …
Read More