Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "bilalhaidar"

Thanks :)

So, when I call refreshCache() that would translate to client side call? Can I see a concrete sample for some running code to just get the idea of how it works?

Thanks

Answer

Hi Ismail,

In my case, I am uploading a model including a file. Once the user finishes filling the form and uploads a file, I need to submit once to server.

How can I access the HttpPostedFile in an AppService? Any way of doing so?

Thanks

Hello, In my app I am caching locally some reference data using localForage.

Ive implement that as a JS service where Angular controllers use it. When data is changed, different controllers fire different events that got handled by the service to refresh data and bring in to cache new updated data from server.

Now, all this happens on the same machine. What if, I want also to refresh data stored in cache on other machines? I need a way from the server-side that when an entity changes, to send a signalR notification so that other cllients could refresh their data.

Can you guide me to a sample code on how to do so with Abp?

Thanks

Hello, Does Abp provide any handling for concurrency issues?

In EF one can add a a property of type byte[] with an attribute of TimeStamp, then EF will handle that on itself. Is Abp using this technique?

Thanks

Hi, Under Common/Scripts/LocalStroage, you define 2 javascript objects, one using pure localStorage and the other uses localForage.

When using app.localStorage, which one is being used? Is it the localStorage or localForage?

Thanks

Hello, In my AppService or DomainService methods, I call some private methods, some common code used in multiple functions.

Do I need to add the attribute [UnitOfWork] also to those private methods? Or they will inherit it from the calling method?

Thanks

So I let the user sign in to the app, then on the MVC level I detect that the user is on mobile/tablet, redirect to another angular app? I could import the layout from the current app and strip down many screens and resources (js/css)?

Any good reference online you can point me to on how to do this process between MVC and Angular?

Thanks

Question

Hi I noticed the upload profile pic is using normal MVC controller while rest of appl using AppServices and Web API. Is there a preference or limitation to not use AppServices?

Thanks

I'll find out how and share it here in case anyone needs to use kendo ui.

Showing 381 to 390 of 635 entries