Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8401365
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:47:15+00:00 2026-06-09T21:47:15+00:00

I have a list of string like this : public List<string> Subs { get;

  • 0

I have a list of string like this :

public List<string> Subs { get; set; }

and I have a list<Category> Cat { get; set; } of this class :

public class Category
    {
        public int ID { get; set; }

        public string Name { get; set; }

        public int SubCat_ID { get; set; }
    }

I just need to put all of the values in the list<string> Subs into the List<Category> Cat. and of course each string in the list<string> should be placed in each Name parameter of List<Category>.

So how is it done ?
Is there any convert method which does the thing? how does it work ?

Thanks in advance 😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T21:47:17+00:00Added an answer on June 9, 2026 at 9:47 pm

    Yes, you can do it with LINQ:

    var cats = (from sub in Subs
                select new Category
                {
                    Name = sub
                }).ToList();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have classes like this public class someList { public string strOne {get; set;}
I have a list of parameters like this: public class parameter { public string
I have a collection like this List<int> {1,15,17,8,3}; how to get a flat string
I have something like this public class Reminders() { public List<SelectListItem> Reminder { get;
I have list of MyObject that looks like this: public class MyObject{ public int
I have a simple object like this public class Test { public string Name
I have a simple class like this: public class myClass { public List<string> innerList;
I have a List defined like this : public List<string> AttachmentURLS; I am adding
I have a method like this- public List<Apples> returnFruits(String arg1){ List<Apples> fruits = new
I have a struct like this: public struct MyStruct { public string Name; public

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.