Want to quickly write your own web application?

Is there a free or inexpensive tool that allows you to write web and mobile applications very quickly?

I imagine something similar to Visual C# or Delphi for desktop applications. Instead of writing HTML and CSS, you simply click together a form and have a great interface in no time. But not like with CMS systems, because those are far too inflexible and limited. I imagine it as something like this: I simply assign an OnClick event to a button in the Object Inspector, and then I can enter my own code in C# or Delphi, and when I compile, it's all translated into HTML, CSS, and JS.

In addition, components should also be available to quickly connect to a database without having to write your own PHP or NodeJS code.

This ( https://www.tmssoftware.com/site/tmswebcore.asp ) is something similar, but unfortunately I can't afford it.

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
4 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Palladin007
1 year ago

It happened earlier, but it didn’t last and that’s good.

Such Wysiwyg editors are far too complex and inflexible, compared to the code.

Keep learning HTML/CSS, this is not so difficult and ChatGPT makes the terrible CSS more pleasant. Blazor also takes a lot of work around it, but you should work beforehand, otherwise you just run against walls.

Palladin007
1 year ago
Reply to  freelancer351

I am slower with Wysiwyg editors:D

Is everything a question of exercise and experience