tpblog

asp.net的外文教程7

Other file extensions associated with different versions of ASP.NET include:
Extension     Introduced in version     Description
asax     1.0     This is global application file.You can use this file to define global variable(Variable that can be accessed from any Web page in the Web application.) It is mostly used to define the overall application event related to application & session object.Global.asax, used for application-level logic [17]
ascx     1.0     User Control, used for User Control files logic [18]
ashx     1.0     custom HTTP handlers Do not have a user interface.
asmx     1.0     Web service pages. From version 2.0 a Code behind page of an asmx file is placed into the app_code folder.
aspx     1.0     An ASP.NET Web Forms page that can contain Web controls and presentation and business logic. http://msdn.microsoft.com/en-us/library/2wawkw1c.aspx
axd     1.0     when enabled in web.config requesting trace.axd outputs application-level tracing. Also used for the special webresource.axd handler which allows control/component developers to package a component/control complete with images, script, css etc. for deployment in one file (an 'assembly')
browser     2.0     browser capabilities files stored in XML format; introduced in version 2.0. ASP.NET 2 includes many of these by default, to support common Web browsers. These specify which browsers have which abilities, so that ASP.NET 2 can automatically customize and optimize its output accordingly. Special .browser files are available for free download to handle, for instance, the W3C Validator, so that it properly shows standards-compliant pages as being standards-compliant. Replaces the harder-to-use BrowserCaps section that was in machine.config and could be overridden in web.config in ASP.NET 1.x.

When viewing a table, eyes dart naturally speak but quickly come to rest on a spot in the paint that makes you focus and think. That is, if it is a good painting created by an artist who has a viable technique and understanding of the area of ​​interest. Some artists refer to this as the focal point. It is the starting point for the viewer of

.     
skin     2.0     theme skin files.
svc     3.0     Windows Communication Foundation service file
vbhtml     4.1     Views (mixed VB and HTML using Razor syntax)
[edit] Directory structure

In general, the ASP.NET directory structure can be determined by the developer's preferences. Apart from a few reserved directory names, the site can span any number of directories. The structure is typically reflected directly in the URLs. Although ASP.NET provides means for intercepting the request at any point during , the developer is not forced to funnel requests through a central application or front controller.
       
The special directory names (from ASP.NET 2.0 on) are:[19]

App_Code
    This is the "raw code" directory. The ASP.NET server automatically compiles files (and subdirectories) in this folder into an assembly which is accessible in the code of every page of the site. App_Code will typically be used for data access abstraction code, model code and business code. Also any site-specific http handlers and modules and Web service implementation go in this directory. As an alternative to using App_Code the developer may opt to provide a separate assembly with precompiled code.
     

The ASPX and other resource files are placed in a virtual host on an Internet Information Services server (or other compatible ASP.NET servers; see Other implementations, below). The first time a client requests a page, the .NET Framework parses and compiles the file(s) into a .NET assembly and sends the response; subsequent requests are served from the DLL files. By default ASP.NET will compile the entire site in batches of 1000 files upon first request. If the compilation delay is causing problems, the batch size or the compilation strategy may be tweaked.
    
ASP.NET encourages the programmer to develop applications using an event-driven GUI model, rather than in conventional Web-scripting environments like ASP and PHP. The framework combines existing technologies such as JavaScript with internal components like "ViewState" to bring persistent (inter-request) state to the inherently stateless Web environment.

Other differences compared to ASP classic are:
     

2, Custom Portrait for your family, friend and pet!

1, On Valentine’s Day, what gift could let me remain fresh in his/her heart forever?

2, On her birthday, what way could I express her unique place she occupies in my heart?

3, On parents’ birthdays, how could I record the happy memories of those youthful days for them forever?

4, Purchase high quality

,      
    * Versions of ASP.NET prior to 2.0 were criticized for their lack of standards compliance. The generated HTML and JavaScript sent to the client browser would not always validate against W3C/ECMA standards. In addition, the framework's browser detection feature sometimes incorrectly identified Web browsers other than Microsoft's own Internet Explorer as "downlevel" and returned HTML/JavaScript to these clients with some of the features removed, or sometimes crippled or broken. In version 2.0 however, all controls generate valid HTML 4.0, XHTML 1.0 (the default) or XHTML 1.1 output, depending on the site configuration. Detection of standards-compliant Web browsers is more robust and support for Cascading Style Sheets is more extensive.
    
More than likely, it is probably what inspired the title of the painting. Whether you're a new artist, or an experienced artist, you should spend enough time planning this small area in your painting. I say small, because it should rarely be more than a fraction of the overall work (some say any more than the sixteenth), but it should be the most intriguing part. Imagine this, you want to paint a landscape scene where the light is filtered through the trees to create a patch Sun dappled in a small clearing of grass. Compensation is close to a small stream from which a young fawn drinks.

PHP is a general-purpose server-side scripting language originally designed for Web development to produce dynamic Web pages. It is one of the first developed server-side scripting languages to be embedded into an HTML source document, rather than calling an external file to process data. Ultimately, the code is interpreted by a Web server with a PHP processor module which generates .
The mother of the fawn is out on the side, but close. She looks very much in the direction of your audience guess with a look of anticipation, as if sensing danger. As an artist, you see the anticipation of the expression of the deer in the eye of your mind, and you imagine the emotion of the viewer, hoping they will be concerned that the deer may be taken for a hunter. Can it be?
 It also has evolved to include a command-line interface capability and can be used in standalone graphical applications.[2] PHP can be deployed on most Web servers and also as a standalone shell on almost every operating system and platform free of charge.[3] A competitor to Microsoft's Active Server Pages (ASP) server-side script engine[4] and similar languages, PHP is installed on more than 20 million Web sites and 1 million Web servers.

posted on 2012-04-02 14:33 tpblog 阅读(143) 评论(0)  编辑  收藏

导航

<2012年4月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

统计

常用链接

留言簿(1)

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜