Recommended in this week's ASP. NET technical article [04/15-04/21]

Source: Internet
Author: User

 

Summary

A total of 9 articlesArticle:

    1. Process data in ASP. NET 2.0
    2. Updatecontrols 1.1: fix the defect and the new control updateaction
    3. Use localized resources in Enterprise Library 3 Validation
    4. Comparison of rich client platforms
    5. Dotnetnuke 4.5 glance
    6. Some simple ASP. NET 2.0 skills that you may know or do not know
    7. Sequenceviz 0.3: namespace and pie chart
    8. Publish Community Server 2007
    9. Beyond HTML: rich Internet applicationsProgram

[1]Working with data in ASP. NET 2.0(Process data in ASP. NET 2.0)

He suddenly found that Scott was very good at "summary". Many of his blog articles summarize others' articles, and outline them to give an index. However, such an index is also very useful. It not only spreads knowledge, but also silently reflects a feeling of "high above", so that others can "look at themselves ". Think about ChineseCommunityThere are also many similar articles, but are they good at "summary?

Speaking of this nonsense, as its name implies, this article "summarizes" a large number of articles on data processing in ASP. NET 2.0. Among them, we strongly recommended Scott Mitchell's series of articles (it seems that the same name is good, and I will "Take care" of the articles during the recommendation. It is better to change my name to Scott Chen ......), There is also subsonic 2.0, a more interesting Dal generation tool (it has never been used, and I don't know what it is, so I will try it later ). Scott also mentioned nhib.pdf, which is quite surprising. As to why it is "quite unexpected", let's look at it ......

[2]Updatecontrols 1.1: bug fixes and updateaction(Updatecontrols 1.1: fix the defect and the new control updateaction)

Updatecontrols is ASP. net Ajax architect Nikhil Kothari's gadgets made in his spare time (also known as "using C # To write JavaScript" script #), all the controls contained in it can work with ASP.. Net Ajax updatepanel provides a unique function.

The newly added updateaction control can set updatepanel's updated behavior on the server side when updatepanel performs asynchronous updates, for example, display a piece of information, set the input focus, and scroll the page to the updatepanel location. Take a look at this sectionCodeRight:

 
Private VoidDropdownlist1_selectedindexchanged (ObjectSender, eventargs e ){
If(Dropdownlist1.selectedindex = 2 ){
 
Updateaction. showmessage ("You selected the magic item");
 
Updateaction. setfocus (somecontrol );
 
Updateaction. scrollto (somecontrol, scroloffset. Bottom );
 
}
 
}

 

[3]Using localized resources with Enterprise Library 3 Validation(Use localization resources in Enterprise Library 3 validation)

This article by Brian mains introduces some new features of Enterprise Library 3, especially the method for using localized resources in Enterprise Library 3 validation. The article is easy to understand and rich in content, and provides a lot of sample code. If you have such requirements, do not miss it.

 

[4]Rich Media Platform comparison(Comparison of rich client platforms)

Silverlight (development code WPF/E) is newly released. Naturally, some people compare it with existing products (. NET and Flash/flex. Let's just say nothing. Look at this picture. It may be unfair, ...... Reference:

 

[5]Taking a look at dotnetnuke 4.5(Dotnetnuke 4.5 glance)

The popular dotnetnuke recently released version 4.5. This article selects some interesting features to share with you. Let's take a look at the two images. They seem to have very good functions!

 

[6]Simple ASP. NET 2.0 tips and tricks that you may (or may not) have heard about(Some simple ASP. NET 2.0 skills that you may already know or do not know)

It is really some very interesting ASP. NET 2.0 skills. Although it is difficult to get to the ground, every skill is just one or two lines of code. However, if it is used properly, it will help us a lot in development. Including:

    1. Maintain the position of the scrollbar on postbacks
    2. Set the default focus to a control when the page loads
    3. Set the default button that is triggered when the user hits the Enter key
    4. Locate nested controls easily
    5. Stronugly-Typed Access to cross-page PostBack controls
    6. Stronugly-Typed Access to master pages controls
    7. Validation groups
    8. Finding control/variable names while Typing Code

 

[7]Sequenceviz 0.3: namespaces and pie chart(Sequenceviz 0.3: namespace and pie chart)

Sequenceviz 0.3 is an interesting little tool that helps us analyze program processes. In the latest version 0.3, you can analyze the size of each namespace in the dataset and the size of each class in the namespace, and then display it as a pie chart. Below is the namespace pie chart of log4net:

 

[8]Community Server 2007 released!(Released in Community Server 2007)

Forgive me for being simple. Community Server's soft and beautiful interface is very attractive to me-although there are a lot of online criticism on its design and performance. In the latest 2007 version, the interface seems to be getting more and more cool ......

 

[9]Beyond HTML: rich Internet applications(Beyond HTML: rich Internet applications)

Taking advantage of the name of WPF/e, Rick Strahl analyzed the industry trend ...... Daniel seems to have a special liking for WPF/e, but is not so optimistic about flash (because it is an MVP ??). In any case, this article is justified. The comments below are also very polite and case-based. If Daniel publishes such controversial articles to the Chinese community, I'm afraid the whole family will be greeted several times ......

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.