欢迎来到天天文库
浏览记录
ID:240276
大小:82.50 KB
页数:10页
时间:2017-07-12
《C# 简介 毕业论文外文翻译》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、附录1英文文献翻译1.英文1.1INTROUCTIONTOC#1.1.1TheBirthofC#Asarecentbirthintheprogramminglanguagefamily#hastwoprogramminglanguageparents++andJava#containsmanyC++featuresbutalsoaddstheobject-orientedfeaturesfromJava.C#containsmanydifferentcomponents,including:lVersioningsupport,sothatyourbaseandderivedcla
2、sses-templatesthatdefinehowanobjectperforms—remaincompatibleasyoudevelopthemlEvents,sothatyourprogramcannotifyclientsofaclassaboutsomethingthathashappenedtoanobjectlTypesafetyandverificationthatincreasesreliabilityandensurescodesecuritylGarbagecollection,sothatyourprogramcanidentityobjectsthat
3、yourprogramcannolongerreachlUnsafemode,whereyoucanusepointerstomanipulatememoryoutsidethegarbagecollector’scontrol,includingmethodsandproperties1.1.2CloseRelationswithCandC++C#isbuiltontheC++language,soitbehavesmuchlikethelanguage.LikeC++,C#letsyouwriteenterpriseapplications,andC#containsmanyC
4、++features,includingstatementsandoperators.C#alsoprovidesaccesstocommonApplicationProgramInterface(API)stylesincludingComponentObjectModel(COM)andC-styleAPIs.1.1.3SecurityComputernetworksletprogrammersshareVisualStudio.NETcodeincludingC#programsacrossthenetwork.Thiscollaborativeeffortletsyouan
5、dyourprogrammingteamcreateC#programsmuchmorequicklythanonepersonalone.TheproblemwithcollaboratingoveranetworkisthatunauthorizedusersfromwithinoroutsideyournetworkmaytrytogainaccesstoyourC#programcode.VisualStudio.NETprovidesbuilt-insecurityfeaturessoyouortheleaderofyourprogrammingteamcandeterm
6、inewhoonyournetworkgetsaccesstoyourC#programcodeandresources.Youcanalsosetdifferentlevelsofsecurityfordifferentpeopleincaseyouwantonlycertainpeopletohaveaccesstocertainprogramcode.1.1.4IntegrationTheprimaryadvantageofusingVisualStudio.NETisthatalloftheprogramminglanguageshavebeendesignedtowork
7、togetherfromthestart.WhenyouwriteanewC#program,VisualStudio.NETgivesyoutoolsthatyoucanusetoprogramlinksfromyourC#programintoanotherprogramwritteninanotherVisualStudio.NETlanguage.Forexample,youcancreateadatabaseinVisualFoxProandthencrea
此文档下载收益归作者所有