Click here to Skip to main content
15,887,746 members
Articles / Web Development / Blazor

Microsoft Blazor Platz.SqlForms Open-source - Using Schema Builder to Design and Maintain SQL Server Database

Rate me:
Please Sign up or sign in to vote.
4.70/5 (6 votes)
15 Apr 2021CPOL5 min read 10.3K   11  
How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source
When you need to build a working prototype for your client or your company doesn't have a budget for enterprise development, you have no choice and you need to use some shortcuts and life hacks, usually low-code or no-code approaches. In this post, I present an interesting approach on how to develop a Blazor UI very quickly using the open-source library Platz.SqlForms. SqlForms will provide SPA user experience and it will communicate with the database without any coding from your side, all you need to do is define UI forms supplying fluent notation definition. Using the embedded database schema designer, you can define entities that you want to show as UI controls.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Pro Coders
Australia Australia
Programming enthusiast and the best practices follower

Comments and Discussions