Last week we were very excided to share an important breaktrough in Radzen:
We are very excited to share a quick preview of the upcoming native @aspnet #Blazor design-time support in Radzen. pic.twitter.com/bwfHotP87c
— Radzen (@radzenhq) June 4, 2019
Today we are happy to announce that native Blazor WYSIWYG design time experience is now available with the release of Radzen 2.18!
What does that even mean?
Let me show you.
- Ability to use .NET expressions and get instant preview.
<RadzenCard ref="card0"> <ChildContent> <RadzenHeading ref="heading0" Size="H3" Text="The current time is:"> </RadzenHeading> <RadzenHeading ref="heading1" Size="H3" Text="@DateTime.Now.ToShortTimeString()"> </RadzenHeading> </ChildContent> </RadzenCard>
- Develop complex user interfaces visually. Avoid repetition by using the common editor operations - cut, copy, paste, duplicate, undo and redo.
- Check how the application would look on a mobile device.
This all completes the Radzen Blazor offering quite well.
You can now scaffold a complete Blazor application from your existing database:
- CRUD page generation spares you the pain of creating similar screens.
- The built-in security powered by ASP.NET Identity provides the most common features - login, user and role management, permissions.
- Now the WYSIWYG designer instantly previews your changes and multiplies your productivity.
Cheers!