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. Multiple dll's Refrencing Asp.net Website

Multiple dll's Refrencing Asp.net Website

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netperformancecode-review
4 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.
  • V Offline
    V Offline
    vishnukamath
    wrote on last edited by
    #1

    Hi Our Website has refrenced multiple dll's .Is there any chance to decrease performance of websites with multiple dll's refrencing. i need to improve performance of WebSite.Please suggest me better way. Regards, Vishnu.

    P L J 3 Replies Last reply
    0
    • V vishnukamath

      Hi Our Website has refrenced multiple dll's .Is there any chance to decrease performance of websites with multiple dll's refrencing. i need to improve performance of WebSite.Please suggest me better way. Regards, Vishnu.

      P Offline
      P Offline
      Pandya Anil
      wrote on last edited by
      #2

      Are these ddls are .Net ddls or com components ? if they are managed code (.Net ddls), it will not make less effect to performance, but if they are unmangaed code, it will affect the performance.

      Click "Accept Answer" button! if solves your problem... Regards, Anil Complex problems often have simple solutions.. think quitely to find them...

      1 Reply Last reply
      0
      • V vishnukamath

        Hi Our Website has refrenced multiple dll's .Is there any chance to decrease performance of websites with multiple dll's refrencing. i need to improve performance of WebSite.Please suggest me better way. Regards, Vishnu.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        The use of DLLs is rarely something that you have much choice about and is less likely to affect performance than other things such as the format of your web pages, speed of your database, efficiency of your code etc. I don't know of any tools that you could use to check this but Google is always a good starting point.

        Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

        1 Reply Last reply
        0
        • V vishnukamath

          Hi Our Website has refrenced multiple dll's .Is there any chance to decrease performance of websites with multiple dll's refrencing. i need to improve performance of WebSite.Please suggest me better way. Regards, Vishnu.

          J Offline
          J Offline
          jkirkerx
          wrote on last edited by
          #4

          Well unless you can write your own dll, you don't have much choice. What's inside the DLL is up to the author, and I've seen some really bad DLL code posted on other forums. I've also been the victim of really bad DLL code, so I write my own now. The most common error are memory leaks, because they forget to destroy objects. The 2nd most common is the lack of understanding the page life cycle, so they create object in page load, and not page init. Best bet is get ahold of the source, and take a peek.

          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