热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

C# 面试题与答案

问题 36. Which one is trusted and which one is untrusted?

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.

这有帮助吗? 添加评论 查看评论
 

问题 37. Why would you use untrusted verificaion?

Web Services might use it, as well as non-Windows applications.

这有帮助吗? 添加评论 查看评论
 

问题 38. What does the parameter Initial Catalog define inside Connection String?

The database name to connect to.

这有帮助吗? 添加评论 查看评论
 

问题 39. Whats the data provider name to connect to Access database?

Microsoft.Access.

这有帮助吗? 添加评论 查看评论
 

问题 40. What does Dispose method do with the connection object?

Deletes it from the memory.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。