ASP.NET is a web development framework that allow user to build dynamic website, web application and web services. It was first released in January 2002 with version 1.0 of the .NET Framework.
What is Framework?
Microsoft want to develop some standards so that everyone can communicate with everything with a much simpler way. Microsoft new system is .NET Framework. It is a program that can work in .NET. .NET framework is consider as a virtual machine. which is develop with a purpose of simplifying the programming language. .NET Framework is divided into 3 large components Programming Languages, Base Classes Library, and Common Language Run time.
Programming Languages used in .NET Framework.
Language used to create programs that work under the conditions of.NET. Microsoft introduced language that would develop on.NET there are 3 numbers of the language all together.
• C # is a new language by Microsoft developed from C++ and JAVA language.
• VB .NET is a language derived from Visual Basic version 6.0. ( Now a days less used in the market).
• J# Similar to java.
Base Classes Library
Library is a group of commands provided for the programming language. If you want to perform some common take in your website then you must one inherit the base class ans the common property will automatically called as i have said the programming become much easier.
.NET Framework what is it good for?
Many will wonder why we write our program under .NET Framework and why it is better then programming the normal way.
1. The Library system has the same standard.
2. All the language are the same.
3. A controlled environment.
4. Security is more.
5. It help you in developing you code faster. More Productive.




