TOC

Localization Status: Burmese (my)

With help from our users, we're translating this tutorial into Burmese. 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 #5727 ?
Article/Chapter Progress
Introduction
What is MVC?
97% complete
What is ASP.NET MVC? Not started
ASP.NET MVC vs. Web Forms Not started
Getting Started
Visual Studio Community Not started
Hello, MVC World! Not started
Creating a Controller Not started
Creating a View Not started
Creating a Model Not started
Razor
Introduction Not started
Basic Razor syntax Not started
Variables Not started
IF Statements Not started
Loops Not started
The switch statement Not started
Local Functions Not started
Templated delegates Not started
Controllers
Introduction Not started
Actions Not started
Action Results Not started
Views
Introduction Not started
View Discovery: Connecting Controller & View Not started
Passing data into Views Not started
Partial Views Not started
Layout
Introduction Not started
Layout Files Not started
The ViewStart file Not started
Sections Not started
The ViewImports file Not started
Routing
Introduction Not started
The anatomy of an MVC Route Not started
Attribute routing Not started
Routing Templates Not started
Routing Constraints Not started
Models
Introduction Not started
ViewModels Not started
Model Binding Not started
DataAnnotations Not started
Model Validation Not started
Types of Model Validation DataAnnotations Not started
Custom Model Validation Not started
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 Not started
Serving static files Not started
Handling Exceptions Not started
Handling Errors (404 etc.) Not started
Configuration Not started
Options Not started
HttpContext
Introduction Not started
Query String (GET data) Not started
Forms (POST data) Not started
Cookies Not started
Sessions Not started
Caching
Introduction Not started
ResponseCache Not started
OutputCache Not started
In-memory caching with IMemoryCache Not started
Working with databases
Introduction: Picking a database Not started
Picking a database framework Not started
Getting started Not started
TODO List: Models, ViewModels & Helpers Not started
TODO List: The View Not started
TODO List: The Controller Not started