I have been for an interview, they asked me a question which I could not get the answer for.

1: is there any tool/command to create a custom control

2: how do we create schema in wcf services

3: can you provide an good link for design patters in C# where i can go through.

What are good answers to these?

link|improve this question

17% accept rate
4  
your questions have very little to do with each other and are also vague. Please try and post one question at the time and be more specific. Create custom controls for what? winforms? wpf? asp.net? As for Wcf are you talking about wsdl metadata or something else? i suggest you head over to msdn.microsoft.com if you need tips on c# – aL3891 Aug 3 '11 at 12:03
"What are good answers to these?" the best answer is "I don't want to work here if you ask questions like those in an interview." – Tony Dec 14 '11 at 14:05
feedback

closed as not a real question by razlebe, Tim Post Aug 3 '11 at 17:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

1: is there any tool/command to create a custom control

You can either use an user control or inherit an existing control and modify how its drawn.

2: how do we create schema in wcf services

The same way you would do it in any other program?

3: can you provide an good link for design patters in C# where i can go through.

The answer to this question is subjective. MSDN is the best source of information, its the only source I use, thats just me personally.

link|improve this answer
Thanks Ramhound – Kumee Aug 3 '11 at 13:24
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.