Base solution for your next web application

Activities of "ismcagdas"

Hi,

Offered solution here might solve your problem <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1074">https://github.com/aspnetboilerplate/as ... ssues/1074</a>. Can you try that ?

Answer

Thanks for sharing your solution. This is really helpful.

Hi,

You can define a base entity class which inherits from Entity<Guid> and set it's id property on constructor to new Guid();

Hi,

I think your url will be "http://localhost:6634/api/services/app/flights/getTest1".

With this url (<a class="postlink" href="http://localhost:6634/api/services/app/getFlightsAsync">http://localhost:6634/api/services/app/getFlightsAsync</a>), abp cannot know which app service's "getFlightsAsync" metho to call. Because of that, you need to include flights in it like this.

<a class="postlink" href="http://localhost:6634/api/services/app/flights/getFlightsAsync">http://localhost:6634/api/services/app/ ... ightsAsync</a>

Hi,

Yes, we are working on a aspnet core template <a class="postlink" href="https://github.com/aspnetboilerplate/aspnet-core-template">https://github.com/aspnetboilerplate/as ... e-template</a>

Thanks for the suggestion. There are really nice angular libraries.

Since it's easy to include such libraries we dont want to include a specific library.

Hi,

Instead of this line

await _organizationUnitManager.UnitOfWorkManager.Current.SaveChangesAsync();

just inject IUnitOfWorkManager in your domain service, start a new unitOfWork and use SaveChangesAsync method of it. <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Unit-Of-Work">http://aspnetboilerplate.com/Pages/Docu ... it-Of-Work</a>

Answer

Hi,

I agree that this feature will be very useful. But it's hard to calculate row count.

It is related to angular ui grid rather than aspnet zero, there is a similar issue for angular ui grid, they might develop this. <a class="postlink" href="https://github.com/angular-ui/ui-grid/issues/2746">https://github.com/angular-ui/ui-grid/issues/2746</a>

Answer

Hi,

I think it's better to get your data with an ajax request. That way, you can easily refresh only the select list.

Do you work on multiple AspNet Zero projects or just a single one ?

Showing 12581 to 12590 of 12775 entries