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 |
Write the .net syntax for 'for loop'?
what is the use of stored procedure which has only one select statement over simple select statment query ? Why to write a stored procedure then ?
What property do you have to set to tell the grid which page to go to when using the Pager object?
What is WSDL? Explain its architecture?
what is GAC?
Types of JIT and what is econo-JIT ?
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?
Explain what are an object and a class?
How is threading done in .net?
Explain what is mutex?
What are the similarities and difference between class and structure in .net?
Explain me what is a design pattern and what is it for?