TOC

Localization Status: German (de)

With help from our users, we're translating this tutorial into German. 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. User #338 ?
  2. 2. Heinz Kessler
  3. 3. User #2700 ?
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!
98% 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 Not started
Local Functions Not started
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
69% 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 Not started
Manual Model validation with Data Annotations Not started
Tag Helpers
Introduction Not started
Using Tag Helpers Not started
The Form Tag Helper Not started
The Label Tag Helper Not started
The Input Tag Helper Not started
The Textarea Tag Helper Not started
The Select Tag Helper Not started
The Anchor Tag Helper Not started
The Script Tag Helper Not started
The Link Tag Helper Not started
Core Concepts
Introduction
32% complete
Serving static files Not started
Handling Exceptions Not started
Handling Errors (404 etc.) Not started
Configuration Not started
Options Not started
HttpContext
Introduction
100% complete
Query String (GET data)
100% complete
Forms (POST data)
100% complete
Cookies
100% complete
Sessions Not started
Caching
Introduction
100% complete
ResponseCache
100% complete
OutputCache
100% complete
In-memory caching with IMemoryCache Not started
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