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.