Answer Posted / imtiyaz chanderki
Authentication & authorization:
Authentication is the process of identification and
validation of a user's credentials.
After the identity is authenticated, a process called
authorization determines whether
that identity has access to a particular resource.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain the server control events of asp.net ?
Do you know caching feature?
How can you handle exceptions in asp.net?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Can we create a multiple user simultaneously ?
How to comment out asp.net tags?
Explain serialization and deserialization?
explain code with datachaching with example
How do you store a value in viewstate and retrieve them?
What is advantage of code behind coding in ASP.NET?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Define static constructor?
Explain the significance of routing? : asp.net mvc
What is difference between cache and session?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc