1.1 pointsASP. NETSeries
After nearly two years of development, I think that I am still a person who knows what to do. I keep learning every day, constantly turning around in the garden, and asking high people for advice. Recently, I was suddenly confused. Looking back over the past two years, I have learned a lot, but they are all east and west. They are not systematic, and finally everything is half-hanging.
Knowledge is the ocean, blindly pursuing the beauty of the sea is not good, accidentally drowned in this boundless sea, so first you should learn to swim.
I decided to learn something systematically. Open the pile of Electronic non-electronic books in the House (I really understand the sentence "a huge copy of the article in the world, you can see that you will not copy it "), I selected two articles (Design and Implementation of the application framework --. NET platform and ASP. NET server controls and component development, I think these two books are good). Based on this, I am going to learn the technical points mentioned here one by one, the two books are used as two series to record their learning processes.
Originally, this series is called ASP. NET server controls and components, but after writing a few basic concepts, I suddenly think these concepts are in ASP. NET and the entire. net Framework, controls and components are only ASP. NET, maybe I will learn Xml, Web Service, and other things later. Who knows? It depends on whether I have the patience.
Basic Concepts
1.1 Basic concepts of ASP. NET-HTTP runtime and page execution model
1.1 learning basic concepts of ASP. NET -- HttpModule
1.1 learning basic concepts of ASP. NET -- HttpHandler
1.1 learning basic concepts of ASP. NET-Delegation
1.1 learning basic concepts of ASP. NET-Events
Example
1.1 learning ASP. NET example -- HttpModule example