I'm using Database First, EF 6, Visual Studio 2013 Pro.
I would like that when the application is started, no menu is available unless you enter some user (dont know who to do that).
Next, I want that when entering a user is allowed to see what your role allows. That includes, deny access to certain menus and options for tables (eg access to edit or delete a record).
That would be for a "assistant" user. But for a user "admin", access to all menus and all table options.
I dont know if I have to create a user/roles tables on my database.
The application is almost complete, only I need to handle this.