Base solution for your next web application

Activities of "ngarimalla"

please provide examples and documentation for creating and updating master detail grids

When we attempt to generate code from views, the RAD tool is not displaying all columns in the view - such as ID columns (int, bigint). Can you help us figure this out. The view is "ViewListOfWorkspaces"

Hello -

We have several complex views and tables in our database. We want to reverse-engineer these into C# entities and generate AspNetZero code for these. How can we do this.

What I mean is - we have a complex view in our DB (Source DB). When we select "Load Entity from Database" from the RAD tool menu, we can select this view and specify which columns to include in the Grid. But when this is migrated to the target DB, will it still retain the logic behind the view or will it convert to a new table based on that view? We want to retain the logic behind the view.. Can you help with that?

Hello Support Team,

We know that, we can use "RAD Tool" to generate CRUD pages for ASP.Net Core / Angular. Do you have similar tool to generate Xamarin Mobile App Code as well ? If so, could you please provide some documentation to achieve it ?

Thank you.

Hello Support, We have a requirement to maintain all changes for audit trail purposes. We know that, ASP Net zero doing logical update for DELETE operation. How about UPDATE operation ? Looks like all are PHYSICAL updates. Please advise. This is a key requirement for us to keep the history of all transactions/changes. Thanks in advance.

Hello Maliming, I tried the above link and it shows "Page not found (404)". Could you please confirm the URL ? Thank you.

Hello Support, When I try to use the RAD tool to generate code, noticed that one CustomDtoMapper entry is missing which is required for edit operation. After adding this manually, the error is resolved. Please review and confirm. Thank You.

configuration.CreateMap<{EntityName}, CreateOrEdit{EntityNameDto}>()

Hello Maliming/Yekalkan, Thank you for your reply. Agreed that, there is no difference between a demo project and real project, but the question is, if I wants to create a new Dashboard using 6 different entities, how can I do that without single line of manual coding ? If so, please provide the steps / reference documents to achieve it. I tried using the Powertools, but I can able to create only a Datagrid with CRUD operations. I wants to display the charts instead of Datagrid. Please advise. Thanks in advance.

No, Let me elaborate it. In the Live Demo, we have Login, Dashboard, Administration and many other pages. If we take the Dashboard page, can we able to create it without single line of manual coding ?

Hello Team, By mistaken, instead of creating Demo project, created the real project. We are still in the analysis phase and not yet ready to utilize it. Could you please revert it ? Thanks in advance.

Showing 11 to 20 of 24 entries