单项选择题
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); - 
                                    单项选择题
                                    
WhichclassdefinesthecontractthatASP.NETimplementstoprovidemembershipservicesusingcustommembershipproviders?()
A.FormsAuthentication
B.RoleProvider
C.SqlRoleProvider
D.MembershipProvider