Avatar of Murray Brown
Murray Brown
Flag for United Kingdom of Great Britain and Northern Ireland asked on

ASP.net Core Models

Hi

I am new to ASP.net Core web apps and I wanted to find out more about models. This is a term that I am not familiar with. Under the "Models" folder in the project there are files containing code such as that below. This clearly is an area to declare variables but they are also in the same format as each SQL table. I just want to understand a little more about this.

namespace WebApplication1.Model
{
    public class Item     {         public int ID { get; set; }         public string ListName { get; set; }         public string ListItem { get; set; }     } }

Open in new window

ASP.NET

Avatar of undefined
Last Comment
Chinmay Patel

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Chinmay Patel

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck