C# (Sharp) Programming Language Question:

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


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?