OnLoad vs. Page_Load vs. Load event – Infinities Loop

As we all know, ASP.NET introduces a brand new concept namely event-driven programming to the web development fields. Although it sounds attractive, for the ASP.NET beginners, it is not so important that you should know any detail to build some nice look so called web applications. However, when you get more and more familiar with this technology, you will find it is more and more necessary to know some details under the face. Why you want to know more about this event-driven programming model, because more and more controls come onto your web form and the event these controls expose just come more and more out of your control and finally explode.

Here, I’m sure the following article will helpful for those in the smoke after explosion.

OnLoad vs. Page_Load vs. Load event – Infinities Loop

OnLoad vs. Page_Load vs. Load event – Infinities Loop

华为老总任正非给公司患抑郁症员工的一封信 , 员工,华为,付出的努力,忧郁症,正派,优点,人生,高雅,处境,快乐, , – CSDN 新闻

华为老总任正非给公司患抑郁症员工的一封信 , 员工,华为,付出的努力,忧郁症,正派,优点,人生,高雅,处境,快乐, , – CSDN 新闻

Mircea Trofin’s blog : LINQ Framework Design Guidelines

Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries by Krzysztof Cwalina and Brad Abrams is one of my favorite books. They are working on a new version, too. What would be a new Framework Design Guidelines book without a section on LINQ Best Practices when used as part of a framework API? Here is a blog post with just that type of information that covers:

  • A Brief Overview of LINQ
  • Extension Methods, Func<>, Action<>, and Expression<>
  • Extending on LINQ
  • Extending IEnumerable<>
  • Extending IQueryable<>
  • Implementing the Query Pattern

"Writing applications that interact with data sources, such as databases, XML documents, or Web Services such as Flickr or Amazon, is made easier in the .NET Framework 3.5 with the addition of a set of features collectively referred to as LINQ (Language-Integrated Query). In what follows, we start with a very brief overview of LINQ, followed by guidelines for designing APIs in relation to LINQ."

Mircea Trofin’s blog : LINQ Framework Design Guidelines

Mircea Trofin’s blog : LINQ Framework Design Guidelines