资源描述:
《计算机毕业论文外文翻译》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、外文文献原文WhatisASP.NET?ASP.NETisaprogrammingframeworkbuiltonthecommonlanguageruntimethatcanbeusedonaservertobuildpowerfulWebapplications.ASP.NEToffersseveralimportantadvantagesoverpreviousWebdevelopmentmodels:EnhancedPerformance.ASP.NETiscompiledcommonlanguageruntimecoderunningontheserve
2、r.Unlikeitsinterpretedpredecessors,ASP.NETcantakeadvantageofearlybinding,just-in-timecompilation,nativeoptimization,andcachingservicesrightoutofthebox.Thisamountstodramaticallybetterperformancebeforeyoueverwritealineofcode.World-ClassToolSupport.TheASP.NETframeworkiscomplementedbyaric
3、htoolboxanddesignerintheVisualStudiointegrateddevelopmentenvironment.WYSIWYGediting,drag-and-dropservercontrols,andautomaticdeploymentarejustafewofthefeaturesthispowerfultoolprovides.PowerandFlexibility.BecauseASP.NETisbasedonthecommonlanguageruntime,thepowerandflexibilityofthatentire
4、platformisavailabletoWebapplicationdevelopers.The.NETFrameworkclasslibrary,Messaging,andDataAccesssolutionsareallseamlesslyaccessiblefromtheWeb.ASP.NETisalsolanguage-independent,soyoucanchoosethelanguagethatbestappliestoyourapplicationorpartitionyourapplicationacrossmanylanguages.Furt
5、her,commonlanguageruntimeinteroperabilityguaranteesthatyourexistinginvestmentinCOM-baseddevelopmentispreservedwhenmigratingtoASP.NET.Simplicity.ASP.NETmakesiteasytoperformcommontasks,fromsimpleformsubmissionandclientauthenticationtodeploymentandsiteconfiguration.Forexample,theASP.NETp
6、ageframeworkallowsyoutobuilduserinterfacesthatcleanlyseparateapplicationlogicfrompresentationcodeandtohandleeventsinasimple,VisualBasic-likeformsprocessingmodel.Additionally,thecommonlanguageruntimesimplifiesdevelopment,withmanagedcodeservicessuchasautomaticreferencecountingandgarbage
7、collection.Manageability.ASP.NETemploysatext-based,hierarchicalconfigurationsystem,whichsimplifiesapplyingsettingstoyourserverenvironmentandWebapplications.Becauseconfigurationinformationisstoredasplaintext,newsettingsmaybeappliedwithouttheaidoflocaladministrationtools.This"zerolocala
8、dmini