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

Activities of "bilalhaidar"

Hi, I am introducing a basic Workflow engine to drive the process of several forms in my application. Typically a user would receive an email or message in his/her inbox to open a form, complete the form, and submit.

Can I consider the Notifications as an engine to rely on to send messages to users telling them that a new Task is assigned to him/her and they can click a link in the message displayed in the notification popup to open a form or so?

Or better off create an Inbox etc.

Thanks

Hello I would like to learn and know details of the framework. How can I do that and where to start?

Shall I debug the code when I run the Web App? Is that doable and how to do it?

I'm using aspnet zero the paid one and would like to run the Web app and start checking how the framework starts from A to Z so as to understand details and know my way through it.

Thanks a lot

Hi, I got a complaint from my client for the following behavior in the Metronic template (Attached). They use tablets of width ~640.

This snapshot is taken from the online demo that you offer: <a class="postlink" href="http://test4-27490.demo.aspnetzero.com/Application#!/tenant/dashboard">http://test4-27490.demo.aspnetzero.com/ ... /dashboard</a> Username/Password: admin/123456

Can we do something about it?

Hi, I am in need to run a query directly on SQL Server. When using Abp, this means I have to create a new repository and add this method inside to call the Stored Procedure using SqlQuery.

My question is, the result I am returning is not and wont be mapped to any entity. Is it possible to return a result from SqlQuery as Dictionary of key/value or DataTable?

I will need then to generate and export Excel out of the data returned.

It happens in my case the data is dynamic. I am generating PIVOT out of data and hence columns are not known ahead of time.

I appreciate your assistance.

Bilal

Hi, In the case I am writing a custom method to query DB directly as I need to do a complicated query involving Pivot with dynamic pivot columns and multiple columns at the same time.

I am currently adding 2 filters on my query: TenantId and IsDeleted. Do I need to add anything else to make sure data retrieved is per Tenant?

Thanks Bilal

Hello I'm reading something in a document on extending existing entities and objects. It says since Tenant, User, and Role are abstract classes we can add new properties on them. While other classes like Edition it's not abstract then we need to create a new class and inherit from Edition class.

Any is that? Maybe something is missing in here. I'm not getting it.

Hi, I am trying to host an app on Windows Azure. I am getting an exception that you can check here: <a class="postlink" href="https://drc-greece.azurewebsites.net/">https://drc-greece.azurewebsites.net/</a>

Any idea? Thanks

Hello, I am trying to turn off dynamic proxy creation inside the application DbContext as follows:

public OnlineSystemsDbContext()
            : base("Default")
        {
            // Turn off Dynamic Proxy
            Configuration.ProxyCreationEnabled = false;
        }

For some reason I keep on getting those long IDs attached to entities.

Do you override this setting somewhere inside the framework?

Thanks

Hi, I am noticing that the libs bundle file is around 700KB, is there a way to optimize it and remove some unused files? My app is mvc 5 and angular js.

Thanks

Question

Hi, I am getting this error when hosting the app on a remote server. Where can I configure the reCAPTCHA?

Thanks Bilal

ERROR for site owner: Invalid domain for site key reCAPTCHA

Showing 71 to 80 of 174 entries