Recently i read the book << proferssional in asp.net 2005>> and found  lots of concepts i didn't know before.So i write them here .
Seven Important Facts About ASP.NET
Fact1:ASP.NET is integrated with the .NET FrameWork.
Fact2:ASP.NET is compiled, not interpreted 
Fact3:ASP.NETis multilanguage
Fact4:ASP.NET runs inside the Common Language Runtime.
    I take it as the most important aspect of ASP.NET.The whole of the .NET Framework—that is, all namespaces, applications, and classes—are referred to as managed code. Though a full-blown investigation of the CLR is beyond
the scope of this chapter, some of the benefits are as follows:
        a: Automatic memory management and garbage collection
        b: Type safety
        c:Extensible metadata
        d:Structured error handling
        e:Multithreading
Fact 5: ASP.NET Is Object-Oriented
Fact 6: ASP.NET Is Multidevice and Multibrowser
Fact 7: ASP.NET Is Easy to Deploy and Configure

相关文章:

  • 2021-08-04
  • 2021-10-09
  • 2021-07-12
  • 2021-09-21
  • 2021-07-12
  • 2021-06-01
  • 2021-11-06
猜你喜欢
  • 2021-12-24
  • 2021-12-17
  • 2021-11-17
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案