C# (Sharp) Programming Language Question:

Which one is trusted and which one is untrusted?

Tweet Share WhatsApp

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 PDF Read All 163 C# (Sharp) Programming Language Questions
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?