ASP.NET MVC Web Application
- What you learn is not just technology, but also dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
ASP.NET Tutorial
ASP.NET Tutorial ASP.NET Introduction
WP Tutorial
WebPages Introduction 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 Publishing WebPages Examples
WP Reference Manual
WebPages Classes WebPages Security WebPages Database WebPages WebMail WebPages Helpers
ASP.NET Razor
Razor Introduction Razor Syntax Razor C# Variables Razor C# Loops Razor C# Logic Razor VB Variables Razor VB Loops Razor VB Logic
ASP.NET MVC
MVC Introduction MVC Application MVC Folders MVC Layout MVC Controllers MVC Views MVC Database MVC Models MVC Security MVC HTML Helpers MVC Publishing MVC Reference
WF Tutorial
WebForms Introduction WebForms Pages WebForms Controls WebForms Events WebForms Forms WebForms ViewState WebForms TextBox WebForms Button WebForms Data Binding WebForms ArrayList WebForms Hashtable WebForms SortedList WebForms XML Files WebForms Repeater WebForms DataList WebForms Database Connection WebForms Master Pages WebForms Navigation WebForms Examples
WF Reference Manual
WebForms HTML WebForms Controls WebForms Validation
Deep Dive
Programming
Computer Science
Scripting Languages
Web Services
Web Design & Development
Programming Languages
Web Service
Software
Scripting
Development Tools
ASP.NET MVC - Internet Application
To learn ASP.NET MVC, we will build an Internet application.
Part 1: Creating the application.
What We Will Build
We will build an Internet application that supports adding, editing, deleting, and listing information stored in a database.
What We Will Do
Visual Web Developer provides different templates for building web applications.
We will use Visual Web Developer to create an empty MVC Internet application with HTML5 markup.
After this blank Internet application is created, we will gradually add code to it until it is complete. We will use C# as the programming language and the latest Razor server code markup.
Along the way, we will explain the content, code, and all components of this application.
Creating the Web Application
If you have installed Visual Web Developer, please start Visual Web Developer and select New Project to create a new project. Otherwise, you can only learn by reading the tutorial.
In the New Project dialog box:
- Open the Visual C# template
- Select the template ASP.NET MVC 3 Web Application
- Set the project name to MvcDemo
- Set the disk location, for example, c:tutorial_demo
- Click OK
When the New Project dialog box opens:
- Select the Internet Application template
- Select Razor Engine
- Select HTML5 Markup
- Click OK
Visual Studio Express will create a project similar to the one shown below:
We will explore the files and folders in the next chapter of this tutorial.
AI is thinking...
Click me to share notes
Write notes...
Image URL
Image Description
Share Notes
- Nickname Nickname (Required)
- Email Email (Required)
- Reference URL Reference URL
- Python / Data Science
- AI / Intelligent Development
- AI Agent
- AI (Artificial Intelligence)
- Codex Tutorial
- <a href="https://www.run...
YouTip