多项选择题
下述使用Entity Framework 生成的代码,描述正确的有()。
A.数据库名称为MyEntitiesB.配置文件中包含名为MyEntities 的数据库连接字符串C.数据库中包含名为Students 和Subjects 的两个表D.项目中同时包含名为Student 和Subject 的两个实体文件
A.ascxB.asaxC.asmxD.ashx
A.http://localhost/Default/B.http://localhost/Hello/IndexC.http://localhost/Hello/DefaultD.http://localhost/Hello/View