command to create custom controls in dotnet 3.5 [closed]
I have been for an in开发者_开发技巧terview, 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?
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.
精彩评论