Click here to Skip to main content
15,892,005 members
Articles / Web Development / Blazor

Microsoft Blazor - Rapid Development with SQL Forms Open-source Platz.SqlForms

Rate me:
Please Sign up or sign in to vote.
4.98/5 (35 votes)
17 Apr 2021CPOL15 min read 46.4K   64  
How to develop a Blazor server application dynamically and generate UI from Entity Framework using open-source Platz.SqlForms including master-details data entry
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 to define UI forms supplying fluent notation definition for EF 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