Recently I read the book <profers0000in 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. 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