Presentation is loading. Please wait.

Presentation is loading. Please wait.

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.

Similar presentations


Presentation on theme: "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."— Presentation transcript:

1 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 PROGRAMMING WITH MICROSOFT VISUAL STUDIO 2013 WEEK2 Introduction to web application Create Web applications by using Microsoft Visual Studio 2013 and Microsoft.NET–based languages.

2 Creating the Project 1. Open Visual Studio. 2. Select New Project from the File menu in Visual Studio. 3. Select the Templates -> Visual C# -> Web templates group on the left. 4. Choose the ASP.NET Web Application template in the center column.

3 Creating the Project  5. Name your project choose the OK but

4 Creating the Project 6. Next, select the Web Forms template and chooks the Create Project button.

5 Creating the Project  The project will take a little time to create. When it’s ready, open the Default.aspx page.

6 Properties Window

7 Running the Default Web Application  Press the F5 key while in Visual Studio.  From the menu bar Debug->Start Debugging

8 Different Views in Visual Studio IDE  Design View Design view displays ASP.NET Web pages, master pages, content pages, HTML pages, and user controls using a near-WYSIWYG view.  Source View To switch between Design view and Source view by selecting an option at the bottom of the center window. Source view displays the HTML markup for your Web page, which you can edit.

9 Understanding the ASP.NET Frameworks ASP.NET offers four primary development frameworks:  ASP.NET Web Forms The Web Forms framework targets developers who prefer declarative and control-based programming, such as Microsoft Windows Forms  ASP.NET MVC ASP.NET MVC targets developers who are interested in patterns and principles like test- driven development, separation of concerns, inversion of control (IoC), and dependency injection (DI).  ASP.NET Web Pages ASP.NET Web Pages targets developers who want a simple web development story, along the lines of PHP.  ASP.NET Single Page Application ASP.NET Single Page Application (SPA) helps you build applications that include significant client-side interactions using HTML 5, CSS 3 and JavaScript.


Download ppt "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."

Similar presentations


Ads by Google