Dear All,
We are considering using the Maui Blazor app in ASP.NET Zero and we need your advice regarding the below:
1- Do you have a plan to add SQL lite with EFcore or Sql-PCL?
2- Can you add a view page in the power tool for Maui generation files?
3- Is there a specific Blazor ui library you could add?
4-We noticed that you removed the Windows version of Maui. is there a particular reason for that?
Also, could you share with us the current roadmap of the maui blazor .
Thanks
5 Answer(s)
-
0
Hi @WirelessDynamics
Sorry for the late reply.
-
Currently, we do not have a plan for SQLite integration (with EF Core or Sql-PCL). However, these documents may help with the integration. Related Document
-
An entity created by selecting the MAUI setting with Power Tools also creates CRUD pages and all necessary additions on the MAUI side. Can you elaborate on this question?
-
We don't have plans to add a specific Blazor UI library, but we're open to suggestions. Which Blazor UI library do you have in mind? We're happy to evaluate it.
-
Firstly, there were some compatibility and performance issues on the Windows platform. Additionally, to make the project more stable and sustainable, we chose to focus on the most requested and widely used platforms by our users.
As part of the MAUI roadmap, we have added the QR login feature and made various design adjustments. Previously, user and tenant creation was done through modals; now, these processes will be handled on a new page. These updates will be available with the upcoming v14.1 release.
We are currently in the planning phase for tasks related to MAUI. If you have suggestions for improvements or new features, feel free to open an issue in the aspnetzero repository, and we will be happy to consider them!
-
-
0
Hello ,
I would suggest the below:
1- Add some UI Library like Blazorize.
2-Add Sql Lite implementation using EFCore on Maui side
3-Currently, there is no Entity Detail view page; in power tool in Maui we have just GettAllList, Create, Update,and Delete but not view entity.Thanks,
Mina. -
0
Hi @WirelessDynamics
We will evaluate the process of adding the Blazorize UI library. Since SQLite database is not currently used on the MAUI side, you can refer to the related documentation and add the database as needed. I created a issue for creating a MAUI View entity page in Power Tools, you can follow the developments here.
-
0
another very important issue, is that we have to define the API url at development time, but in most Entrprise business app , it is common to change the server URL at runtime, and in this case we will have to redistrbuite the app to all user, what is needed is to have a ui screen in the app where we can set the URL at the mobile application
-
0
Hi @WirelessDynamics
Thank you for your feedback. We have created an issue for this and will evaluate it. Have a great day!