.net的几个重要问题

时间:2022-08-31 14:13:50
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
开门见山,这里是一些入门的问题,我觉得知道这些问题的答案对了解 asp. net 比较有帮助。
问题本身不一定严谨,甚至可能不太对,但我想只要对了解 asp. net 有帮助就可以了。

1. Page class 实现了哪个重要的 interface?
2. foo.aspx 编译后的 class 名字是什么?
3. Shadow-copy dll 存在哪里?
4. 谈谈 AutoEventWireup
5. 关于 Directive 中的 Inherits:一个 aspx 可能 inherits 多个 class 吗?
   多个 page 可能 inherits 一个 code behind 吗?
6. @Assembly 和 csc /r 和 vs. net 项目中 reference 的关系是什么?
7. web control 和 html control 在 performance 上有区别吗?
8. 对 asp. net 的请求是由哪个 isapi extension 处理分发的?
9. 这个 isapi extension 实际上把请求 forword 到哪个 process?
10 如果使用外部进程维护 session,这个进程是什么?
   如果对它做 serialization 效率不满意应该怎么办?
11 如何自己做个 httphandler? 能想出它有什么实际用处吗?
12 谈谈 HttpModule
13 如何在 VS. net 中 debug asp. net 应用?
14 如果你通过继承 System.Web.UI.Control 写了个 Custom Control,
   如何加上对 client-side script 的支持?
15 在 aspx 页面中放上一些 TextBox, ListBox 等等 Web Control,
   但在 code-behind 中并不定义它们,是否可能使用这些 control?
16 自己写个 control 如何支持 template?
   能否在 control 中写代码读取 template 中将要放入的内容(比如控件)的值?

答案(略)。

<
.net的几个重要问题
seover="window.status='正文--. net几个重要问题 ';return true">
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>