Posts by Rodrigo De Freitas Oliveira • 109 points
3 posts
-
0
votes1
answer30
viewsA: .NET Core MVC with jQuery Vertical Accordion Menu
Follow the passage: $(function() { $('#nav-accordion').dcAccordion({ eventType: 'click', autoClose: true, saveState: true, disableLink: true, speed: 'slow', showCount: false, autoExpand: true, //…
-
-1
votes1
answer30
viewsQ: .NET Core MVC with jQuery Vertical Accordion Menu
I am using the jQuery vertical accordion menu from the following template: https://templatemag.com/demo/Dashio/ However, the operation does not work as in it. Clicking on a menu <li> <a…
-
11
votes1
answer259
viewsQ: Security in Domain driven design
On a DDD architecture, what layer does security (access control) implement? What would the structure look like?
dddasked Rodrigo De Freitas Oliveira 109