Sign in
Home
Samples
Languages
Extensions
Documentation
Community
Get started for free
Visual Studio Developer Center
>
Samples
>
Introduction to MVC 3
Download Visual Studio
Quick Access
My Samples
Upload a sample
Browse Sample Requests
More From Rick_Anderson
Creating a MVC 3 Application with Razor and Unobtrusive JavaScript
(7)
ASP.NET MVC 4 Mobile Features
(11)
Filtering in MVC 3
(9)
Using TDD with ASP.NET MVC
(8)
See All
Introduction to MVC 3
This sample will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express. It is part of a tutorial series written by ScottGu, Scott Hanselman and Rick Anderson.
Download
VB.NET (632.9 KB)
C# (1.3 MB)
Ratings
(40)
Downloaded
64,899 times
Favorites
Add To Favorites
Requires
Visual Studio 2010
Last Updated
5/25/2012
License
Apache License, Version 2.0
Share
Technologies
ADO.NET Entity Framework
,
ASP.NET MVC 3
Topics
ASP.NET and ADO.NET Entity Framework
,
ASP.NET MVC
,
ASP.NET MVC Basics
Report Abuse to Microsoft
Description
Browse Code
Q and A (18)
Solution Explorer
VB.NET
C#
MvcMovie
App_Data
bin
Content
themes
base
images
ui-bg_flat_0_aaaaaa_40x100.png
ui-bg_flat_75_ffffff_40x100.png
ui-bg_glass_55_fbf9ee_1x400.png
ui-bg_glass_65_ffffff_1x400.png
ui-bg_glass_75_dadada_1x400.png
ui-bg_glass_75_e6e6e6_1x400.png
ui-bg_glass_95_fef1ec_1x400.png
ui-bg_highlight-soft_75_cccccc_1x100.png
ui-icons_222222_256x240.png
ui-icons_2e83ff_256x240.png
ui-icons_454545_256x240.png
ui-icons_888888_256x240.png
ui-icons_cd0a0a_256x240.png
jquery.ui.accordion.css
jquery.ui.all.css
jquery.ui.autocomplete.css
jquery.ui.base.css
jquery.ui.button.css
jquery.ui.core.css
jquery.ui.datepicker.css
jquery.ui.dialog.css
jquery.ui.progressbar.css
jquery.ui.resizable.css
jquery.ui.selectable.css
jquery.ui.slider.css
jquery.ui.tabs.css
jquery.ui.theme.css
Site.css
Controllers
AccountController.vb
HelloWorldController.vb
HomeController.vb
MoviesController.vb
Models
AccountModels.vb
Movie.vb
MovieInitializer.vb
My Project
Application.Designer.vb
Application.myapp
AssemblyInfo.vb
Resources.Designer.vb
Resources.resx
Settings.Designer.vb
Settings.settings
obj
Debug
TempPE
DesignTimeResolveAssemblyReferencesInput.cache
Scripts
jquery.unobtrusive-ajax.js
jquery.unobtrusive-ajax.min.js
jquery.validate.js
jquery.validate.min.js
jquery.validate.unobtrusive.js
jquery.validate.unobtrusive.min.js
jquery.validate-vsdoc.js
jquery-1.5.1.js
jquery-1.5.1.min.js
jquery-1.5.1-vsdoc.js
jquery-ui-1.8.11.js
jquery-ui-1.8.11.min.js
MicrosoftAjax.debug.js
MicrosoftAjax.js
MicrosoftMvcAjax.debug.js
MicrosoftMvcAjax.js
MicrosoftMvcValidation.debug.js
MicrosoftMvcValidation.js
modernizr-1.7.js
modernizr-1.7.min.js
Views
Account
ChangePassword.vbhtml
ChangePasswordSuccess.vbhtml
LogOn.vbhtml
Register.vbhtml
HelloWorld
Index.vbhtml
Welcome.vbhtml
Home
About.vbhtml
Index.vbhtml
Movies
Create.vbhtml
Delete.vbhtml
Details.vbhtml
Edit.vbhtml
Index.vbhtml
SearchIndex.vbhtml
Shared
_Layout.vbhtml
_LogOnPartial.vbhtml
Error.vbhtml
_ViewStart.vbhtml
Web.config
Global.asax
Global.asax.vb
MvcMovie.vbproj
packages.config
Web.config
Web.Debug.config
Web.Release.config
MvcMovie.sln
MvcMovie
App_Data
bin
Content
themes
base
images
ui-bg_flat_0_aaaaaa_40x100.png
ui-bg_flat_75_ffffff_40x100.png
ui-bg_glass_55_fbf9ee_1x400.png
ui-bg_glass_65_ffffff_1x400.png
ui-bg_glass_75_dadada_1x400.png
ui-bg_glass_75_e6e6e6_1x400.png
ui-bg_glass_95_fef1ec_1x400.png
ui-bg_highlight-soft_75_cccccc_1x100.png
ui-icons_222222_256x240.png
ui-icons_2e83ff_256x240.png
ui-icons_454545_256x240.png
ui-icons_888888_256x240.png
ui-icons_cd0a0a_256x240.png
jquery.ui.accordion.css
jquery.ui.all.css
jquery.ui.autocomplete.css
jquery.ui.base.css
jquery.ui.button.css
jquery.ui.core.css
jquery.ui.datepicker.css
jquery.ui.dialog.css
jquery.ui.progressbar.css
jquery.ui.resizable.css
jquery.ui.selectable.css
jquery.ui.slider.css
jquery.ui.tabs.css
jquery.ui.theme.css
Site.css
Controllers
HelloWorldController.cs
HomeController.cs
MoviesController.cs
Models
Movie.cs
MovieIntializer.cs
obj
Debug
TempPE
DesignTimeResolveAssemblyReferencesInput.cache
MvcMovie.csproj.FileListAbsolute.txt
Properties
AssemblyInfo.cs
Scripts
jquery.unobtrusive-ajax.js
jquery.unobtrusive-ajax.min.js
jquery.validate.js
jquery.validate.min.js
jquery.validate.unobtrusive.js
jquery.validate.unobtrusive.min.js
jquery.validate-vsdoc.js
jquery-1.5.1.js
jquery-1.5.1.min.js
jquery-1.5.1-vsdoc.js
jquery-ui-1.8.11.js
jquery-ui-1.8.11.min.js
modernizr-1.7.js
modernizr-1.7.min.js
Views
HelloWorld
Index.cshtml
Welcome.cshtml
Home
About.cshtml
Index.cshtml
Movies
Create.cshtml
Delete.cshtml
Details.cshtml
Edit.cshtml
Index.cshtml
SearchIndex.cshtml
Shared
_Layout.cshtml
Error.cshtml
_ViewStart.cshtml
Web.config
Global.asax
Global.asax.cs
MvcMovie.csproj
packages.config
Web.config
Web.Debug.config
Web.Release.config
packages
EntityFramework.4.1.10331.0
lib
EntityFramework.dll
EntityFramework.xml
tools
install.ps1
EntityFramework.4.1.10331.0.nupkg
MvcMovieCS_TU.sln
Click an item in the panel on the left to view the contents here.