⟩ Display a roll having minimum marks in two subjects?
Select id from table1 where sub1=(select min(sub1)from table1)and sub2=(select min(sub2)from table1)
Select id from table1 where sub1=(select min(sub1)from table1)and sub2=(select min(sub2)from table1)
Do you know message contracts?
Do you know where we can host WCF services?
Do you know what is endpoint in WCF?
Can you explain how to define a service as REST based service in WCF?
Do you know what is the address formats of the WCF transport schemas?
Tell me what is Proxy and how to generate proxy for WCF Services?
Explain what is Transport and Message Reliability?
Tell me what was the code name for WCF?
Explain what are the main components of WCF?
Explain what is the difference WCF and Web services?