Click here to Skip to main content
15,891,607 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Byte array to image Pin
columbos1492726-Sep-11 3:58
columbos1492726-Sep-11 3:58 
GeneralRe: Byte array to image Pin
Pete O'Hanlon26-Sep-11 4:04
mvePete O'Hanlon26-Sep-11 4:04 
QuestionIs silverlight dead? Pin
sasolanki00725-Sep-11 20:41
sasolanki00725-Sep-11 20:41 
AnswerRe: Is silverlight dead? Pin
Richard MacCutchan25-Sep-11 23:19
mveRichard MacCutchan25-Sep-11 23:19 
AnswerRe: Is silverlight dead? Pin
Pete O'Hanlon26-Sep-11 1:09
mvePete O'Hanlon26-Sep-11 1:09 
AnswerRe: Is silverlight dead? Pin
Ranjit Shankar16-Apr-20 21:19
professionalRanjit Shankar16-Apr-20 21:19 
QuestionSummation of multiple datagrids Pin
Mats Westin23-Sep-11 5:33
Mats Westin23-Sep-11 5:33 
QuestionCovariance-Contravariance help please! Pin
DotNetXenon23-Sep-11 4:02
DotNetXenon23-Sep-11 4:02 
Can you help me with how to use covariance contravariance for the example below?
I am calling a WCF service and want to convert List<srvc.employee> object returned from service to List<employee> object in my wpf app. How to do that?

C#
EmployeeSrv.EmpClient EmployeeSrvc = new  EmployeeSrv.EmpClient();
List<EmployeeSrv.Employee> lstEmployee = new List<EmployeeSrv.Employee>();
lstEmployee = EmployeeSrv.GetEmployeeDetails();
 List<Employee> lstEmpWPF = lstEmployee;  //This errors and here covariance has to be used

------------------------------------------------------------
"The only true wisdom is in knowing you know nothing." --Socrates

AnswerRe: Covariance-Contravariance help please! Pin
Mycroft Holmes23-Sep-11 12:18
professionalMycroft Holmes23-Sep-11 12:18 
QuestionWCF service call in which layer? Pin
DotNetXenon22-Sep-11 8:32
DotNetXenon22-Sep-11 8:32 
AnswerRe: WCF service call in which layer? Pin
Mycroft Holmes22-Sep-11 12:50
professionalMycroft Holmes22-Sep-11 12:50 
GeneralRe: WCF service call in which layer? Pin
DotNetXenon23-Sep-11 8:07
DotNetXenon23-Sep-11 8:07 
AnswerRe: WCF service call in which layer? Pin
Abhinav S24-Sep-11 21:34
Abhinav S24-Sep-11 21:34 
QuestionWCF Service list Pin
DotNetXenon22-Sep-11 5:47
DotNetXenon22-Sep-11 5:47 
AnswerRe: WCF Service list Pin
Jürgen Röhr22-Sep-11 8:02
professionalJürgen Röhr22-Sep-11 8:02 
GeneralRe: WCF Service list Pin
DotNetXenon22-Sep-11 8:13
DotNetXenon22-Sep-11 8:13 
Questionproblem in showing x-axix value in multi series line chart in silverlight4 Pin
Mann Saini22-Sep-11 3:12
Mann Saini22-Sep-11 3:12 
QuestionOpen a XAML page from aspx page Pin
yesu prakash21-Sep-11 20:30
yesu prakash21-Sep-11 20:30 
AnswerRe: Open a XAML page from aspx page Pin
RichardGrimmer22-Sep-11 5:14
RichardGrimmer22-Sep-11 5:14 
QuestionSL Content not displaying Pin
JMurfey20-Sep-11 9:58
JMurfey20-Sep-11 9:58 
AnswerRe: SL Content not displaying Pin
DotNetXenon23-Sep-11 4:19
DotNetXenon23-Sep-11 4:19 
GeneralRe: SL Content not displaying Pin
JMurfey23-Sep-11 12:57
JMurfey23-Sep-11 12:57 
GeneralRe: SL Content not displaying Pin
JMurfey26-Sep-11 10:15
JMurfey26-Sep-11 10:15 
QuestionDynamicly load DLL's Pin
columbos1492718-Sep-11 22:54
columbos1492718-Sep-11 22:54 
AnswerRe: Dynamicly load DLL's Pin
Daniel.Grondal19-Sep-11 23:31
Daniel.Grondal19-Sep-11 23:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.