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 |
Explain the difference between public and static modifiers?
Do you know what are three common acronyms used in .net, and what do they stand for?
I'm having some trouble with cas. How can I troubleshoot the problem?
Differentiate between managed and unmanaged code?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
How would ASP and ASP.NET apps run at the same time on the same server?
What is Code group in .Net with respect to CAS
Explain me what is an anonymous method and how is it different from a lambda expression?
What is shared and repeatable inheritance?
what is yield keyword in .Net?
What is close method? How its different from finalize and dispose?
What are possible implementations of distributed applications in .NET?