Explain role-based security in .Net.
Answers were Sorted based on User's Feedback
Role-based security in .Net is used to implement robust security measures based on the role assigned to the users in the organization. Users can then be authorized based on their roles in the organization. For instance, windows have role-based access such as administrators, users, and guests.
| Is This Answer Correct ? | 0 Yes | 0 No |
Role-based security is used to implement security measures in .NET, based on the roles assigned to the users in the organization. In the organization, authorization of users is done based on their roles.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use com component in .net?
Explain weg config settings for exception managment in asp.net?
What does il do?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is the single responsibility principle?
Should I implement finalize on my class? Should I implement idisposable?
What is delegation in .net?
What is the difference between function and stored procedure?
What are the two main parts of the .net framework?
Explain the difference between task and thread in .net?
Why did they call it .net?