Difference between .NET and ASP.NET

Posted by Christina200016 under .NET Framework on 11/28/2013 | Points: 10 | Views : 1773 | Status : [Member] | Replies : 4
Hi every one,I am new to .NET technology.Can any one tell me the difference between .NET and ASP.NET

http://saptraininginchennai.org/


Responses

Posted by: Allemahesh on: 11/28/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Dear Christina,

ASP.Net is built on the .Net framework to provide additional functionality around web development.
You might go look at the wikipedia article on this. In particular, pay attention to the .Net Framework stack under the Versions section.
wikipedia article link: http://en.wikipedia.org/wiki/.NET_Framework
Other Links:-
http://www.differencebetween.info/difference-between-net-and-asp-net

If this helps you towards the solution, click on MARK IT AS ANSWER

Happy Coding

Christina200016, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: vishalneeraj-24503 on: 11/28/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Please find below URL:-
http://www.indiabix.com/technical/dotnet/asp-dot-net/
http://answers.yahoo.com/question/index?qid=20070329160853AABhdLU
http://www.differencebetween.info/difference-between-net-and-asp-net

Christina200016, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: t5j9033387989 on: 11/28/2013 [Member] Starter | Points: 25

Up
0
Down
hey, christy
There is very simple difference between both,

.Net is a framework,not a language
when ASP.NET is a language.

With .Net you can make web and windows applications.
ASP.NET is the webpart of the .net framework

also refer this link for more details,
http://www.indiabix.com/technical/dotnet/asp-dot-net/

i hope this will help you,

Thanks&Regards,
Ketan Italiya

mark this answer if it will really help you,

Thanks&Regards
ketan

Christina200016, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Kmandapalli on: 11/28/2013 [Member] Silver | Points: 25

Up
0
Down
Hi,

ASP: Active Server Pages (now referred to as ASP Classic) is a server-side scripting environment that predates .Net and has nothing to do with it
ASP pages are usually written in VBScript, but can be written in any language supported by the Windows Scripting Host - JScript and VBScript are supported natively, with third-party libraries offering support for PerlScript and other dynamic languages.

.Net:
is a framework for managed code and assemblies
.Net code can be written in any language that has an CIL compiler.

CLR
Common Language Runtime, is the core runtime used by the .Net framework
The CLR transforms CIL code (formerly MSIL) into machine code (this is done by the JITter or by ngen) and executes it.

ASP.Net is a replacement for ASP built on .Net
ASP.Net pages can be written in any .Net language, but are usually written in C#.


Regards,
Shree M.

Kavya Shree Mandapalli

Christina200016, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response