Internet Application: Previous Next Chapter

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

ASP.

NET MVC Web Application

http://www.w3schools.com/aspnet/mvc_app.asp

Select Language
HOME HTML CSS JAVASCRIPT JQUERY XML ASP.NET PHP SQL MORE...

Search w3schools.com
REFERENCES | EXAMPLES | FORUM | ABOUT

W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript jQuery, XML, PHP, ASP

ASP.NET Tutorial
ASP.NET HOME ASP.NET Intro

ASP.NET MVC - Internet Application


Previous
To learn ASP.NET MVC, we will Build an Internet Application Part I: Creating the Application

w3schools.com
on Facebook

Next Chapter

Like

10k

Web Pages Demo


WebPages Demo WebPages WebMatrix WebPages WebSite WebPages Navigation WebPages Database WebPages Login WebPages Security

WEB HOSTING Best Web Hosting PHP MySQL Hosting UK Reseller Hosting

What We Will Build


We will build an Internet application that supports adding, editing, deleting, and listing of information stored in a database.

Cloud Hosting Top Web Hosting $3.98 Unlimited Hosting 250+ Hosting Apps WEB BUILDING XML Editor - Free Trial!

WP Tutorial
WebPages Intro WebPages Razor WebPages Layout WebPages Folders WebPages Global WebPages Forms WebPages Objects WebPages Files WebPages Helpers WebPages WebGrid WebPages Charts WebPages Email WebPages PHP WebPages Publish WebPages Examples

What We Will Do
Visual Web Developer offers different templates for building web applications. We will use Visual Web Developer to create an empty MVC Internet application with HTML5 markup . When the empty Internet application is created, we will gradually add code to the application until it is fully finished. We will use C# as the programming language, and the newest Razor server code markup. Along the way we will explain the content, the code, and all the components of the application.

FREE Website BUILDER FREE Website Creator W3SCHOOLS EXAMS Get Certified in: HTML, CSS, JavaScript, jQuery, XML, PHP, ASP W3SCHOOLS BOOKS New Books: HTML, CSS JavaScript, and Ajax STATISTICS Browser Statistics Browser OS Browser Display SHARE THIS PAGE

Creating the Web Application


If you have Visual Web Developer installed, start Visual Web Developer and select New Project. Otherwise just read and learn.

WP References
WebPages Classes WebPages Security WebPages Database WebPages WebMail WebPages Helpers

ASP.NET Razor
Razor Razor Razor Razor Razor Razor Razor Razor Intro Syntax C# Variables C# Loops C# Logic VB Variables VB Loops VB Logic

ASP.NET MVC
MVC Intro MVC Application MVC Folders MVC Layout MVC Controllers MVC Views MVC Database MVC Models MVC Security MVC HTML Helpers MVC Publish MVC Reference

Web Forms Demo


WebForms Demo WebForms Files WebForms Menu WebForms Database

In the New Project dialog box: Open the Visual C# templates Select the template ASP.NET MVC 3 Web Application Set the project name to MvcDemo Set the disk location to something like c:\w3schools_demo Click OK When the New Project Dialog Box opens: Select the Internet Application template Select the Razor Engine

WF Tutorials
WebForms Intro WebForms Pages WebForms Controls WebForms Events WebForms Forms

1 of 3

11/8/2012 4:21 PM

ASP.NET MVC Web Application

http://www.w3schools.com/aspnet/mvc_app.asp

WebForms ViewState WebForms TextBox WebForms Button WebForms Data Binding WebForms ArrayList WebForms Hashtable WebForms SortedList WebForms XML Files WebForms Repeater WebForms DataList WebForms DbConnection WebForms Master Pages WebForms Navigation WebForms Examples

Select HTML5 Markup Click OK Visual Studio Express will create a project much like this:

WF References
WebForms HTML WebForms Controls WebForms Validation

We will explore the content of the files and folders in the next chapter of this tutorial.

Previous

Next Chapter

Build Your Professional HTML Website with Wix


Start building your own beautiful website. Its easy and free! Wix.com provides an easy-to-use online platform where you can create and publish your own website. Enjoy powerful drag & drop editing tools & customizable website designs. With total design control, eCommerce features, superior SEO results and free domains, Wix is the ultimate solution for creating your perfect and exquisite HTML website. Over 20 million users have created their website with Wix. Create yours now!

Top 10 Tutorials
HTML Tutorial HTML5 Tutorial CSS Tutorial CSS3 Tutorial JavaScript Tutorial jQuery Tutorial SQL Tutorial

Top 10 References
HTML/HTML5 Reference CSS 1,2,3 Reference CSS 3 Browser Support JavaScript HTML DOM XML DOM PHP Reference

Examples
HTML Examples CSS Examples XML Examples JavaScript Examples HTML DOM Examples XML DOM Examples AJAX Examples

Quizzes
HTML Quiz XHTML Quiz CSS Quiz JavaScript Quiz jQuery Quiz XML Quiz ASP Quiz

Color Picker

2 of 3

11/8/2012 4:21 PM

ASP.NET MVC Web Application

http://www.w3schools.com/aspnet/mvc_app.asp

PHP Tutorial ASP.NET Tutorial XML Tutorial

jQuery Reference ASP.NET Reference HTML Colors

ASP.NET Examples Razor Examples ASP Examples SVG Examples

PHP Quiz SQL Quiz

Statistics
Browser Statistics Browser OS Browser Display

REPORT

ERROR |

HOME

T OP

PRINT

FORUM

ABOUT

W3Schools is optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using this site, you agree to have read and accepted our terms of use and privacy policy. Copyright 1999-2012 by Refsnes Data. All Rights Reserved.

3 of 3

11/8/2012 4:21 PM

You might also like