Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6589985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:14:38+00:00 2026-05-25T17:14:38+00:00

I need to create an ASP.Net application that deals with large amount of data,

  • 0

I need to create an ASP.Net application that deals with large amount of data, and performance is really important.

  • Is it a good idea to use ASP.Net controls such as GridView, RepeatControl, SQLDataSource, etc? Are these elements designed to perform well, or am I gonna lose performance to use pre-made and easy-to-use elements?

  • Which one is the proper way to deal with data? Creating a business layer and use business objects to populate form? or use the DataTable and DataSets directly?

  • Please give me some tips that is going to help with performance?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T17:14:38+00:00Added an answer on May 25, 2026 at 5:14 pm

    The biggest single piece of advice I would give is to first build your application using good programming practices, and then use a profiler to see what is taking the most time in your application. If you start out trying to make everything go as fast as possible you will waste all your time on things that don’t really matter. On the other hand, if you start out making your code maintainable and following SOLID principles, you will find that it is easy to make drastic improvements by changing just a few pieces of code.

    It is also important for you to define just what your targets are in terms of performance. At what point does a page load “fast enough?” Strive to make your performance targets, but don’t go overboard in trying to shave 10 more milliseconds off an operation that users will only do once per month.

    That said, you will find that the biggest time wasters are:

    1. Round-trips between you and the user.
    2. Sending large amounts of data between you and the user.
    3. Round-trips between you and the database.
    4. Retrieving large amounts of data from the database.

    Here are a few general tips to optimize the items listed above:

    1. Use MVC. It’ll make it much easier to pass a minimum amount of data back and forth between the browser and the server.
    2. Use unobtrusive javascript techniques so you don’t have to waste bytes on every single page with repetitive scripts. Put your javascript into a static .js file that can be minimized and cached.
    3. Use a CSS file to style your page. Set it up to be minimized and cached as well.
    4. For icons, use a utility like jquery-ui so that there is only a single image file to download.
    5. Set up your server to use proper caching and gzip techniques.
    6. Use an architecture that makes it easy for you to cache data that is required often.
    7. Be wise in how you access data. Try to load everything you’ll need for a given request in as few round-trips as possible, and avoid loading data from the database that you won’t need.
    8. I essentially agree with everything fdfrye has listed in his answer.

    One last minor thing to consider is that the next version of Entity Framework will automatically cache compiled queries, which will make most queries significantly faster without any extra work on your part.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to create an ASP.NET 2.0+ web application that allows the user to
From within my web application (ASP.NET/C#) I would need to create a button that,
I need to create a web application using ASP.NET MVC, jQuery and web standards
I am using FckEditor in Create.aspx page in asp.net mvc application. Since I need
I need to create an ASP.NET application to access a URL, when this application
We have an asp.net application on an iis 7. we need to create an
I'm ASP.NET programmer with no WinForms knowledge. I need to create a service that
I work on a fairly large ASP .NET Web Forms application that is currently
I am creating an ASP.NET application that allows users to edit and insert data
I'm an ASP.NET developer that has never done Winforms/WPF, but I need to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.