Dynamic and manageable menu in ASP.NET Core
In web projects, sometimes menus need to be managed dynamically. So I spent a few days and create a system to manage menus.
In this system, I used nestedSortable jQuery plugin for arrnging items in management page.
In this page you can view menus and select them to manage.
In this page you could see menu items, add new items and remove items.
After editing items of selected menu, it would be displayed with the same structure at the top navigation bar.