من فضلك قم بالتسجيل مجانا في الموقع لتتمكن من تحميل المحاضرة الفيديو والمثال البرمجي بالكود
MVC Model full example شرح - MVC المستوي الاول اساسيات
نقدم شرح لاهم جزء وهو اول حرف في تقنية MVC
صلاحياتك :زائر الموقع يشاهد المحاضرة المجانية فقط
مرحبا بزائرنا الكريم
هذه المحاضرة تتبع الدورة الاتية
MVC Model C# asp.net
تعتبر هي الكلاس اللي بالصفحة
وايضا نكتب بها جدول قاعدة البيانات مثل جدول العملاء- جدول الطلبة وهكذا
This tutorial will teach you the basics of building an ASP.NET MVC Web application
Models and Validation in ASP.NET MVC. Other Versions. In the ASP.NET MVC framework, the model is the part of the application that is responsible for the core application or business logic. Model objects typically access data from a persistent store, such as SQL Server, and perform the business logic on that data.
this is answer of What is a model in ASP NET MVC?