Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[3058] Boosting Your .NET Application Performance

Last post 06-15-2008 5:30 PM by kulkarnidattaprasad. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [3058] Boosting Your .NET Application Performance

    This thread is for discussions of Boosting Your .NET Application Performance.

    • Post Points: 35
  • 01-20-2003 2:50 PM In reply to

    • rplaire
    • Not Ranked
    • Joined on 01-20-2003
    • New Member
    • Points 5

    Minimize creation of objects

    A helpful practice I first read about in Advanced Visual Basic 6.0 by the Mandlebrot Set Intl. Ltd. was to store the recordset/dataset/custom collection data in the collection class and make the properties of the contained object point back to a row or item in that set. Saves many, many data operations over time, and thus boosts performance.

    -rory 8)
    • Post Points: 0
  • 02-07-2006 8:53 AM In reply to

    Useful topic

    The topic explained is very useful especially for a .Net beginner. Practically these things counts a lot when working on big application\projects.
    • Post Points: 0
  • 07-03-2006 7:31 AM In reply to

    • msshweta
    • Not Ranked
    • Joined on 04-05-2006
    • India
    • New Member
    • Points 15

    Re: [3058] Boosting Your .NET Application Performance

    Hi

        Of Course it is a very useful topic from the point of view of an interview also. It provides a great help.

    Thanks

    • Post Points: 5
  • 03-01-2007 3:50 AM In reply to

    • mfreidge
    • Not Ranked
    • Joined on 03-01-2007
    • New Member
    • Points 5

    Re: [3058] Boosting Your .NET Application Performance

    Tier and layer do NOT mean the same thing . According to http://codebetter.com/blogs/david.hayden/archive/2005/07/23/129745.aspx

    Tier is more about where the code / processes run (physical location), and Layer is more about how the code is logically grouped. 

    • Post Points: 5
  • 06-08-2007 7:30 AM In reply to

    Re: [3058] Boosting Your .NET Application Performance

    Hi, Its really make sense.

    Thanks,
    Anmol Gupta




    • Post Points: 5
  • 06-15-2008 5:30 PM In reply to

    Re: [3058] Boosting Your .NET Application Performance

    This is one of the BEST article on 3-Tier design.....

    Excellent Efforts....

    Thanks a lot,

    Dattaprasad

    • Post Points: 5
Page 1 of 1 (7 items)