人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

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. What’s 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。