单项选择题
Which of the following is the correct collection of build events?()
	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 - 
                                    单项选择题
                                    
Whichcontrolallowsyoutobindtodataitemsthatarereturnedfromadatasourceanddisplaythem?()
A.ListView Web Server Control
B.DetailsView Web Server Control
C.DataList Web Server Control
D.Data Web Server Control