一些常见的C#面试问题和答案
1.什么是范型?
http://www.cnblogs.com/yjg8116/archive/2009/02/26/1398615.html
2.什么是反射?
http://www.cnblogs.com/zxsoft/archive/2007/09/17/895236.html3.进程、线程、AppDomain的概念及关系?
http://www.cnblogs.com/finejob/articles/971033.html
4.什么是SOAP?
http://blog.csdn.net/chengang9695183/archive/2008/05/26/2482660.aspx
5.C#中的Finalize和Dispose(bool disposing)和Dispose()
http://www.cnblogs.com/allnen/archive/2008/05/23/1206081.html
6.什么是委托?
http://hi.baidu.com/yichuanshan1986/blog/item/964890a37774d681471064de.html
7.什么是OOP?
OOP =Object Oriented Programming,[面向对象的程序设计]
对象(Object):包含一定的数据结构和状态的实体。
操作(Operation):作用于对象的行为,如访问和处理对象的状态。
封装(Encapsulation):定义对象和操作,只提供抽象的接口,并隐藏它们的具体实现。
8.什么是SOA?
http://www.cnblogs.com/wzyexf/archive/2006/04/29/388911.html
9.遍历二叉树
http://www.cnblogs.com/xuanfeng/archive/2006/09/20/509897.html
http://www.newwhy.com/2010/0911/13998.html
http://blog.csdn.net/kofsky/archive/2008/09/05/2886453.aspx
求二叉树深度?
http://www.cnblogs.com/jiajinyi/archive/2010/01/26/1656525.html
10.ref和out的区别?分别是什么类型?
http://topic.csdn.net/t/20040404/23/2924904.html
11.什么是Hashtable?Hashtable有什么优点和缺点?什么是空间和时间复杂度?
http://topic.csdn.net/t/20040201/14/2692475.html
12.C#计算杨辉三角形
http://zhidao.baidu.com/question/150223483.html
13.怎么优化数据库?
http://www.enet.com.cn/article/2008/0108/A20080108997121.shtml
14.创建数据库需要注意什么?
http://www.7747.net/Article/201008/57898.html
15.什么是数据库的逻辑设计和数据库的物理设计?
http://www.ddvip.com/mc/db/1257.html16.什么是IIS?
http://baike.baidu.com/view/850.htm
17.ASP.NET页面生命周期概述?
http://msdn.microsoft.com/zh-cn/library/ms178472(VS.80).aspx18.XP SP3无法安装IIS 系统版本iis 5.1 iis 6
http://kb.cnblogs.com/a/1551734/19.Transfer和Redirect重定向,谁的效率更高?
http://apps.hi.baidu.com/share/detail/571714520.ASP.NET调用JavaScript的实现
http://www.net.cn/service/faq/softfaq/jspcx/200706/2219.html21.什么是WCF?
http://www.cnblogs.com/xiaolinzi/archive/2008/04/30/1177743.html22.Get和Post的区别?
http://blog.csdn.net/21aspnet/archive/2010/04/12/5476400.aspx23.俩种过滤字符串关键字的方法
http://www.cnblogs.com/random/archive/2007/05/09/739696.html24.判断输入的字符串是否是数值型
http://topic.csdn.net/t/20040819/16/3291037.html