What are the types of authentication in .net
Answer / kirti
We have three types of authentication:
1. Form authentication
2. Windows authentication
3. Passport
This has to be declared in web.config file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the base class for .net Class library?
What is the CTS
What is the need of .Net framework ?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
How .net assemblies are registred as private and shared assembly ?
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
What is Globalizationa and Localization
What is GUID and why we need to use it and in what condition? How this is created
what is entity graph in entity framework?
What is the use of display modes?
Name a few different return types of a controller action method?
What is serialization in .NET? What are the ways to control serialization?