Page 4 - CSharp/C#
P. 4

Creating an anonymous type                                                                        45

            Anonymous vs dynamic                                                                              45

            Generic methods with anonymous types                                                              46

            Instantiating generic types with anonymous types                                                  46

            Anonymous type equality                                                                           46

            Implicitly typed arrays                                                                           47

        Chapter 10: Arrays                                                                                   48

          Syntax                                                                                              48

          Remarks                                                                                             48

          Examples                                                                                            48

            Array covariance                                                                                  49

            Getting and setting array values                                                                  49

            Declaring an array                                                                                49

            Iterate over an array                                                                             50

            Multi-dimensional arrays                                                                          51

            Jagged arrays                                                                                     51
            Checking if one array contains another array                                                      52

            Initializing an array filled with a repeated non-default value                                    53

            Copying arrays                                                                                    54

            Creating an array of sequential numbers                                                           54

          Usage:                                                                                              55

            Comparing arrays for equality                                                                     55

            Arrays as IEnumerable<> instances                                                                 55

        Chapter 11: ASP.NET Identity                                                                         57

          Introduction                                                                                        57

          Examples                                                                                            57

            How to implement password reset token in asp.net identity using user manager.                     57

        Chapter 12: AssemblyInfo.cs Examples                                                                 61

          Remarks                                                                                             61

          Examples                                                                                            61

            [AssemblyTitle]                                                                                   61

            [AssemblyProduct]                                                                                 61
   1   2   3   4   5   6   7   8   9