Saturday 9 February 2013

Difference between ASP.NET and .NET Framework


.NET Framework
The .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft windows
                                                         OR
It is the collection of tools, technologies, languages and properties, which works together on multiple platforms for creating the applications.

 It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for the .NET Framework execute in a software environment known as the Common Language Runtime



ASP.NET

ASP.NET is a server-side Web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It is first released in January 2002 with version of 1.0 of the .net framework

                                                                    OR
It is the part of .NET Framework which uses the functionality of .NET Framework to create a dynamic website


3 comments:

QUICK REVISION of the Informatics Practices Examination

QUICK REVISION of the Informatics Practices Examination Data Types Every value belongs to a specific data type in Python. Data type iden...