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

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

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

ASP .NET 面接の質問と回答

質問 16. What is the Global.asax used for?

The Global.asax (including the Global.asax.cs file) is used to implement application and session level events.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 17. What are the Application_Start and Session_Start subroutines used for?

This is where you can set the specific variables for the Application and Session objects.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 18. Can you explain what inheritance is and an example of when you might use it?

When you want to inherit (use the functionality of) another class.Example: With a base class named Employee, a Manager class could be derived from the Employee base class.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 19. Whats an assembly?

Assemblies are the building blocks of the .NET framework. Overview of assemblies from MSDN

役に立ちましたか? コメントを追加 コメントを見る
 

質問 20. Describe the difference between inline and code behind.

Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。