TOC

Localization Status: Spanish (es)

With help from our users, we're translating this tutorial into Spanish. If you know this language, then please give us a hand - just click on one of the articles to get started! You don't have to translate an entire article at once - even a single paragraph would be a big help towards this task :)

If you translate an entire article, you can even get a link to your own website on it! [terms]

Top translators
  1. 1. Ray Espinosa
  2. 2. User #4103 ?
  3. 3. User #4224 ?
Article/Chapter Progress
Introduction
What is MVC?
100% complete
What is ASP.NET MVC?
100% complete
ASP.NET MVC vs. Web Forms
100% complete
Getting Started
Visual Studio Community
100% complete
Hello, MVC World!
100% complete
Creating a Controller
100% complete
Creating a View
100% complete
Creating a Model
100% complete
Razor
Introduction
100% complete
Basic Razor syntax
100% complete
Variables
100% complete
IF Statements
100% complete
Loops
100% complete
The switch statement
100% complete
Local Functions
100% complete
Templated delegates
100% complete
Controllers
Introduction
100% complete
Actions
100% complete
Action Results
100% complete
Views
Introduction
100% complete
View Discovery: Connecting Controller & View
100% complete
Passing data into Views
100% complete
Partial Views
100% complete
Layout
Introduction
100% complete
Layout Files
100% complete
The ViewStart file
100% complete
Sections
100% complete
The ViewImports file
100% complete
Routing
Introduction
100% complete
The anatomy of an MVC Route
100% complete
Attribute routing
100% complete
Routing Templates
100% complete
Routing Constraints
100% complete
Models
Introduction
100% complete
ViewModels
100% complete
Model Binding
100% complete
DataAnnotations
100% complete
Model Validation
100% complete
Types of Model Validation DataAnnotations
100% complete
Custom Model Validation
100% complete
Client-side Model Validation
100% complete
Manual Model validation with Data Annotations
100% complete
Tag Helpers
Introduction
100% complete
Using Tag Helpers
100% complete
The Form Tag Helper
100% complete
The Label Tag Helper
100% complete
The Input Tag Helper
100% complete
The Textarea Tag Helper
100% complete
The Select Tag Helper
100% complete
The Anchor Tag Helper
100% complete
The Script Tag Helper
100% complete
The Link Tag Helper
100% complete
Core Concepts
Introduction
100% complete
Serving static files
100% complete
Handling Exceptions
100% complete
Handling Errors (404 etc.)
100% complete
Configuration
100% complete
Options
100% complete
HttpContext
Introduction
100% complete
Query String (GET data)
100% complete
Forms (POST data)
100% complete
Cookies
100% complete
Sessions
100% complete
Caching
Introduction
100% complete
ResponseCache
100% complete
OutputCache
100% complete
In-memory caching with IMemoryCache
100% complete
Working with databases
Introduction: Picking a database
100% complete
Picking a database framework
100% complete
Getting started
100% complete
TODO List: Models, ViewModels & Helpers
100% complete
TODO List: The View
100% complete
TODO List: The Controller
100% complete