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