Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
about us
training and education for professional developers
login
join now
Home
Questions
Tags
List
Tagged with:
List
3
records found
date
active
views
answers
votes
How to cast a List<T> to an ObservableCollection<T> in Silverlight
I am in Silverlight, and have a generic list: List<T>. Now I wish to cast it to a generic observable collections: ObservableCollection<T>. I understand I can iterate over the list and add each ...
Jul 22, 2010
by
Jacob Tanner
72
96.0
Last:
Sep 16, 2010
by
Harshad Riswadkar
256
99.5
Silverlight
List
Observable Collection
Views
10K
Answers
3
Votes
1
Answer
Code
Follow
0
Difference between IList and List
I already Googled the difference between List and IList and it still is not that clear to me. In the Patterns in Action dofactory project, the List are used in Business and Data layer but when they map ...
Jun 11, 2012
by
Dennis Tucker
103
96.7
Last:
Aug 08, 2012
by
Wesley Walraeve
50
50
List
IList
Views
3.9K
Answers
2
Votes
0
Answer
Code
Follow
0
MVC 3 strongly typed View in which ViewModel is a list
I am using MVC 3 Razor and have a ViewModel that itself is a list of objects, say List<Photo>. How do I declare this at the top of the view? I.e. what does PhotosModel look like? @model ...
Jul 19, 2011
by
Sunil Patel
50
50
Last:
Jul 24, 2011
by
King Wilder
568
99.9
MVC 3
Views
ViewModel
List
Views
3.2K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top