




 Home

 Company

 Technologies

 Services

 Portfolio

 Process

 Data Warehousing

 Contact Us





|

HOME
>> TECHNOLOGY >>ASP.NET

| Improved Performance
and Scalability: |
|
|
ASP.NET lets you use serve more users
with the same hardware.
|
|
-
Compiled execution:
ASP.NET is much faster than classic ASP, while
preserving the "just hit save" update model of ASP.
However, no explicit compile step is required! ASP.NET
will automatically detect any changes, dynamically
compile the files if needed, and store the compiled
results to reuse for subsequent requests. Dynamic
compilation ensures that your application is always
up to date, and compiled execution makes it fast.
Most applications migrated from classic ASP see a
3x to 5x increase in pages served.
-
Rich output caching:
ASP.NET output caching can dramatically improve the
performance and scalability of your application. When
output caching is enabled on a page, ASP.NET executes
the page just once, and saves the result in memory
in addition to sending it to the user. When another
user requests the same page, ASP.NET serves the cached
result from memory without re-executing the page.
Output caching is configurable, and can be used to
cache individual regions or an entire page. Output
caching can dramatically improve the performance of
data-driven pages by eliminating the need to query
the database on every request.
|
|
« BACK |
NEXT » |
| Need more answers; Search Google |
|
|
|
|
|