Asp.net Overview

Posted by Unknown On Tuesday, 5 March 2013 1 comments

          What is ASP.NET and how is different from ASP
        ASP: server side technology for creating dynamic web pages using scripting languages eg vb script.
        ASP.NET: server side technology for creating dynamic web pages using Fully Fledged programming languages supported by .NET
        VB.NET: our chosen language for writing ASP.NET pages
  •   What is .NET?
    •     Components include:
    • A Microsoft strategy and new technology for delivering software services to the desktop and to the web 
      •  MS Intermediate Language; all code is complied into a more abstract, trimmed version before execution. All .NET languages are compiled to MSIL – the common language of .NET 
      •  The CLR- common language runtime; responsible for executing MSIL code; interfaces to Windows and IIS 
      •  A rich set of libraries (Framework Class Libraries) available to all .NET languages 
      •  The .NET languages such as C#, VB.NET etc that conform to CLR 
      •   ASP.NET  is how the Framework is exposed to the web, using IIS to manage simple pages of code so that they can be complied into full .NET programs. These generate HTML for the browser. 
    •  Built own open protocols (XML, SOAP) 
    •   Future for development of MS & non-MS based systems 
    •  Also heading towards the “Internet Operating System”

  • Common Language Runtime Type System:
    • Compilers use the runtime type system to produce type compatible components




 

1 comments:

Anonymous said...

Good one

Post a Comment