js闭包
js多态
js事件冒泡
asp.NET webform 和 MVC的区别(http://developer.51cto.com/art/200912/167433.htm)
MVC route
MVC的好处
接口和抽象类的区别
C#的托管和非托管代码
C#的static readonly 和constant
C#的equal, == 的区别(http://new-fighter.iteye.com/blog/1634800)
C# 4.0新特性dynamic关键字,MVC 的ViewBag就是这种类型
asp.net 页面生命周期(http://blog.sina.com.cn/s/blog_4938def90100w38y.html)
asp.net ViewState(持久,隐藏域)和Session(20分钟,每个用户)的区别
ViewState介绍: http://www.cnblogs.com/wwan/archive/2010/11/18/1880357.html
asp.net页面传值的方法(Request.QueryString["a"], Session, Application, Context.Handler)
asp.net Server.Transfer(仅适应虚拟目录下地址,只是向客户端发送而不会更新当前浏览器的地址) 和 Response.Redirect(能适应所有外部地址)的区别
asp.net Form表单和submit, url, 在服务端用Request.Form["name"]获取
asp.net的输出缓存和数据缓存(http://winsystem.ctocio.com.cn/303/9330303.shtml)
WCF(http://www.cnblogs.com/artech/archive/2007/02/26/656901.html)
Entity Framework: ORM, DbContext, DbSet, LazyLoadingEnable
Linq: SelectMany, Select, First, FirstOrDefault, Single, SingleOrDefault