Base solution for your next web application

Activities of "affern"

I have solved my problem. The Id is not set on the client side. So I solved this by deleting order items in the database before I save and insert it again. Maybe not an ideal solution but it works. But I'm wondering is whether you have an example of how to use a combined key in an entity class and how this is handled in the service.

public async Task UpdateOrder(OrderInput input) { if (input.Id > 0) {
input.Status = OrderHelper.SetOrderStatus(input); var order = ObjectMapper.Map<Order>(input); order.CreatorUserId = AbpSession.UserId.Value; await _orderRepository.UpdateAsync(order); } }

Hello

Are these editors still recommended for use?

  • CKEditor
  • TinyMCE
  • Kendo ui text editor

Or does anyone have a better suggestion?

I tried to install Summernote but I did'nt get it to work. I can see that Metronic use this: <a class="postlink" href="http://keenthemes.com/preview/metronic/theme/admin_1/components_editors.html">http://keenthemes.com/preview/metronic/ ... itors.html</a>

<cite>godrunner: </cite> I must be missing something. I am confused. There is an Angular version of the public website? I have not seen that....

No, there is not. I wish it was. That's why I have started to create one myself.

Thank you for answer. Yes, this is what I want. I will try this :)

I also would appreciate an "best practice" example of update an entity :-)

Answer

Ok, thanks!

I have one more question. I have downloaded the .NetCore 1.1 framework, so my project don't have SignalR. I will need a solution for push-messages for mobil devices, but maybe not before 7-8 months. Do you recommend to download the.Net Framework 4.6.1 version instead, or do you think I can wait for upgrade version in the future?

Best regards, Jan

Answer

Must have been something wrong with the package. When I downloaded a new package without merged Angular UI and selected Core instead of 4.6.1, it works fine.

Showing 71 to 78 of 78 entries