clipped from weblogs.asp.net In most web frameworks (ASP, PHP, JSP, ASP.NET WebForms, etc), incoming URLs typically map to template files stored on disk. For example, a "/Products.aspx" or "/Products.php" URL typically has an underlying Products.aspx or Products.php template file on disk that handles processing it. When a http request for a web application comes into the web server, the web framework runs code specified by the template file on disk, and this code then owns handling the processing of the request. Often this code uses the HTML markup within the Products.aspx or Products.php file to help with generating the response sent back to the client. |
This blog is a knowledge base...where I clip cool tricks and urls
MVC in ASP.NET
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2007
(68)
-
▼
November
(18)
- diving into LINQ
- clean CSS separation
- MVC in ASP.NET part 2
- MVC in ASP.NET
- Avoid Loops in Excel
- LINQ need primary key
- convert with generics
- BBuilder - Open source batch builder
- GridView DataBind LINQ to ASP.NET controls
- ASP.NET MVC
- Tuning Performance - LINQ to SQL
- LINQ Overview
- Local database sdf in VS2008
- Introduction to LINQ
- WPF. Draggable objects and simple shape connectors.
- Json.net
- linq book
- Open Source Batch Editor
-
▼
November
(18)
No comments:
Post a Comment