Base solution for your next web application

Activities of "ngarimalla"

Question

I downloaded a demo application and tried to run it but I am getting a screen like this

What Tenancy name, userid and password must I use for a demo application?

We are using ASP.NET Zero architecture for our project, as we know that current ASP.NET Zero architecture based on monolithic architecture and our project needs to convert current ASP.NET Zero architecture into microservices architecture. Hence, we have started converting the existing ASP.NET Zero components into microservices architecture. We have successfully decoupled the component based on our microservices needs but API project is not able to run and results into ASP.Net Zero licensing error.

Can you please give us some hints on why does it results into licensing issue?

Here are the project details; ASP.NET Zero Project Name (Provided by ASP.NET Zero)

  1. Protech.FormBuilderDemo.Web.Host

Our Microservices Project Names

  1. Protech.Auth.Web.Host (Service 1)
  2. Protech.Micro.Web.Host (Service 2)

Feel free to let me know if you need some more details.

We are using ASP.NET Zero framework for backend APIs with micro service architecture. As we know that current ASP.NET Zero architecture based on monolithic structure, it’s doesn’t build in support for micro service architecture so we divide the existing structure we two different micro services one (Service 1) responsible for every feature which comes with ASP.NET Zero and other (Service 2) responsible for business-related activities.

We successfully decouple the both services according to micro service architecture but Service 2 doesn't contains Tenant, User or Roles related functionalities and some of the core module like Tenant, User, Roles, Features tightly couple with Abp framework and we can not able to decouple Tenant, User and other functionalities from Abp frameworks.

Can you suggest us to how to decouple (remove from Service 2) Tenant, User and other core functionalities from Abp frameworks?

Thanks in Advance.

Hello Team,

We are trying to automate the Screen & API Development. Can we generate all the pages in the ASP Net Zero Demo application automatically by using ASPNETZERO ? Please advise.

Thank You.

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.

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 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.

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, I tried the above link and it shows "Page not found (404)". Could you please confirm the URL ? 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.

Showing 1 to 10 of 24 entries