Introduction to .Net Fw
Introduction to .Net Fw
NET FRAMEWORK
.Net Framework
.Net is a software framework developed by Microsoft
to run on Windows machine
It is used to develop Form-based applications,
Web-based applications and Web services.
It is used to build applications for Windows,
phone, web etc.
.NET Framework is language independent. i.e. as a
developer we can write .net programs using c#,
c++, vb, python within a single environment. So, it
is called language neutral framework.
It is used to organize the .Net Framework class library into a logical grouping according
to their usability, functionality, etc.
All Namespaces in .Net start with the keyword SYSTEM. The System Namespaces is
the root for types in the .NET Framework.
Eg:
System.Web.
System.Windows.
System.Data
System.Configuration
Visual Studio .NET will create a new solution with the same name as the
project, placing the solution files in the same directory as the project.