Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?

Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?

Scheduled Pinned Locked Moved ASP.NET
databasecomhelpquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Piyush Vardhan Singh
    wrote on last edited by
    #1

    Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..

    Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

    M N C 3 Replies Last reply
    0
    • P Piyush Vardhan Singh

      Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..

      Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      Piyush Vardhan Singh wrote:

      Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?

      Enterprise Libarary is a collection of Wrapper around the usual .Net classes. This allows you to do by writting less piece of code, as many of the core/basic functionalities are handled by EL itself.

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      P N 2 Replies Last reply
      0
      • M Manas Bhardwaj

        Piyush Vardhan Singh wrote:

        Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?

        Enterprise Libarary is a collection of Wrapper around the usual .Net classes. This allows you to do by writting less piece of code, as many of the core/basic functionalities are handled by EL itself.

        Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        P Offline
        P Offline
        Piyush Vardhan Singh
        wrote on last edited by
        #3

        if we are useing EnterpriseLibrary(data base) and not properly close all the object then it create possibility of mummery likes Problem. or effect on the website process and speed.

        Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

        N 1 Reply Last reply
        0
        • P Piyush Vardhan Singh

          Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..

          Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          "The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges." http://www.codeplex.com/entlib[^] As it says, EntLib provides a package of code that covers common scenarios, like exception handling, logging, data access, etc. so you don't have to write it.


          only two letters away from being an asset

          1 Reply Last reply
          0
          • M Manas Bhardwaj

            Piyush Vardhan Singh wrote:

            Whats the benefit of the Microsoft.Practices.EnterpriseLibrary?

            Enterprise Libarary is a collection of Wrapper around the usual .Net classes. This allows you to do by writting less piece of code, as many of the core/basic functionalities are handled by EL itself.

            Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

            N Offline
            N Offline
            Not Active
            wrote on last edited by
            #5

            Manas Bhardwaj wrote:

            Wrapper around the usual .Net classes.

            It is far from a "wrapper" around .NET classes


            only two letters away from being an asset

            1 Reply Last reply
            0
            • P Piyush Vardhan Singh

              if we are useing EnterpriseLibrary(data base) and not properly close all the object then it create possibility of mummery likes Problem. or effect on the website process and speed.

              Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

              N Offline
              N Offline
              Not Active
              wrote on last edited by
              #6

              Piyush Vardhan Singh wrote:

              not properly close all the object

              Have you experienced this? If you look through the source you can see heavy usage of using statements and implementation of the disposable pattern. If you are experiencing problems with open connections or objects not being disposed it is more likely to be caused by your code than the Enterprise Library.


              only two letters away from being an asset

              1 Reply Last reply
              0
              • P Piyush Vardhan Singh

                Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? and whats the demerits of these DLL's is this secure more than simple database connectivity Please help me Thanks..

                Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #7

                It means when your project doesn't work, you can blame Microsoft's practices, not your own

                Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups