Web Development Using
Web Development Using
using
.NET Framework
Web Development
The word Web Development is made up of two words, that is:
•Web: It refers to websites, web pages or anything that works
over the internet.
•Development: It refers to building the application from scratch.
Web Development refers to the creating, building, and
maintaining of websites. It includes aspects such as web design,
web publishing, web programming, and database management. It
is the creation of an application that works over the internet i.e.
websites.
Classification
The first version of the .Net framework was released in the year
2002
Definition
.NET is a framework that provides a programming guidelines that can
be used to develop a wide range of applications from web to mobile to
Windows-based applications
Goals and Applications
• Web Applications
• Windows Applications
• phone Applications
Salient Features
• Less Coding and Increased Reuse of Code
• Reliability
• Security
• Language Interoperability
• Deployment
Types of applications that can be created with
.NET
• Desktop applications which include:
• Windows GUI application or Windows Forms Application
• Accounting applications
• Product/inventory applications
• Warehousing applications
• Applications for value chain/supply management
• Web based applications including:
• Websites
• XML Web services
• Applications requiring integration with partners through the Internet
• Applications on embedded systems like:
• PDA (hand-held) applications
• Applications for mobiles
.NET Support more than 60 languages
C#, F#, VB.NET, J#, VC++, JScript.NET, APL, COBOL,
Perl, Oberon, ML, Pascal, Eiffel, Smalltalk, Python, Cobra,
ADA, etc.
11 Programming Languages which are designed and developed by
Microsoft are:
• C#.NET
• VB.NET
• C++.NET
• J#.NET
• F#.NET
• JSCRIPT.NET
• WINDOWS POWERSHELL
• IRON RUBY
• IRON PYTHON
• C OMEGA
• ASML(Abstract State Machine Language)
IDE
Visual Studio is a very powerful Integrated Development Environment (IDE)
where we actually write our C# or .NET programs. It is popular because it supports
code editing, interface design, server management, debugging, and performance
analysis. We can download Visual Studio for free.