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 |
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.
Explain the process of serialization in .NET?
How to find methods of a assembly file (not using ILDASM) Reflection
What is .net environment?
Explain boxing and unboxing in .net.
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is the advantage of .net?
How to create properties and methods using controls?
Can we have same method with same name and signature using partial classes
Who is using .net core?
Explain the Difference between value and reference type.
can we use private assembly in other project in dot net.