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?
You can either use an user control or inherit an existing control and modify how its drawn.
The same way you would do it in any other program?
The answer to this question is subjective. MSDN is the best source of information, its the only source I use, thats just me personally.