Summary
There are 8 articles in this issueArticle:
- Refactor! For ASP. NET Beta Release
- How to solve the Access Denied problem during cross-domain frame access in ASP. NET Ajax 1.0
- The myth and reality of Web 2.0
- Windows Vista developers: Internet Information Services
- Uncover the exception of "sys is undefined" in ASP. NET Ajax
- Store uploaded files in a database or file system in ASP. NET 2.0
- ASP. NET Ajax 1.0 is coming
- Transfer information between the content page and the master page
[1]Refactor! For ASP. NET beta released(Refactor! For ASP. NET Beta Release)
"In this age, if we don't refactor it, we would be embarrassed to say hello to people ". Presumably everyone is very familiar with the concept of refactoring, but in ASP. NET, there seems to be no good tools to help us complete. For example, renaming a class name and extracting a style into a class can only be done manually. Fortunately, with refactor! With the release of for ASP. NET beta, we finally have a tool that seems to be "straightforward.
Refactor! For ASP. Net beta now provides the following refactoring features specifically designed for ASP. NET. Although there are not many, it is enough to persuade us to start using them:
- Add validator
- Extract contentplaceholder
- Extract contentplaceholder (and create master page)
- Extract style (class)
- Extract style (ID)
- Move to code-behind
- Move style attributes to CSS
- Rename Style
- Surround with update panel
[2]How to work around the Access Denied cross-domain frame issue in ASP. NET Ajax 1.0(How to solve the Access Denied problem during cross-domain frame access in ASP. NET Ajax 1.0)
Over the past two years, ASP. NET Ajax 1.0 has finally arrived late. However, the late ASP. NET Ajax 1.0 still cannot be regarded as "perfect. If your asp. net Ajax 1.0 page is located in a frame (both frame and IFRAME are the same), and the frame file and your asp. net Ajax 1.0 page is not in a domain name, then the "Access Denied" problem occurs.
This article is written to solve this problem. Looking at its solution, there is no "unmeasurable" technique. This problem occurs only because developers are not careful ......
In general, I hope ASP. NET Ajax will get better and better ......
[3]Myths and realities of Web 2.0(Myth and reality of Web 2.0)
The term "Web 2.0", which I don't want to mention anymore, has been abused ...... But looking back at the past 2006, if you don't talk about this, I am really sorry for your one-year effort, and I am more sorry for the GDP growth of more than 10% in the motherland ...... Fortunately, saripalli Koti Reddy has summarized some information for us.
This article mainly consists of the following parts:
- History of Web 2.0 (Web 2.0 History)
- Details of webcon conferences (webcon Conference)
- 10 excellent definitions that I 've come into use SS for Web 2.0 (10 wonderful definitions about Web 2.0)
- Keywords from those 10 quotes (keywords in the above 10 Definitions)
- My definition (my definition of Web 2.0)
- Web 2.0 key principles (key principles of Web 2.0)
[4]The Windows Vista developer story: Internet Information Services(Windows Vista developer: Internet Information Services)
Windows Vista developer story is an in-depth article on a Windows Vista feature written by senior Windows Vista developers and technical experts.
This article is about the latest IIS 7, which is divided into the following parts. If you still want to mix on ASP. NET/Windows platforms, you 'd better read these articles to avoid "getting out of the storm of technology"-_-B.
- Uniied platform for Web Services
- Enhanced security and performance through componentization
- Flexible extensibility model for powerful Customization
- Rich troubleshooting tools and diagnostic information
- All new delegated administration
- Improved support for server farms
- Application and health management for Web Services
- Feature Area Overview
- Deprecated and obsolete IIS features
- Inside IIS: An application developer's View
- IIS 7 Architecture
[5]Demystifying "sys is undefined"(Revealing the exception of "sys is undefined" in ASP. NET Ajax)
About the "sys is undefined" in ASP. NET Ajax, what can I do ...... Too many people have encountered the same problem. Too many people have asked me what to do ...... But the specific problem should be analyzed in detail. Who can provide a solution that is "popular with young people, not limited to men and women?
Chris Riccio wrote this article, which summarizes the four most common causes of the problem and provides corresponding solutions:
- The browser cannot load compressed script files.
- Scriptresourcehandler is not configured in Web. config.
- IIS does not use the virtual directory of the web site as the "ApplicationProgram"Run.
- A 404 exception occurred when requesting scriptresource. axd.
[6]Storing uploaded files in a database or in the file system with ASP. NET 2.0(Store uploaded files in a database or file system in ASP. NET 2.0)
How does one store uploaded files in a database or file system in ASP. NET 2.0? I believe that every friend who has studied ASP. NET 2.0 has asked this question. Although it is relatively basic, it will inevitably take a long time.
The author of this article wrote a large article about this issue. Including analysis of advantages and disadvantages of storing files in a database or file system, specific implementation methods, and sample programs. However, my only concern is whether the friends who need to solve the problem quickly have the patience to read this lengthy article ...... However, considering that this article is informative and well-analyzed, I can't help but recommend it ......
[7]MS Ajax 1.0 is here(ASP. NET Ajax 1.0 is coming)
The message published by ASP. NET Ajax 1.0 is no longer a "news. However, the reason why Rick Strahl, the author of this seemingly old topic, is really well-written is that he once again expressed his admiration for this MVP, and he was so frustrated ......)!!
From history to the present, from change to stability, from overall to details, from functions to use ...... I have to admit that reading this article is much better than reading the dry release notes or those who "congratulate" like a cloud. If you are interested in ASP. NET Ajax, there is no reason or excuse to miss this article!
[8]Passing information between content and master pages(Transfer information between the content page and the master page)
Theoretically, content pages and master pages in ASP. NET should be completely irrelevant to each other, or even be completely unaware of each other. However, the world is complex and hard to understand. In actual development, various problems have made us sometimes have to undermine this kind of "Idealized" design.
So what should you do if you have decided to "Destroy", that is, to transfer information between the content page and the master page?
This article introduces the specific implementation methods ............ Please visit the original article ......