单项选择题
A.Response.Write(Session[“username”]);B.Response.Redirect(Session[“username”])C.Window.location.href=Session[“username”];D.Alert(Session[“username”]);
A.order by ascB.group by descendingC.group by descD.OrderByDescending()
A.不需要SQL 语句即可完成数据库的操作B.EntityFramework 技术使Visual Studio 拥有了自己的操作数据库功能C.EntityFramework 技术使用了Linq 语法D.采用EntityFramework 技术使代码更短小精悍