单项选择题

Which utility allows you to pre-compile and publish your Web site to a new location?()

A.Publish Web Site
B.Web-based installation
C.Web site project mode
D.Web services directory

<上一题 目录 下一题>
热门 试题

单项选择题
Whichofthefollowingisthecorrectcollectionofbuildevents?()

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.ThecompanyusesVisualStudio.NET2010asitsapplicationdevelopmentplatform.YoucreateanASP.NETWebapplicationusing.NETFramework4.0.TheWebapplicationconnectstoaSQLServerdatabase.YouusetheADO.NETEntityFrameworktohandlepersistence-ignorantentities.YoucreateanObjectContextobjectnamedObjContext.Subsequently,youchangepropertiesonnumerousentities.YouarerequiredtosavethechangedentityvaluesintheSQLServerdatabase.Whichofthefollowingcodesegmentswillyouuse?()

A.ObjContext.SaveChanges(SaveOptions.DetectChangesBeforeSave);
B.ObjContext.SaveChanges(SaveOptions.AcceptAllChangesAfterSave);
C.ObjContext.SaveChanges(SaveOptions.All);
D.ObjContext.SaveChanges(SaveOptions.None);

相关试题
  • You are developing an ASP.NET MVC...
  • You are developing an ASP.NET Web...
  • You create an ASP.NET server contr...
  • You are developing a WCF service....
  • You are developing an ASP.NET Web...