Code Maze Author

Emeka Emego

Emeka is an experienced software developer and educator with over 13 years of hands-on experience in the industry. He possesses a wide range of skills in web application development, covering both front-end and back-end technologies. Over the years, Emeka has collaborated with diverse teams, interacting with key decision-makers and stakeholders to understand business goals and needs. He shares his technical expertise through thorough training sessions while fostering the growth of future developers.
Also find me here:



MY ARTICLES:

Multitenancy in .NET With Orchard Core

Orchard Core, a multipurpose open-source platform built upon ASP.NET Core, offers strong support for multi-tenancy. This article explores the installation and configuration of Orchard Core for multitenancy .NET applications, as well as the setup of multitenancy...

How to Get the HTML Content of a Web Page as a String in .NET

In this article, we will look into a comprehensive guide on how to get the HTML content of a web page as a string and how to parse the content retrieved. First things first, we'll learn how to retrieve HTML content as a string from the web using tools like HttpClient,...