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

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

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。