January 2003
Beginner
696 pages
16h 38m
English
| Q1: | I think I understand all the different types of component templates in .NET, but when do I actually need the ones that have a designer and when should I just use a Class Library application? |
| A1: | It all depends on what you need. Most of my development involves breaking apart functionality into Class Library applications and then using the Class Libraries in different applications. The functionality exposed by the designers enables you to create visual components for Windows Forms and Web Forms. You can create nonvisual components by creating component classes and using items in the Components tab of the Toolbox. You create a component class in the exercises later today. |
| Q2: | The C# code for the COM interoperability seemed different than the ... |
Read now
Unlock full access