Hi all,
I performed a search in the forum before asking this question.
Can anyone tell the difference between ASP.Net and .Net Framework.
.net framwork is a environment where u can create robust applications for desktop, smart device etc
.net framework supports many languages - vb.net , c#, j# and another 15 languages.
using these languages u can create the application and target the compiler to create msil (intermediate language)
The clr which is a part of .net framework which takes care of il code and generate cpu specific codes.
in summary
write once using .net language and execute the code any where .net supported.
0 comments:
Post a Comment