We gratefully acknowledge support from the Simons Foundation,
member institutions
, and all contributors.
[Submitted on 15 Feb 2012 (
v1
), last revised 5 Nov 2012 (this version, v3)]
Title:
Scalability of Data Binding in ASP.NET Web Applications
View a PDF of the paper titled Scalability of Data Binding in ASP.NET Web Applications, by Toni Stojanovski and 2 other authors
View PDF
Abstract:
this http URL
web applications typically employ server controls to provide dynamic web pages, and data-bound server controls to display and maintain database data. Most developers use default properties of
this http URL
server controls when developing web applications, which allows for rapid development of workable applications. However, creating a high-performance, multi-user, and scalable web application requires enhancement of server controls using custom-made code. In this empirical study we evaluate the impact of various technical approaches for paging and sorting functionality in data-driven
this http URL
web applications: automatic data paging and sorting in web server controls on web server; paging and sorting on database server; indexed and non-indexed database columns; clustered vs. non-clustered indices. We observed significant performance improvements when custom paging based on SQL stored procedure and clustered index is used.
Submission history
From: Toni Stojanovski [
view email
]
[v1]
Wed, 15 Feb 2012 10:08:20 UTC (752 KB)
Fri, 26 Oct 2012 22:50:03 UTC (1 KB)
(withdrawn)
Mon, 5 Nov 2012 11:21:11 UTC (473 KB)
View a PDF of the paper titled Scalability of Data Binding in ASP.NET Web Applications, by Toni Stojanovski and 2 other authors
View PDF
Other Formats
Current browse context:
cs.DB
recent
|
2012-02
Change to browse by:
cs.SE
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community?
Learn more about arXivLabs
.