资源描述:
《毕业论文外文翻译-ASP.NET简介》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、附录1:英文文献原文BriefintroductionofASP.NETReilly,DouglasJ.DesignMicrosoftASP.NETApplications[M].Seattle:MicrosoftPress,2002.ASP.NETcombinesunprecedenteddeveloperproductivitywithperformance,reliability,anddeployment.DeveloperProductivityASP.NEThelpsyoudeliverrealworldWe
2、bapplicationsinrecordtime.EasyProgrammingModel.ASP.NETmakesbuildingrealworldWebapplicationsdramaticallyeasier.ASP.NETservercontrolsenableanHTML-likestyleofdeclarativeprogrammingthatletyoubuildgreatpageswithfarlesscodethanwithclassicASP.Displayingdata,validatingus
3、erinput,anduploadingfilesareallamazinglyeasy.Bestofall,ASP.NETpagesworkinallbrowsers--includingNetscape,Opera,AOL,andInternetExplorer.GreatToolSupport.YoucanharnessthefullpowerofASP.NETusinganytexteditor--evenNotepad!ButVisualStudioaddstheproductivityofVisualBasi
4、c-styledevelopmenttotheWeb.NowyoucanvisuallydesignASP.NETWebFormsusingfamiliardrag-drop-doubleclicktechniques,andenjoyfull-fledgedcodesupportincludingstatementcompletionandcolor-coding.VS.NETalsoprovidesintegratedsupportfordebugginganddeployingASP.NETWebapplicati
5、ons.TheProfessionalversionofVisualStudiodeliverlife-cyclefeaturestohelporganizationsplan,analyze,design,build,test,andcoordinateteamsthatdevelopASP.NETWebapplications.TheseincludeUMLclassmodeling,databasemodeling(conceptual,logical,andphysicalmodels),testingtools
6、(functional,performanceandscalability),andenterpriseframeworksandtemplates,allavailablewithintheintegratedVisualStudio.NETenvironment.RichClassFramework.Applicationfeaturesthatusedtobehardtoimplement,orrequireda3rd-partycomponent,cannowbeaddedinjustafewlinesofcod
7、eusingthe.NETFramework.The.NETFrameworkoffersover4500classesthatencapsulaterichfunctionalitylikeXML,dataaccess,fileupload,regularexpressions,imagegeneration,performancemonitoringandlogging,transactions,messagequeuing,SMTPmail,andmuchmore!ImprovedPerformanceandSca
8、lability12ASP.NETletsyouuseservemoreuserswiththesamehardware.Compiledexecution.ASP.NETismuchfasterthanclassicASP,whilepreservingthe"justhitsave"updatemodelofAS