Theory Questions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phundal
    New Member
    • Jan 2007
    • 15

    Theory Questions

    plz help me if any one know the answer its urgent
  • phundal
    New Member
    • Jan 2007
    • 15

    #2
    what do we mean by native code?

    hi anyone know its answer plz do reply

    Comment

    • kenobewan
      Recognized Expert Specialist
      • Dec 2006
      • 4871

      #3
      For an answer I suggest checking out the first three posts. HTH.

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        The Global Assembly Cache is used to share assemblies throughout applications on a web server.

        Comment

        • radcaesar
          Recognized Expert Contributor
          • Sep 2006
          • 759

          #5
          If u want ur assembly to be used outside your application i.e. by another application @ that time it has to be install into GAC.

          Comment

          • chinu
            New Member
            • Jun 2007
            • 36

            #6
            Originally posted by radcaesar
            If u want ur assembly to be used outside your application i.e. by another application @ that time it has to be install into GAC.
            GAC means Global Assembly Cache.
            With the help og GAC, versioning (Dll hell) problem was solved in .NET.
            If u have an assembly A.dll and if u want application other than u r application to use it, then either u can make two copies of the dll and put it in there corresponding bin folder or u can put it in the GAC if u r sure that another version may come for the dll and applications may use different version of the same dll. U can register any dll to a GAC using gacutil. A strong name will be attached to the assembly if u r registering into GAC. u can make the strong name using "sn" utility. Hope u got a small idea....

            Comment

            • phundal
              New Member
              • Jan 2007
              • 15

              #7
              thanku sir for giving such a brief an yet explaining answer for GAC
              thanku very much

              Comment

              • phundal
                New Member
                • Jan 2007
                • 15

                #8
                What is concept of Boxing an unboxing in .net

                hi frnds i am new to asp.net plz anybody answer my question

                Comment

                • phundal
                  New Member
                  • Jan 2007
                  • 15

                  #9
                  What is Delay signing in .NET

                  hi frnds do reply my answer an i am new to .NET

                  Comment

                  • dip_developer
                    Recognized Expert Contributor
                    • Aug 2006
                    • 648

                    #10
                    Originally posted by phundal
                    hi frnds i am new to asp.net plz anybody answer my question
                    C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the value type is known as unboxing.

                    Look at this........... ....

                    Comment

                    • dip_developer
                      Recognized Expert Contributor
                      • Aug 2006
                      • 648

                      #11
                      Originally posted by phundal
                      hi frnds do reply my answer an i am new to .NET
                      plenty of resource in net....here is a good one

                      In this article we will elaborate the terminology Delay Signing as well as what it means. How it works and the approach to achieve it.

                      Comment

                      • altafhussain
                        New Member
                        • Jun 2007
                        • 4

                        #12
                        Originally posted by phundal
                        hi frnds do reply my answer an i am new to .NET
                        Please check this link
                        http://msdn2.microsoft .com/en-us/library/t07a3dye(VS.80) .aspx

                        Comment

                        • phundal
                          New Member
                          • Jan 2007
                          • 15

                          #13
                          what are assembly's and what are DLL an how are they related to each other

                          i am new to .net plz help me an explain me in simple words that what are assemblies?

                          Comment

                          • radcaesar
                            Recognized Expert Contributor
                            • Sep 2006
                            • 759

                            #14
                            Assembly is the work used in .NET world to specify components.

                            refer it as dlls if its developed using some unmanaged codes. c,c++ etc.

                            It also refered as COM if it was developed using the COM architecture (Defined by MS) Using VB 6.0.

                            :)

                            Originally posted by phundal
                            i am new to .net plz help me an explain me in simple words that what are assemblies?

                            Comment

                            • phundal
                              New Member
                              • Jan 2007
                              • 15

                              #15
                              Gac

                              how to add an remove an assembly from GAC?PLZZZZZ REPLY SOON

                              Comment

                              Working...