单项选择题
A.Pre-Build, Post-Link, and Pre-Link B.Pre-Build, Post-Build, and Post-Link C.Pre-Build, Pre-Link, and Post-Build D.Post-Link, Pre-Link, and Post-Build
YouworkasanASP.NETWebApplicationDeveloperforSomeCompany...
单项选择题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. The Web application connects to a SQL Server database. You use the ADO.NET Entity Framework to handle persistence-ignorant entities. You create an ObjectContext object named ObjContext. Subsequently, you change properties on numerous entities. You are required to save the changed entity values in the SQL Server database. Which of the following code segments will you use?()
A.ObjContext.SaveChanges(SaveOptions.DetectChangesBeforeSave); B.ObjContext.SaveChanges(SaveOptions.AcceptAllChangesAfterSave); C.ObjContext.SaveChanges(SaveOptions.All); D.ObjContext.SaveChanges(SaveOptions.None);
WhichclassdefinesthecontractthatASP.NETimplementstoprov...
单项选择题Which class defines the contract that ASP.NET implements to provide membership services using custom membership providers?()
A.FormsAuthentication B.RoleProvider C.SqlRoleProvider D.MembershipProvider
Whichcontrolallowsyoutobindtodataitemsthatarereturnedfr...
单项选择题Which control allows you to bind to data items that are returned from a data source and display them?()
A.ListView Web Server Control B.DetailsView Web Server Control C.DataList Web Server Control D.Data Web Server Control