相关考题
-
多项选择题
下述使用Entity Framework 生成的代码,描述正确的有()。
A.数据库名称为MyEntities
B.配置文件中包含名为MyEntities 的数据库连接字符串
C.数据库中包含名为Students 和Subjects 的两个表
D.项目中同时包含名为Student 和Subject 的两个实体文件 -
单项选择题
Web Service的扩展名是()。
A.ascx
B.asax
C.asmx
D.ashx -
单项选择题
在ASP.NET MVC中,根据以下控制器代码,下列选项中,URL正确的是()
A.http://localhost/Default/
B.http://localhost/Hello/Index
C.http://localhost/Hello/Default
D.http://localhost/Hello/View
