Dominik Kellerfive.hashnode.dev·Jun 26, 2024How to Create a Web Form in 3 StepsIn this article, we explain the three steps required to build and launch a web foarm using Five's rapid application development environment. The steps are: Create the database, Add your form, and Launch of the web form. Last, we will map out the...online form
Marcelo F Nunesmarcelodev.hashnode.dev·Sep 14, 2023Let's PoC C#: Customize Web.config Settings in Web Forms ApplicationSometimes you'll need a more flexible custom settings structure than the common key/value pair in your XML configuration file. I recently faced the challenge of implementing new features in a legacy Web Forms project. For my task, I needed to have so...55 reads.NET