GeekArticles
Web Programming
PerlIntroduction To ASP.NET
Author: bipinjoshi.com |
Published: 10th Aug 2005 |
Visited: 256 times |
Add CommentFiled in: PerlIntroduction ASP.NET provides a true language-neutral execution framework for Web applications to use. This proides language independence as long as the language is supported by NGWS framework. This means weather you use C#, VB, JScript or Perl your code will be converted to Intermidiate Language and then executed by NGWS framework. ASP.NET allows true separation of code and content. With ASP.NET you can place your code and HTML in seperate files thus making maintenence easier. The new...n
Read Article Sponsored Links
Related Articles