Summary
A total of 9 articlesArticle:
- Powerful and free ASP. NET refactoring Tool
- Use ASP. NET asynchronous programming model to create scalable applicationsProgram
- Tips and tricks for updatepanel
- Are capabilities and passions the same?
- Silverlight ASP. NET control: asynchronous file upload
- Tutorial: Run ASP. NET Applications in Community Server
- Manage viewstate using ASP. NET 2.0 provider Architecture
- Javascript knowledge for ASP. NET developers
- . Net humor
[1]Powerful/free download: refactor! For ASP. NET 2.2(Powerful and free ASP. NET refactoring tool)
The creativity of developers is absolutely infinite, and refactoring is so important in the current software development process, this powerful and free ASP. net refactoring tool will certainly give your asp. NET development brings a lot of help. Take a look at some cool pictures:
Use updatepanel to enclose the selected content:
MoveCodeFile:
Extract style information to CSS class:
[2]Scalable apps with asynchronous programming in ASP. NET(Use ASP. NET asynchronous programming model to create scalable applications)
This is an article on msdn magazine by Jeff prosise, a famous author. This article first introduces the built-in asynchronous page model introduced in ASP. NET 2.0. Through this model, the program can save a lot of blocked threads during runtime:
Later, the authors introduced asynchronous HTTP handler and asynchronous HTTP module, which are also very useful in ASP. NET, but little known. The article is not very in-depth, but it is enough to let friends know.
[3]Updatepanel tips and tricks(Updatepanel tips and tricks)
This is also an msdn magazine article, also from Jeff prosise. However, when talking about updatepanel, this article is not so in-depth. However, the technology is intended to improve productivity, rather than to spend time "researching" without any doubt. After learning about the content, it is enough in general development scenarios.
- Update highlighting
- Canceling updatepanel updates
- Multiple updatepanels
- Updates without updatepanels
- Web service! = Soap and XML
[4]Skills versus passion, are they the same?(Are capabilities and passions the same ?)
Sorry to say it in advance. This is an article about "run the question" and has nothing to do with ASP. NET.
This article focuses on the problem of "it doesn't matter how to write code if you finish the task and implement the function" during the development process. "Black Cat, white cat, catch a mouse is a good cat", said well, but sometimes should you pay attention to it?
This code:
Try
{
Myvalue = convert. tostring (context. session ["Objectid"]);
}
Catch
{
Myvalue ="0";
}
And this section:
If(! String. isnullorempty (context. session ["Objectid"]. Tostring ()))
_ Success =Int. Tryparse (context. session ["Objectid"]. Tostring (),OutMyvalue );
Else
Myvalue = 0;
There are many differences ......
[5]Silverlight ASP. NET control: asyncfileupload(Silverlight ASP. NET control: asynchronous file upload)
Silverlight is in full swing. Although the future is unknown (dflying's personal thoughts should not scold me), there are still a large number of supporters. The author developed an ASP. NET asynchronous file upload Control Using Silverlight, which seems to be quite good. However, a similar implementation has already been implemented in flash, and it is still not necessary to install plug-ins in the browser.
I personally think that the promotion value of this asynchronous file upload control is far better than the value of its use-with this control, it must be noted that "flash can do it, and we have no problem with Silverlight ". You can judge it by yourself, but if you need to develop related controls, you can refer to it. This article also describes how to construct a reusable Silverlight ASP. NET user control.
[6]Tutorial: running ASP. NET Applications under Community Server(Tutorial: Run ASP. NET Applications in Community Server)
The Community Server is powerful, but something powerful cannot satisfy all the needs of everyone. One of the most common requirements is how to integrate the Community Server with existing ASP. NET applications.
This article briefly introduces this integration method, which is of great reference value. Friends in need must not be missed!
[7]Manage viewstate using ASP. NET 2.0 provider Architecture(Use the ASP. NET 2.0 provider architecture to manage viewstate)
The content on the codeproject website can always bring us a lot of help. This article introduces how to use ASP. NET 2.0 provider architecture management viewstate method, where you can see ASP. NET 2.0 provides excellent scalability, and this scalability makes it very convenient for us to customize applications.
For the provider architecture of ASP. NET 2.0, you can also read this article "Introduction to the provider model".
[8]What ASP. NET developers shoshould know about Javascript(What JavaScript knowledge should ASP. NET developers know)
Although ASP. NET was designed to prevent developers from taking care of anything on any client, JavaScript becomes more and more important as Ajax becomes increasingly popular ...... This article is specially designed for ASP. NET developers who do not know much about JavaScript. A large amount of sample code is provided, which is very simple and useful.
Whether you want to use Ajax (and the Javascript behind it), you should read this article as an ASP. NET developer. Highly recommended!
[9]. Net humor(. NET humor)
It is also an irrelevant "run Question" article, but it is very interesting. The editing of theserverside. Net has produced a list of interesting. Net humorous articles. If you are interested, please take a look:
- Top 10 things to be thankful for in. Net
- Web services are taking over the world
- the joys of test driven development
- tragedy on the information superhighway
- SOA-the only tool you'll ever need
- unraveling the mystery of the CTPs
- high anxiety
- the unusual suspects-reformed
- You Might Be A. Net geek if...
- Top 10 names not chosen for Windows Vista
- msdn subscripricing-decisions, decisions
- BizTalk Server 2006 blasts off... sorta