Thursday 6 July 2017

Asp.net lesson-1










 
Asp.net is the subset of .net framework. ASP.NET is the successor to classic ASP.
other technologies can be used to build web applications.
1.php
2.java
3.Ruby on nails
4. perl
.NET  is language independent, which means you can use any .net supported language to make .NET application.

The most common language for writing ASP.NET applications are c# and vb.net.






Classic ASP/PHP are interpreted languages while Asp.net is a compiled language.




  Note:
PHP  web applications can be hosted in Linux as well as window servers, while Asp.net web sites can only be hosted on window servers.
The programming logic and content can be developed separetly in ASP.NET.
.NET frame work:
 




Library:
The .net frame work include a set of standard class libraries. The most common library used for web applications is web library. Web library has all the necessary components used to develop .net web based applications.

What is CLR?
COMMON LANGUAGE RUNTIME.

CLR activities include :
1.       Exception handling
2.       Garbage collection.


   -------------Muthu karthikeyan,Madurai.


No comments:

Post a Comment