• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            C++ Programmer's Cookbook

            {C++ 基礎(chǔ)} {C++ 高級(jí)} {C#界面,C++核心算法} {設(shè)計(jì)模式} {C#基礎(chǔ)}

            Namespaces/Identifiers

            Namespaces

            You should not call classes with the using keyword. Hence, the code in Listing 1.4.2 results in a compilation error because Console is a class:

            Listing 1.4.2

            // compilation error
            using System.Console;
            

            Because the term Console is one of the classes located in the System namespace, you apply it along with its built-in methods. For example, you can write text to the command prompt by using the WriteLine() method of the Console class, as shown in Listing 1.4.3.

            Listing 1.4.3

            Console.WriteLine("Hello World");

            Even though you cannot directly apply the class names along with the using directive, you can create an alias, as shown in Listing 1.4.4:

            Listing 1.4.4

            using mydotnet = System.Console;

            After that, you have to apply the alias name, mydotnet, in your C# program, as shown in Listing 1.4.5:

            Listing 1.4.5

            mydotnet.WriteLine("Hello C#");

            You can, however, completely omit the namespace declaration (with the using keyword) in a C# program. But, as an alternative, you can refer to the namespace name in the beginning of the relevant line of each statement, as shown in Listing 1.4.6:

            Listing 1.4.6

            System.Console.WriteLine("Welcome to C#");

            A list of .NET namespaces is shown in the following table:

            System.Collections System.IO
            System.Data System.Net
            System.Data.OleDb System.Reflection
            Stsrem.Data.SqlClient System.Runtime.InteropServices
            System.Data.OracleClient System.Runtime.Remoting
            System.Diagnostics System.Security
            System.Drawing System.Threading
            System.Drawing.Drawing2D      System.Web
            System.Drawing.Printing System.Xml
            System.Windows.Forms

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

            ---------------------------------------------------------------------------
            Assembly

            An assembly is a file that is automatically generated by the compiler upon successful compilation of every .NET application. It can be either a Dynamic Link Library or an executable file. It is generated only once for an application and upon each subsequent compilation the assembly gets updated. The entire process will run in the background of your application; there is no need for you to learn deeply about assemblies. However, a basic knowledge about this topic will help you to understand the architecture behind a .NET application.

             

            An Assembly contains Intermediate Language (IL) code, which is similar to Java byte code. In the .NET language, it consists of metadata. Metadata enumerates the features of every "type" inside the assembly or the binary. In addition to metadata, assemblies also have a special file called Manifest. It contains information about the current version of the assembly and other related information.

            In .NET, there are two kinds of assemblies, such as Single file and Multi file. A single file assembly contains all the required information (IL, Metadata, and Manifest) in a single package. The majority of assemblies in .NET are made up of single file assemblies. Multi file assemblies are composed of numerous .NET binaries or modules and are generated for larger applications. One of the assemblies will contain a manifest and others will have IL and Metadata instructions.
            -----------------------------------------------------------------------------------------------------------------------------------------------------

             

            Identifiers

            Identifiers are names given to namespaces, classes, methods, variables, and interfaces. An identifier must be a whole word and start with either a letter or an underscore. It can be any combination of letters, numbers, and underscores. But, it should not start with a number. Prior to .NET, programmers were using Hungarian-notation guidelines for naming identifiers; however, with .NET Microsoft has recommended Pascal and Camel notations for identifiers. They have also suggested using semantics in the identifier name. Another point you should bear in mind is that identifiers should not be the same as a C# keyword as listed in the section "Keywords." For example, the following code is illegal:

            // Error. int cannot be used as a variable name as it a keyword
            int int = 5;
             

            Identifiers in C# are case sensitive. For instance, X is not equal to x. Some programmers use the @ prefix as a first character when declaring identifiers to avoid a clash with a keyword, but it is not a recommended practice. The following names are valid identifiers in C#:

            1. Hello
            2. hello
            3. H_ello
            4. HelloWorld
            5. X
            6. x
            Note: In C#, class names can be different from file names.

            You should name the variables using the standard DataType prefixes. Also, the first letter after the prefix should be capitalized. Table 1.6.1 shows a list of prefixes for the various .NET DataTypes. You will learn more about DataTypes in Part 3 of C#—Learning with the FAQs.

            Table 1.6.1 List of C# Data Types

            Data TypePrefixExample
            ArrayarrarrNumber
            BooleanblnblnSelect
            BytebytbytNumber
            CharchrchrPick
            DateTimedtmdtmPick
            DecimaldecdecPoint
            DoubledbldblData
            IntegerintintVar
            LonglnglngMiles
            ObjectobjobjVar
            ShortshrshrNumber
            SinglesngsngNumber
            StringstrstrAddress

            Interfaces are usually named with an "I" as the first letter. All Windows Forms controls should be named with the special prefixes, as shown in Table 1.6.2. This is to avoid confusion and also to distinguish among other controls in a complex project. As explained above, the first letter after the prefix should be capitalized. Once you master the naming conventions and prefixes, it will be very easy for you to write and debug the code at a later stage.

            Table 1.6.2 List of prefixes for Windows Forms controls

            Control NamePrefixExample
            ButtonbtnbtnSubmit
            TextBoxtxttxtFname
            CheckBoxchkchkHobbies
            RadioButtonradradMale
            ImageimgimgIndia
            LabellbllblCity
            CalendarcalcalDate

            It is beyond the scope of this FAQ to cover the prefixes of all the .NET controls. You will find a detailed list of them in the MSDN Library. (Perform a search using the phrase "naming guidelines")

            posted on 2005-11-18 12:49 夢(mèng)在天涯 閱讀(427) 評(píng)論(0)  編輯 收藏 引用 所屬分類: C#/.NET

            公告

            EMail:itech001#126.com

            導(dǎo)航

            統(tǒng)計(jì)

            • 隨筆 - 461
            • 文章 - 4
            • 評(píng)論 - 746
            • 引用 - 0

            常用鏈接

            隨筆分類

            隨筆檔案

            收藏夾

            Blogs

            c#(csharp)

            C++(cpp)

            Enlish

            Forums(bbs)

            My self

            Often go

            Useful Webs

            Xml/Uml/html

            搜索

            •  

            積分與排名

            • 積分 - 1811117
            • 排名 - 5

            最新評(píng)論

            閱讀排行榜

            久久综合亚洲色一区二区三区| 国产成人精品久久免费动漫 | 18岁日韩内射颜射午夜久久成人| 国产福利电影一区二区三区久久老子无码午夜伦不 | 久久久久18| 99热成人精品免费久久| 国产精品99久久久久久猫咪| 亚洲国产精久久久久久久| 国产精品久久一区二区三区| 久久婷婷综合中文字幕| Xx性欧美肥妇精品久久久久久| 日韩亚洲欧美久久久www综合网| 国产伊人久久| 日本精品一区二区久久久| 色妞色综合久久夜夜| 亚洲va中文字幕无码久久不卡| 久久香蕉国产线看观看精品yw| 99久久精品国产高清一区二区 | 久久久久亚洲av成人网人人软件 | 欧美麻豆久久久久久中文| 女同久久| 青青草原精品99久久精品66| 91精品国产91久久综合| 精品国产热久久久福利| 亚洲精品综合久久| 久久精品国产精品国产精品污 | 日本精品久久久久中文字幕8| 久久青青草原精品国产不卡| 99精品久久久久久久婷婷| AV无码久久久久不卡网站下载| 99久久国产综合精品五月天喷水| 欧美精品一区二区久久| 久久综合国产乱子伦精品免费| 成人国内精品久久久久影院VR| 亚洲国产一成人久久精品 | 94久久国产乱子伦精品免费| 久久99九九国产免费看小说| 久久福利青草精品资源站| 久久久久亚洲av成人网人人软件| 精品免费久久久久国产一区| 伊人久久综合成人网|