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 |
Dot Net is Platform Independent or Platform Dependent..?
What is an Exception? How many exceptions exist in Dot net and explain them?
Tell me what is a “jagged array”?
How we can achieve Connection pooling in .Net?
Explain how to spawn a thread?
How will u load dynamic assembly? How will create assemblies at run time?
What are situations when you register .NET assembly in GAC ?
What is a .net class?
What is portable executable (PE)?
Write the .net syntax for 'for loop'?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
What is meant by globalization and localization?