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 |
Can we use data reader to bind gridview?
Using activex control in .net?
How to create multiple inheritance in c#, with example?
Explain the difference between asp.net & vb.net and explain architecture?
What are the different types of Classes in .NET?
What?s Singleton activation mode?
Can you configure a .NET Remoting object via XML file?
What is Datatype Conversion in Vb.net?
What are data types in .NET?
How is threading done in .net?
What is a formatter?
How Garbage Collector (GC) Works?