Base solution for your next web application

Activities of "mahendra"

Hi, I am using ASPNetZero Version 8.0 with Angular. I am looking for some kind of extensibility framework within the application.

So let's say I have published my application (assuming that the application is not multitenant). Now some of the my customer wants to

  1. Add a new column in the database/entity
  2. Add the new field on UI.
  3. Put some validation in UI as well as backend/services.
  4. Save value entered in the UI in the database.

Please note: Customer does not have my source code. Basically something I am looking for is kind of MEF framework.

Is this available with ASPNetZero/ABP.... If yes, could you please direct me to a link where I can have a look. I do see a small extensibility example of Database maintainer, but thats not sifficient for me. I need to meet the above use case.

Regards, Mahendra

Question

Hi,

How can a pull a method defined in AppService to my typescript. Lets say there is a method called "Calculate" in my AppService. The method takes an input parameter of DTO or List of DTO and returns the DTO or single value. Inside the method body, no there DTO or SQL or anything else is referenced. It only calculate on the values passed in as input parameter and then returns same DTO by setting some value in the same DTO. I want to use this calculate method at client side as well as server side.

If I write that method as a normal AppService method, then though it will get generated in my proxies at the client side (using refresh.bat), but when I'll use this method at the client side, it will actually make a server call which I want to avoid. How can I acheive this.

Basically I want a utility function written at AppService (or may be somewhere else in the server) to be replicated at client side so that I write once and it can be used at both the places (i.e. server as well as client) without making a service call from client.

Regards, Mahendra

Hi,

I want to use all Metronic theme controls, please support us, how can we use Metronic theme all controls.

Regards, Kaushal Kishor 09873168672

Citixsys tech solutions pvt ltd

Hi @ismcagdas Thank you for your guidance.

Question

Hi,

I want to use Metronic angular wizards like "https://keenthemes.com/metronic/preview/angular/demo1/wizard/wizard-3", please support us, how can we implement this in our project.

Regards, Amarjeet Kumar 8368513744

Citixsys tech solutions pvt ltd

Hi,

Please help us in metronic theme menu issue.

In metronic theme, whenever more menu added then menu blinking issue comming on sidebar menu mouse over, and topbar menu body scrooing comming.

Accordingly menu screens attached.

Regards, Kaushal kishor

Question

Hi, I have following two entities: Product id, desc, price, productgroupid ProductGroup id desc

As you can see, product entity has a reference id of product group (that is productgroupid). Now I have created a GraphQL that returns me the products. In this graphQL output I need the ProductGroup.desc and not the productgroupid. I mean I wanted to have joins. I already have two AppService (One for Product and one for ProductGroup created.

Can you please throw some hint on how to write joins in GraphQL. Would appreciate if you could provide some sample code...

Many Thanks, Mahendra

Hi,

Please share codes of right side popup in metronic theme. i am sharing print screen below.

Regards, kaushal kishor

Hi,

we have its downloade file in angular. Could you share its saperate code for angular project ?

Question

Hi,

We are using ASPNetZero 8.0 with Angular and .Net Core. When we enables the chat feature, it works well at localhost. But when we deploy the server and the client at Azure (as a WebApp), we are getting following CORS error in chat.

"The Same Origin Policy disallows reading the remote resource at http://ivendretail-server.azurewebsites.net//signalr-chat/ne…J7JkmqGyBT%2FCt7%2BGZNIlnt2Txn2BCsar4wse6e%2FBAbemkdwA%3D%3D. (Reason: expected ‘true’ in CORS header ‘Access-Control-Allow-Credentials’)."

Please advise..

Regards, Mahendra

Showing 11 to 20 of 203 entries