Although I know the terms I used to forget the differences sometimes...So just to maintain a place for reference...Thanks all for your answers.
The main difference between . NET and ASP.NET is that . NET is a (software) development platform that is used to develop, run and execute the applications while ASP.NET is a web framework that is used to build dynamic web applications.
NET CLR is a runtime environment that manages and executes the code written in any . NET programming language. CLR is the virtual machine component of the . NET framework. That language's compiler compiles the source code of applications developed using .
In a nutshell, the . NET Framework is a software framework developed by Microsoft to create, run and deploy desktop applications and server based applications, whereas ASP.NET is the extension of the ASP which is part of the . NET Framework that simplifies the structure and creation of web applications.
but is asp.net version and . net version are same??? Yes, ASP.NET is part of the . NET Framework, so their version is always in sync.
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#.
Other terms that you didn't ask about:
The .NET Framework is a software framework from Microsoft which contains a large amount of base libraries (classes, functionality for developing software). The CLR - Common Language Runtime - what runs your code is also part of the .Net framework. Read more at Wikipedia
ASP.NET is a web application framework from Microsoft, which is part of the .Net framework.
CLR is the Common Language Runtime is the virtual machine that executes and runs code written for it. Read more about it at Wikipedia
ASP is a web scripting language from Microsoft that predates the .NET framework. Comparable to (older versions of) the scripting language PHP.
...in short.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With