 Lecture 01 1.  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.

Slides:



Advertisements
Similar presentations
Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Advertisements

11 Getting Started with ASP.NET Beginning ASP.NET 4.0 in C# 2010 Chapters 5 and 6.
Web Forms and ASP.NET Programming Right from the Start with Visual Basic.NET 1/e 12.
Web Server Programming
Languages for Dynamic Web Documents
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
PHP/ASP Robert Nelson & Will Vanlue BA370 November 4 th, 2005.
Overview of ASP.NET Prepared By : Lec : Zalak Thakrar Follow Me on
1 Chapter 20 — Creating Web Projects Microsoft Visual Basic.NET, Introduction to Programming.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
An Introduction to ASP.NET Web Pages 2 Module 1: Webmatrix Installation and Your First Web Site Tom Perkins.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
11 ASP.NET Controls Beginning ASP.NET 4.0 in C# 2010 Chapter 6.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
Introduction to.Net and ASP.Net Course Introduction Build Your Own ASP.Net Website: Chapter 1 Microsoft ASP.Net Walkthrough: Creating a Basic Web Forms.
WebMatrix 2 /* web with benefits */. Everything You Need Start create new from OSS apps or templates, or start with existing sites hosted remotely or.
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
CSS Class 6 Make image into a button Create button with button element Group related form elements Control tab order Process form data.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
ASP.NET Dr. Ralph Westfall May, Web Development Problem HTML designed to display static pages only interactive when user clicks links  can’t provide.
ASP.NET INTRODUCTION INTO وزارة التربية و التعليم العالي كلية العلوم و التكنولوجيا قسم علوم الحاسوب و تكنولوجيا المعلومات اعداد الاستاذ: عبد الله محمد.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
.Net is a collection of libraries, templates and services designed to make programming applications of all kinds, easier, more flexible (multi platform),
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
ASP.NET Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours Digital.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Introduction to ASP.NET 1www.tech.findforinfo.com.
11 Web Services. 22 Objectives You will be able to Say what a web service is. Write and deploy a simple web service. Test a simple web service. Write.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
WEBMATRIX Microsoft Pranav Rastogi.
Introduction to ASP.NET1. 2 Web applications in general Web applications are divided into two parts –The server part –The client part The server part.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
George Gonsalves.  Free and lightweight web development tool.  Create, publish, and maintain your website  Optimized for Open Source  Designed for.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
PHP vs ASP.NET By: Colin Cramer. Overview HistoryCostPopularitySupportScalability.
Introduction to MVC Introduction NTPCUG Tom Perkins, Ph.D.
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
PROGRAMMING IN VISUAL BASIC.NET CREATING YOUR FIRST WEB APPLICATION Bilal Munir Mughal 1 Chapter-3.
Web Development in Microsoft Visual Studio 2013 / 2015.
11 Getting Started with ASP.NET Beginning ASP.NET in C# and VB Chapters 1 and 2.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
ASP.NET – Active Server Pages ASP.NET is a server-side technology for developing web applications based on the.NET Framework.
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
ASP.NET WEB Applications. ASP.NET  Web application framework developed by Microsoft  Build dynamic data driven web applications and web services  Subset.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
1 Introducing Web Developer Tools Rapid application development tools ASP.NET-compatible web editors –Visual Studio.NET Professional Edition –Visual Studio.
111 State Management Beginning ASP.NET in C# and VB Chapter 4 Pages
Chapter 1 Getting Started with ASP.NET Objectives Why ASP? To get familiar with our IDE (Integrated Development Environment ), Visual Studio. Understand.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
© 2016, Mike Murach & Associates, Inc.
Introduction to ASP By “FlyingBono” 2009_01 By FlyingBono 2009_01
Haritha Dasari Josue Balandrano Coronel -
Active Server Pages ASP.Net
Introduction to Internet Programming
برمجه صفحات الانترنتASP
Web Development in Microsoft Visual Studio 2013
04 | Web Applications Gerry O’Brien | Technical Content Development Manager Paul Pardi | Senior Content Publishing Manager.
Introducing the .NET Framework
ASP.NET Imran Rashid CTO at ManiWeber Technologies.
Presentation transcript:

 Lecture 01 1

 Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2

3 Chapter 1 3

 What is Asp.net  What is difference between Asp.net and php  install Visual Web Developer 2010 Express and Visual Studio

 ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting.  ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites. It allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. 5 5

 The ASP.NET application codes can be written in any of the following languages:  C#  Visual Basic. Net  Jscript 6

 Both PHP and ASP.NET are server side technologies that provide frameworks to develop web applications. The differences between these two server technologies namely PHP and ASP.NET are: 7

 PHP is an open source technology which can be used for free.  ASP.NET is a Microsoft technology that is expensive in price.  PHP is a programming language that is used for creating web applications.  ASP.NET is a platform in which programming languages such as VB.NET or C# can be used to create ASP.NET applications. 8

 PHP will work well in any kind of platform and server.  ASP.NET can be used only with Internet Information Server (IIS).  PHP was launched by Rasmus Lerdorf in the year  ASP.NET was launched by Microsoft in the year

 PHP works well with MySQL database. MySQL database is also available for free.  ASP.NET mostly works with MS-SQL database, which also belongs to Microsoft and MS-SQL is not available for free. 10

 Web Pages  MVC (Model View Controller)  Web Forms (traditional ASP.NET) 11

 ASP.NET supports the following development tools:  WebMatrix  Visual Web Developer  Visual Studio 12

 Classic ASP files have the file extension.asp  ASP.NET files have the file extension.aspx  ASP.NET files with C# syntax have the file extension.cshtml  ASP.NET files with VB syntax have the file extension.vbhtml 13

 Let’s start with a “Hello, World” ASP.NET application.  We will use Visual Studio’s built in web server to test and demonstrate our web application code. 14

 In Visual Studio 2010  File > New Web Site (NOT New project ) 15

16 Web Site Name Check this setting

17

18

 There is a pair of “solution” files in the Projects directory. 19

 Hello.sln holds Visual Studio settings associated with this web site (project).  You can look at it with WordPad.  Hello.suo is a binary file  These files are used only by Visual Studio.  Not part of the web app.  Not deployed to a web server.  Both of these files can be reproduced at any time if they are deleted.  Can generally be ignored. 20

21 Double click to open in VS editor

22

23 Note file name. This is the usual starting page for an ASP.NET web site.

24

25 Visual Studio has also created the “code behind” file, Default.aspx.cs

26 The initial file doesn’t do anything.

27 A WYSIWYG editor for web pages. View > Toolbox

28 Click here to see Source view.

29 Click here to return to Design view.

30 Click inside Div box. Then double click on Label in Toolbox.

31 Right click on Label. Select Properties. Set Text property to “Hello, World!”

32 Click here to view in browser.

33 Click OK.

34