资源描述:
《计算机英文文献》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、ASPintroductionFrom1996ASPbirthtonowpast15years.Intheshortof15years,ASPtherearemajorchanges,untilnowtheasp.net.Thefirsteditionofaspis0.9beta,since1996,itgivesbirthASP1.0Webdevelopmentboundedbroughtgoodnews.EarlyWebapplicationdevelopmentisverytedious,thatshouldmakeasimpledynamicp
2、agesneedtowritealotofCcodetocompletethisforordinaryprogrammerisalittletoodifficult.AnASPbutallowstheuseofthissimplescriptinglanguageadditionally,writethecodeembeddedinHTMLpages.InprogramminguseitsinternalcomponentstoachievesomeadvancedfunctionssuchasCookie).It'sthebiggestcontrib
3、utionliesinitsADO(ActiveXDataObject),thiscomponentmakestheprogramofthedatabaseoperationisverysimple,sothedynamicwebdesignalsobecomesaeasy.Thereforeovernight,Webdesignprogramisnolongerimaginedarduoustasks,asmanypeoplecandotheirstuff.In1998,MicrosofttoreleasetheASP2.0.Itispartofth
4、ePackWindowsNT4Option,asIIS4.0ofmodule.inaccessories.ItwithASP1.0arethemaindifferencebetweenitsexternalcomponentscanbeinitialized,sothatintheASPprogramofallinternalcomponentshaveindependentmemoryspace,andavailableforthetransaction.By2000,withtheWindows2000successrelease,theopera
5、tingsystemIIS5.0achincidentASP3.0alsobeginspopularity.ComparedwithASP2.0,ASP3.0advantageliesinitUSEStheCOM+,henceitseffectivenessisbetterthanitsfrontversion,andmorestable.In2001,asp.netappeared.Inthefirstdevelopment,itisthenameoftheASP+,buttowithMicrosoft.netplan,andtoshowthatma
6、tchtheASPversionisnottoASP3.0complement,Microsoftwillitsnamedasp.net.Asp.netonthestructureandinfrontoftheversioniswidelydivergent,italmostentirelybasedonthecomponentsandmodular,Webapplicationsdevelopersusethisdevelopmentenvironmentcanrealizemoremodular,morepowerfulapplication.As
7、webdevelopers,ourlivesrevolvearoundworkingwithdata.Wecreatedatabasestostorethedata,codetoretrieveandmodifyit,andwebpagestocollectandsummarizeit.ThisisthefirsttutorialinalengthyseriesthatwillexploretechniquesforimplementingthesecommonpatternsinASP.We'llstartwithcreatingasoftwarea
8、rchitecturecomposedofaDataAccessLayer(DAL)using