This question is locked. New answers and comments are not allowed.
Dear Sir/Madam,
I hope you receive this post in your pink health. Well, i developing sliverlight application with help of WCF Rai Services and Entity FrameWork. Now, my simple question is i have radcombo box. having data template..[ Employee Name, City,Degisnation]
I have EF having table Employee and Degisnation
I have made class
public class EmployeeDesgination
{
public int Id {get;set}
public string Name {get;set}
public string Degisnation {get;set}
}
How do i fill above class with data with help of EF and how do i return its generic list to client side and fill combo.
anticipating good response.
Thanking you,
Miral Shah
I hope you receive this post in your pink health. Well, i developing sliverlight application with help of WCF Rai Services and Entity FrameWork. Now, my simple question is i have radcombo box. having data template..[ Employee Name, City,Degisnation]
I have EF having table Employee and Degisnation
I have made class
public class EmployeeDesgination
{
public int Id {get;set}
public string Name {get;set}
public string Degisnation {get;set}
}
How do i fill above class with data with help of EF and how do i return its generic list to client side and fill combo.
anticipating good response.
Thanking you,
Miral Shah