C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

Which one is trusted and which one is untrusted?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Windows Authentication is trusted because the username and password are checked with the Active Directory, the SQL Server authentication is untrusted, since SQL Server is the only verifier participating in the transaction

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?What namespaces are necessary to create a localized application?