Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがカテゴリを選択し、サブカテゴリとサブサブカテゴリ(カテゴリ-->サブカテゴリ-->サブサブカテゴリ-->会社のプロファイル)を選択するように求められるアプリケーションの一部を実装しています。各カテゴリのリストは ListView で表示されます。listView ごとに個別のアクティビティを作成する必要がありますか?
I tried this code for adding b to books:
b
books
IEnumerable<Book> books =null; foreach (Book b in context.Books.AsEnumerable()