Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Atta Kumah
2k
167
10.1k
Create a List of Users
Sep 25 2019 2:32 PM
I want to Design MVC application For My user.
How can i make a list to add two or more users in one row
Below is example
ID Time Name Age Number Status
2 8:30pm John 23 3 Done (Have 3 users)
2 8:35pm Seidu 30 2 Done (Have 2 users)
2 8:40pm Goda 30 5 Done (Have 5 users)
public class Customer
{
public int UserID { get; set; }
public string Name { get; set; }
public string Age { get; set; }
public string Status { get; set; }
}
Please any humble contribution is happily welcome
Counting on your Kindly Consideration
Reply
Answers (
1
)
How to generate SAS token dynamically each blob in AZURE
Access denied if my asp.net app try to read files on network