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

Activities of "bilalhaidar"

Hi Ismail

Can you illustrate more please?

I have a concept of Regions and each region has one or more Camps.

I want to assign users to either a Region or Camp (1 or more of each).

Later I want a drop down list of users Regions and another drop down list to display camps filtered by Region.

Also on an Entity called Beneficiary I need to add the Region or Camp as I need to retrieve later all beneficiaries that have the logged in user Region or Camp and list them in a page. In other words a logged in user has one or more regions and one or more camps. I want to show him beneficiaries only those belonging to his regions or camps.

I appreciate your feedback

Thanks a lot :)

Thanks I'll check it out

Thanks a lot.

So you are telling typescript that this alias maps to this or that path correct?

Hello, I configured both Web.Host and Web.Public to run at the same time in VS 2017.

Each website runs on its own Port.

When I click Login on the Public website, I am redirected to the Login page of the Web.Host.

In VS 2017, they are two websites or apps, possible they will be hosted separately.

How does it work to authenticate the public website using the Web.Host app? Can those 2 websites share sessions/cookies? I am lost a bit here.

Thanks

Hello,

Similar to the interfaces present currently in Abp the CreationFullEdit and others, I need to populate a common property on all my entities which is the full entity name. How can I implement such thing in Abp?

Thanks

Hello, I am in need to extend Users Screen UI to allow an admin to select multiple values from a list. This would be translated as many-to-many in the database.

Can you give me guidelines on how to do so?

In other words, when a new user is created, I need to let the admin select multiple values (Regions) then in the DB I would have a new Table UserRegions or something where 1 Region can have more than 1 User and 1 User can belong to more than 1 Regions.

Thanks Bilal

Hi I am following the Development Step by Step using ASP.NET Core and Angular 2.

Towards the end of the tutorial, there is a line of code as:

await _personRepository.EnsureLoadedAsync(person, p => p.Phones);

The method EnsureLoadedAsync() is not present anymore. I replaced it with EnsureCollectionLoadedAsync(). Is that correct?

Also, why do we need this method to be called? Is it something like Include()? Is it because the IRepository.Get() does a lazy load?

Thanks

For some reason, today, I cannot F5 or Ctrl+F5 my project and I am getting the attached error in VS 2017. Any idea?

Thanks for the link.

I assume you have created a similar open per folder? For instance you use @shared and others like that.

In the document it says one scoped package per project. In your case you have more than one @ almost for each folder.

Thanks

Showing 161 to 170 of 635 entries