0% found this document useful (0 votes)
43 views4 pages

What Is Web: Programming

The document discusses various topics related to web development including web browsers, Visual Studio, C#, SQL, MVC, and their purposes. Web browsers display HTML documents on the web. Visual Studio is an integrated development environment used to create web and desktop applications. C# is an object-oriented programming language part of the .NET framework. SQL is a language used to manage data in relational database systems. MVC is an architectural pattern that separates an application into three main components: the model, the view, and the controller.

Uploaded by

Himdad Muhammad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views4 pages

What Is Web: Programming

The document discusses various topics related to web development including web browsers, Visual Studio, C#, SQL, MVC, and their purposes. Web browsers display HTML documents on the web. Visual Studio is an integrated development environment used to create web and desktop applications. C# is an object-oriented programming language part of the .NET framework. SQL is a language used to manage data in relational database systems. MVC is an architectural pattern that separates an application into three main components: the model, the view, and the controller.

Uploaded by

Himdad Muhammad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

What is Web

Today most of the applications focus on the Internet, where the applications can be
programming
Viewd in standare web Browser

http://www.w3schools.com
Important frameworks and tools for creating dynamic web pages:
• ASP.NET

• AJAX/ ASP.NET AJAX

• JavaScript

• JavaScript

• Silverlight

Web Browser
The purpose of a web browser is to read HTML documents and
compose them into

Uisual or audible web pages.

Today we have the following major Web Browsers:


visual or audible
• Internet Explorerweb pages.
(by Microsoft)
• Firefox (by Mozilla)
• Chrome (by Google)
• Safari (by Apple)

• Opera (by Opera from Norway)

What is visual studio


Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft
Integrated Development Environment (IDE)

The Visual Studio product family shares a single integrated


Development
Environment

C#

C# is pronounced “see sharp”. C# is an object-oriented programming


language and
Part of the . net family from Microsoft.

Object-Oriented Programming (OOP)

Object-oriented programming (OOP) is a programming language model


Organized
Around “objects” rather than “actions” and data rather than login

SQL

SQL (Structured Query Language) is a database computer language


designed for
managing data in relational database management systems (RDBMS).
What can SQL do?
• SQL can execute queries against a database


• SQL can retrieve data from a database


• SQL can insert records in a database


• SQL can update records in a database


• SQL can delete records from a database

What is MVC

The Model-View-Controller (MVC) architectural pattern separates an

Application

Into three main components the model the view and the controller
MVC design patte

The MVC framework includes the following components:

Models. Model objects are the parts of the application that implement the

Logic for the application,s data domain

Views. Views are the components that display the application's user

Controllers. Controllers are the components that handle user interaction,

work with the model, and ultimately select a view to render that displays UI.

You might also like