Description
I have been translating Zen of CSS design for the past month. The ASP. Net English Technical Article recommendations and digg.com's programming category weekly hot spots have also been interrupted ...... However, the translation work was finally completed and will be available in February.
To make up for thisArticleI paid off my debt a little bit a month ago. In the future, writing will not be so tight. At least we must ensure the two series are uninterrupted and hope that our friends can continue to support them.
Next, I may write some ASP. NET Ajax stuff ......
[1]Links to ASP. NET Ajax 1.0 resources, and answers to some common questions(Some resources and frequently asked questions about ASP. NET Ajax 1.0)
Scott, if you are using ASP. NET Ajax 1.0 for development, there is no reason to skip this article.
[2]Using the Microsoft Ajax library with PHP(Use Microsoft Ajax library in PHP)
Microsoft Ajax library is the client part of ASP. NET Ajax 1.0. This article describes how to use the client feature of ASP. NET Ajax 1.0 on non-Asp. Net platforms. Although it seems to be a bit of a show, it is still worth watching.
[3]I 've been tagged: five things you might not know about me(Five things you may not know about me)
I have to say that it is still difficult to create personal worship in the technical field. Technical friends like each other. However, Scott's personal charm is still highlighted in such a "bad" environment, with a frame of "show me who you are. This article introduces Scott's five private lives. Of course, it is not that "private". However, considering the Western culture and Scott's important position, it is estimated that this article will inevitably lead to many (ProgramMembers) scream.
Scott claimed that he had received an offer from five Microsoft teams after graduation. His boss gave him a bill-signed basketball and added him to the IIS group ...... I have to lament the impermanence of my life. A small thing has changed so many things (Butterfly Effect )......
[4]Microsoft Ajax library cheat sheets(Quick reference for Microsoft Ajax Library)
"Cheat sheet" refers to something similar to a cheat sheet. It also refers to a fast and compact reference. This is a series of PDF files, each of which has only one, which provides some of the most common functional references in Microsoft Ajax Library (that is, the client part in ASP. NET Ajax.
If you are developing with ASP. NET Ajax, print out the notes and paste them to your computer. It will not only make a good impression on your boss (only if he doesn't mean the paper), but also be very helpful.
[5]Understanding the global. asax File(Understand the global. asax file in ASP. NET)
Do you know what the Global. asax file in ASP. NET is? Do you know what these nine items are? For what purpose? If you don't know, let's take a look at this article. This is the only way to get familiar with ASP. NET.
- Application_init
- Application_start
- Session_start
- Application_beginrequest
- Application_endrequest
- Application_authenticaterequest
- Application_error
- Session_end
- Application_end
If you are not satisfied, you can also take a look at these articles:
- Working with the ASP. NET global. asax File
- ASP. NET application life cycle overview (msdn)
- A detailed view of the global. asax File
[6]Working with themes in ASP. NET 2.0(Use topics in ASP. NET 2.0)
Some people say that themes in ASP. NET 2.0 is purely a weakness. As for whether it is true or not, it is not well evaluated here. After all, it is a new feature in ASP. NET 2.0! Although I have never used it. I am only interested in reading this article.
[7]A few VS 2005 SP1 links and information nuggets(Some information/links related to VS 2005 SP1)
VS 2005 SP1 installation is not smooth sailing, this article introduces some common problems, also from Scott.
[8]How to capture web events in log4net(How to Use log4net to record events in ASP. NET)
For more information, see.
[9]Multithreading in ASP. NET(Multithreading in ASP. NET)
Multithreading in ASP. NET should be regarded as some advanced use, but this article is quite basic and suitable for beginners.
[10]The updatepanel opened: what happens behind the scenes?(Detailed processing process of updatepanel)
This is an in-depth ASP. NET Ajax article, which analyzes the cooperation process between updatepanel and pagerequestmanager on the client. For more information, we strongly recommend that you!
[11]Building a gzip JavaScript resource compression module for ASP. NET(Compile the gzip compression module for JavaScript resources in ASP. NET)
Rick Strahl is one of my favorite MVPs and is impeccable in both technical and personal charm. Although the content introduced in this article is not difficult, it is enough to show Rick Strahl's skill.
[12]Programmatically listing, getting and setting application pools(List and modify the application pool programmatically)
This article is undoubtedly a strong embodiment of Rick Strahl's creativity. You can understand the specific method, but think of this method ............
[13]Securing Non-ASP.NET files using ASP. NET 2.0(Protect non-ASP. NET page files in ASP. NET 2.0)
The name is well written. In fact, in the Web construction with Chinese characteristics, this function is called "anti-Leech "...... The implementation method is not difficult, for your reference.