【正文】
畢業(yè)設(shè)計(jì) 外 文 文 獻(xiàn) 翻 譯 院 系 計(jì)算機(jī)與電子系 專 業(yè) 班 級(jí) 姓 名 原 文 出 處 Illustrated C 2020 評(píng) 分 指 導(dǎo) 教 師 陳頡 華中科技大學(xué)武昌分校 2020 年 03 月 01 日 畢業(yè)設(shè)計(jì) /論文外文文獻(xiàn)翻譯要求: 1. 外文文獻(xiàn)翻譯的內(nèi)容應(yīng)與畢業(yè)設(shè)計(jì) /論文課題相關(guān)。 2. 外文文獻(xiàn)翻譯的 字?jǐn)?shù): 非英語專業(yè)學(xué)生應(yīng)完成與畢業(yè)設(shè)計(jì) /論文課題內(nèi)容相關(guān)的 不少于 2020 漢字的 外文文獻(xiàn)翻譯任務(wù)( 其中,漢語言文學(xué)專業(yè)、 藝術(shù)類專業(yè)不 作要求 ),英語專業(yè)學(xué)生應(yīng)完成不少于 2020 漢字的二外文獻(xiàn)翻譯任務(wù)。 格式按《華中科技大學(xué)武昌分校本科畢業(yè)設(shè)計(jì) /論文撰寫規(guī)范》的要求撰寫。 3. 外文文獻(xiàn)翻譯 附于開題報(bào)告之后 :第一部分為譯文,第二部分為 外文文獻(xiàn)原文, 譯文與原文均需單獨(dú)編制頁碼(底端居中)并 注明出處。 本附件為封面 ,封面上不得出現(xiàn)頁碼 。 4. 外文文獻(xiàn)翻譯原文由指導(dǎo)教師指定, 同一指導(dǎo)教師指導(dǎo)的學(xué)生不得選用相同的外文原文。 C and the .NET Framework The C programming language was designed for developing programs for Microsoft’s .NET Framework. This chapter will take a brief look at where .NET came from, and its basic architecture. Just to make sure you’re starting on the right foot, let me take this opportunity to remind you of what is hopefully the obvious: C sharp is pronounced see sharp. In the late 1990s, Windows programming using the Microsoft platform had fractured into a number of branches. Most programmers were using Visual Basic (VB), C, or C++. Some C and C++ programmers were using the raw Win32 API, but most were using the Microsoft Foundation Classes (MFC). Others had moved to the Component Object Model (COM). All these technologies had their own problems. The raw Win32 API was not objectoriented, and using it required a lot more work than MFC. MFC was objectoriented, but was inconsistent and getting old. COM, although conceptually simple, was plex in its actual coding, and required lots of ugly, inelegant plumbing. Another shorting of all these programming technologies was that they were aimed primarily at developing code for the desktop rather than the Inter. At the time, programming for the Web was an afterthought and seemed very different from coding for the desktop. What we really needed was a new start— an integrated, objectoriented development framework that would bring consistency and elegance back to programming. To meet this need, Microsoft set out to develop a code execution environment and a code development environment that met these goals. In 2020, Microsoft released the .NET