• Home
  • About
  • Forum
  • News
  • SimplySqlServer.Com && SimplyAspDotNet.Com
  • Sitemap

Join Ours Forum

Asp.Net,C#,Ajax,Sql server,Silverlight,WCF,WPF,NHibernate,Javascript codes exambles articles,Programming exambles.

RSS Feed

Tag Archives: architecture

Resource File: .NET Architecture Center and .NET Designers

Posted by james on September 12, 2011 0 comments

View the original article here

Beyond MVP: Extending the MVP Pattern to Simplify UI Architecture

Posted by james on August 16, 2011 0 comments

Model-View-Presenter (MVP) represents a breakthrough in thinking about UI patterns, and makes it clear that UI designers should maintain separation of concern in their applications.However, there are many different interpretations of the MVP pattern. For example, some people take for granted that the MVP pattern explicitly represents the UI architecture pattern. This is not exactly [...]

Overview of REST Architecture Components Asp.Net C#

Posted by james on June 17, 2011 0 comments

Key components of a REST architecture:Resources, which are identified by logical URLs. Both state and functionality are represented using resources. The logical URLs imply that the resources are universally addressable by other parts of the system.Resources are the key element of a true RESTful design, as opposed to “methods” or “services” used in RPC and [...]

What is Page_UnLoad in ASP.NET architecture

Posted by james on June 16, 2011 0 comments

The Page Life Cycle Events Page_UnLoad : The page is unloaded from the memory, and the Response object is sent to the browser in the Page Unload event. You can override this method to perform your necessary cleanup activities. According to MSDN, “Unload is called after the page has been fully rendered, sent to the [...]

What is Page_Load in ASP.NET architecture

Posted by james on June 16, 2011 0 comments

The Page Life Cycle Events Page_Load : The Page_Load event is triggered. This method can be used to populate and bind data to your controls either from the database or any other sources, states, and so on. Hope this helps,

ASP.NET Architecture Process Cycle Steps C#

Posted by james on June 16, 2011 0 comments

Event sequences Processing Cycle of Requests from IIS to handler:IIS gets the requestLooks up a script map extension and maps to aspnet_isapi.dllCode hits the worker process (aspnet_wp.exe in IIS5 or w3wp.exe in IIS6).NET runtime is loadedIsapiRuntime.ProcessRequest() called by non-managed codeIsapiWorkerRequest created once per requestHttpRuntime.ProcessRequest() called with Worker RequestHttpContext Object created by passing Worker Request as [...]

Understanding the Page Life Cycle Events in ASP.NET architecture

Posted by james on June 15, 2011 0 comments

The sequence of events that are executed in the life cycle of a page. The following are these events, listed in the order in which they are executed: 1. Page_Init2. LoadViewState3. LoadPostData4. Page_Load5. RaisePostDataChangedEvent6. RaisePostBackEvent7. Page_PreRender8. SaveViewState9. Page_Render10. Page_UnLoad These events can be overridden—that is, you can override them to implement your custom handlers—and are [...]

What is Page_Render in ASP.NET architecture

Posted by james on June 14, 2011 0 comments

The Page Life Cycle Events Page_Render : The Render event is triggered, which creates the Response object for the web page. Now the page is eventually rendered through the Render event, which uses a text writer to write the response stream to the Response. Hope this helps,

Understanding ISAPI Connection in ASP.Net Architecture C#

Posted by james on June 14, 2011 0 comments

ISAPI is a low level unmanged Win32 API. The interfaces defined by the ISAPI spec are very simplistic and optimized for performance. They are very low level – dealing with raw pointers and function pointer tables for callbacks – but they provide he lowest and most performance oriented interface that developers and tool vendors can [...]

Raw Look at the ASP.NET Architecture C#

Posted by james on June 13, 2011 0 comments

We take a quick look at the ASP.NET architecture. We divide our discussion in two parts: the application life cycle events and the page life cycle events. In the Http Pipeline, you have a set of objects, such as HttpRuntime, HttpWorkerRequest, HttpApplicationFactory, and so on. The HttpApplicationFactory is simply a factory that creates HttpApplication objects. [...]

Next page »

Enter your email address:

Delivered by FeedBurner

<
  • Random Posts

    • Updated: 15 best graphics cards in the world today Windows7
    • Windows Mobile: Use GPS And Web Maps For Location-Aware Apps
    • Editor’s Note: Old, New, Borrowed, Blue
    • ASP.NET MVC: Building Web Apps without Web Forms
    • Code for merging gridview columns asp.net c#
  • Search by Tags!

    Advanced application applications architecture ASPNET Basic Basics Bracket Briefs Build building control controls create Custom Cutting developer Drive Editors Entity Forms Foundations Framework Guide inside JavaScript Method Microsoft Points Resources Security Server service Services Silverlight Started Studio Stuff system testing Toolbox Tutorial Using Visual windows
  • Archives

    • October 2011
    • September 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • March 2011
    • February 2011
    • January 2011
    • December 2010
    • November 2010
    • October 2010
    • September 2010
    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    • December 2009
    • April 2009
    • February 2008
    • October 2007
    • August 2007
    • July 2007
    • June 2007

Copyright © 2012 aspdotnetcodesonline.com

Δ Top
Social Buttons by Linksku