Web Engineering
Web Engineering (2006)
- ISBN: 9783540735960
- DOI: 10.1007/978-3-540-73597-7
Available from www.springerlink.com
or
Abstract
Rich Internet Applications (RIAs) are reshaping the way in which the Web works. They change not only the appearance of the Web interfaces, but also the behavior of applications, permitting novel operations, like data distribution, partial page computation, and disconnected work. In this paper we try to understand the differences between the behavior of traditional dynamic Web applications and RIAs, considering the WebML modeling language and its actual implementation.
Page 6
Web Engineering
ASP.NET 2.0 Mathias Raacke, Microsoft Deutschland GmbH 6
ASP.NET 2.0 compilation overview
Code Inline in ASP .NET 2.0
System.Web.UI.Page
(logic + layout)
inherits
class in temp.dll
compiled on first
request
Code Behind in ASP .NET 2.0
System.Web.UI.Page.aspx file
(layout)
inheritsautomatically
generates
partial class
generated from
.aspx file
sveral compilation
possibilities:
•In-place compilation,
•full precompilation,
•updateable precompilation
partial class from
code behind file
ASP.NET 2.0 compilation overview
Code Inline in ASP .NET 2.0
System.Web.UI.Page
(logic + layout)
inherits
class in temp.dll
compiled on first
request
Code Behind in ASP .NET 2.0
System.Web.UI.Page.aspx file
(layout)
inheritsautomatically
generates
partial class
generated from
.aspx file
sveral compilation
possibilities:
•In-place compilation,
•full precompilation,
•updateable precompilation
partial class from
code behind file
Page 35
ASP.NET 2.0 Mathias Raacke, Microsoft Deutschland GmbH 35
ASP .NET 2.0 Controls: examples
ASP .NET 2.0 Controls: examples
Sign up today - FREE
Mendeley saves you time finding and organizing research. Learn more
- All your research in one place
- Add and import papers easily
- Access it anywhere, anytime
Start using Mendeley in seconds!
Readership Statistics
9 Readers on Mendeley
by Discipline
11% Psychology
by Academic Status
22% Student (Bachelor)
22% Student (Master)
22% Ph.D. Student
by Country
44% Germany
22% United Kingdom
11% Ireland



