ASP.NET MVC Tutorials - TutorialsTeacher

Tutorialsteacher

Follow Us

Articles.NET
  • C#
  • C# OOP
  • ASP.NET Core
  • ASP.NET MVC
  • LINQ
  • Inversion of Control (IoC)
  • Web API
JavaScript
  • JavaScript
  • TypeScript
  • jQuery
  • Angular 11
  • Node.js
  • D3.js
  • Sass
Programming
  • Python
  • Go lang
  • HTTPS (SSL)
  • Regex
Database
  • SQL
  • SQL Server
  • PostgreSQL
  • MongoDB
Online TestsArticles
  • ASP.NET MVC - Get Started
  • MVC Architecture
  • MVC Version History
  • Create First MVC App
  • MVC Folder Structure
  • Routing
  • Controller
  • Action method
  • Action Selectors
  • ActionVerbs
  • Model
  • View
  • Integrate Model, View & Controller
  • Model Binding
  • Create Edit View
  • Razor Syntax
  • Html Helpers
  • Exception Handling
  • Validation
  • Layout View
  • Partial View
  • ViewBag
  • ViewData
  • TempData
  • Filters
  • ActionFilters
  • Bundling
  • ScriptBundle
  • StyleBundle
  • Area
Entity Framework Extensions - Boost EF Core 9   Bulk Insert   Bulk Delete   Bulk Update   Bulk Merge Learn ASP.NET MVC 5Learn ASP.NET MVC

ASP.NET is a free web framework for building websites and web applications on .NET Framework using HTML, CSS, and JavaScript. ASP.NET MVC 5 is a web framework based on Model-View-Controller (MVC) architecture. Developers can build dynamic web applications using ASP.NET MVC framework that enables a clean separation of concerns, fast development, and TDD friendly.

Basics

  1. Overview of MVC Architecture
  2. ASP.NET MVC Framework Version History
  3. Create First MVC App
  4. MVC Folder Structure
  5. Routing in ASP.NET MVC
  6. Filters in ASP.NET MVC
  7. ActionFilter Attributes
  8. What is Bundling in ASP.NET MVC?
  9. ScriptBundle
  10. StyleBundle
  11. Area in ASP.NET MVC

Model, View, & Controller

  1. Controllers in ASP.NET MVC
  2. Action methods in Controller
  3. Action Selector Attributes
  4. HttpGet, HttpPost, HttpPut
  5. Model in MVC
  6. View in MVC
  7. Razor View Syntax
  8. Integrate Model, View & Controller
  9. Create View To Edit Data
  10. Layout View in ASP.NET MVC
  11. What is Partial View?
  12. What is ViewBag?
  13. What is ViewData?
  14. What is TempData?
  15. Exception Handling in ASP.NET MVC
ASP.NET MVC Test
MVC Test

Từ khóa » C# Mvc