仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 399|回复: 9
打印 上一主题 下一主题

[学习教程] ASP编程:The ASP.NET Web Matrix Project (Relo...

[复制链接]
小女巫 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-16 23:40:45 | 只看该作者 回帖奖励 |正序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
缺点:安全性不是太差了,还行,只要你充分利用系统自带的工具;唯一缺点就是执行效率慢,如何进行网站优化以后,效果会比较好。asp.net|web|asp.netTheASP.NETWebMatrixProject(Reloaded!)

--------------------------------------------------------------------------------

ASP.NETWebMatrixisacommunity-supported,easy-to-useWYSIWYGapplicationdevelopmenttoolforASP.NET.Itcanbeinstalledviaaquick1.3MBdownload(about5minutesusinga56Kbmodem).Newfeaturesinclude:Accessdatabasesupport,J#support,designtimeenhancementsincludingimprovedtableeditinganduser-controlrendering,manybugfixes,andmuchmore!Bestofall?Itsabsolutelyfree!



UpdatedGuidedTourDownloadNow!FrequentlyAskedQuestions



ASP.NETWebMatrixFeatures
ASP.NETPageandHTMLDesigner.RapidlycreateASP.NETpagesorHTMLdocumentsusingtherichWYSIWYGdesigner.DraganddropASP.NETservercontrolsfromthetoolboxorusercontrols(.ascxfiles)fromtheworkspaceontoyourpage,andthedesignerprovidesanear-realisticpreviewrenderingforeitherofthem.Selectindividualcontrolstogetin-placedesignereditingsupportfortemplatesaswellasfullpropertygridcustomizationsupport.Simplydouble-clickaservercontroltogetautomaticeventwireupofservereventhandlers.ThedesigneralsosupportsTableandStyleattributeediting.


SQLServerandAccessDatabaseManagement.IntegratedsupporttocreateandeditSQLorMSDEandAccess(.mdb)databases.Createnewdatabases,addordeletetables,designtableschemaandrelationships,edittabledatarows,createstoredprocedures(SQL/MSDEonly)allwithinWebMatrix.Auto-generateADO.NETcodetoperformdataaccessusingthebuilt-incodewizards.


EasyDataUIGeneration.WebMatrixmakesiteasytocreatedataboundpageswithoutwritingcode.DropSQL/MSDEorAccesstablesonyourpagetocreatedata-boundgrids,orstartwithDataPagetemplatesforreportsorMaster/Detailpages.Codebuildershelpyougeneratecodetoselect,insert,updateanddeleteSQL/MSDEorAccessdata.


Supportformultiplelanguages.WebMatrixsupportsmultiplelanguagesforcodeinWebapplicationsfiles(eg.aspxandascxfiles),aswellasincodewizards.WebMatrixhassupportforwritingcodeinC#,VisualBasicandJ#.


ClassBrowsing.Browseanyclassinanyassemblytoviewitsproperties,eventsormethods,aswellasmetadataattributesassociatedwiththeclass.Performsearchesonclassnames,ormembernamestoquicklyfindclasses.Performsearchestofindrelatedorderivedclasses.


XMLWebServicesSupport.EasilyaddXMLWebServicesupporttoyourapplications.WebMatrixprovidessupportfordeveloperstoeasilyexposeaSOAP-basedXMLWebService,aswellascallandconsumeaXMLWebServicehostedonanotherserver.


BuildMobileApplications.Writemobile-web-enabledapplicationsforawidevarietyofmobiledevicessuchascellphones,pagersandPDAs.WebMatrixprovidesdrag-and-dropdesignsupportforauthoringmobilepagesusingASP.NETandtheMobileInternetToolkit.


ProjectlessFileandFTPWorkspaces.WebMatrixsupportsbothFTP-basedandfile-basedworkspacesthatallowdeveloperstoeasilyorganizeandedittheirASP.NETapplications.Workspacesaresavedacrosssessionsforallowingyoutoquicklyworkonyourapplication.Simplydouble-clickafilewithintheworkspacetreetoopenitforediting.NoFrontPageserverextensionsorprojectsystemrequired.


DevelopmentWebServer.DevelopandtestyourASP.NETapplications,withoutrequiringIIS.WebMatrixincludesalightweightpersonalwebserverthatservesmostwebcontent,includingASP.NETpagesandXMLWebServices,forlocalrequests.


CommunityIntegration.WebMatrixprovidesabuilt-ingatewaytotheASP.NETcommunityrightwithintheIDE--allowingyoutobrowsecommunitywebsitesandsearchtheASP.NETForumsandNewsgroupsforhelp.


</p>想法是和程序员的想法不一样的.至于为什么.大家去想一想.跟心理学有关的
海妖 该用户已被删除
10#
发表于 2015-3-21 11:41:14 | 只看该作者
虽然ASP也有很多网络教程。但是这些都不系统。都是半路出家,只是从一个例子告诉你怎么用。不会深入讨论,更不会将没有出现在例子里的方法都一一列举出来。
只想知道 该用户已被删除
9#
发表于 2015-3-14 15:53:50 | 只看该作者
从事这个行业,那么你可以学ASP语言,简单快速上手,熟练dreamweav排版,写asp代码,熟练photoshop处理图片,打好基础就行了
灵魂腐蚀 该用户已被删除
8#
发表于 2015-3-7 08:52:56 | 只看该作者
以上是语言本身的弱点,在功能方面ASP同样存在问题,第一是功能太弱,一些底层操作只能通过组件来完成,在这点上是远远比不上PHP/JSP,其次就是缺乏完善的纠错/调试功能,这点上ASP/PHP/JSP差不多。
爱飞 该用户已被删除
7#
发表于 2015-2-23 12:36:41 | 只看该作者
下载一个源代码,然后再下载一个VBScript帮助,在源代码中遇到不认识的函数或是其他什么程序,都可以查帮助进行解决,这样学习效率很高。
山那边是海 该用户已被删除
6#
发表于 2015-2-7 22:24:16 | 只看该作者
另外因为asp需要使用组件,所以了解一点组件的知识(ADODB也是组件)
小魔女 该用户已被删除
5#
发表于 2015-2-2 14:12:25 | 只看该作者
如何学好ASP,以前也有人问过,把回答给你转过来看看能否对你有帮助:
简单生活 该用户已被删除
地板
发表于 2015-2-1 13:08:12 | 只看该作者
跟学别的语言一样,先掌握变量,流程控制语句(就是ifwhileselect)等,函数/过程,数组
精灵巫婆 该用户已被删除
板凳
发表于 2015-1-24 12:52:57 | 只看该作者
作为IE上广为流传的动态网页开发技术,ASP以它简单易学博得了广大WEB程序爱好这的青睐,而且它对运行环境和开发品台的不挑剔,以及有大量有效的参考手册,极大的推广了它的发展。
冷月葬花魂 该用户已被删除
沙发
发表于 2015-1-19 14:49:05 | 只看该作者
ASP.Net和ASP的最大区别在于编程思维的转换,而不仅仅在于功能的增强。ASP使用VBS/JS这样的脚本语言混合html来编程,而那些脚本语言属于弱类型、面向结构的编程语言,而非面向对象,这就明显产生以下几个问题:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-25 14:17

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表