Base solution for your next web application

Activities of "affern"

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.

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

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

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

<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.

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>

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); } }

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.

Thanks! :)

<cite>alirizaadiyahsi: </cite> Hi @affern,

Summernote is using in asp.net zero project. There is an example in DepoUIComponent.cshtml

I can't find this example in the asp.net zero project.

I have tried to follow the steps described here: <a class="postlink" href="https://github.com/vrudikov/ng4-summernote">https://github.com/vrudikov/ng4-summernote</a>, but I'm not able to get it to work in the asp.net zero project.

Showing 1 to 10 of 78 entries