Wednesday, May 28, 2008

Elements of ASP .Net Framework


  • ASP.Net application Elements
    • Web forms (.aspx)
      • Allows one to include UI elements and application logics
      • This is a part of the ASP.Net Page Framework.
    • Configuration Files (.config)
      • Configuration settings of the ASP.Net application
    • Web services (.asmx)
      • Facilitate the programs to communicate on the internet.
    • ASP.Net application Elements communicate to the ASP.Net Run Time services.
  • ASP.Net Run Time Services
    • State management features like View state, Session State, Application state which are a part of the ASP.Net page Framework is provided in the ASP.Net run time services.
    • ASP.Net Run time Services Communicate to the .Net Framework base classes.
  • .Net Framework Base Classes
    • .Net Frame work Base classes communicate to the common language runtime.
  • Common language Runtime.

No comments: