| Topic : .NET Programming |
|
|
.Net Champions
|
|
Activity:
Question posted: 04 24 2008 23:30:48 +0000,
4 answers, 243 views, last activity
07 06 2010 20:18:08 +0000
|
|
Yes you can,
In MS Visual Studio you can add it to your .NET project. First you need to create a reference of COM component in your project.
1) Open Solution Explorer of your porject.
2) Go to your project and right click on it.
3) Click on Add reference and go to COM component.
4) Click on the component you want to add and press ok.
a reference will be created for the COM component. Now you can use this COM component in your project.
Yes.
COM components are accessed from the .NET runtime via a Runtime Callable Wrapper (RCW). This wrapper turns the COM interfaces exposed by the COM component into .NET-compatible interfaces. For oleautomation interfaces, the RCW can be generated automatically from a type library. For non-oleautomation interfaces, it may be necessary to develop a custom RCW which manually maps the types exposed by the COM interface to .NET-compatible types.

|
|
|
|
|
|
|
|
|
|
I think most of the database design mistakes is like not using SQL facilities to protect data integrity. and one should also keep in mind that like planning properly, using proper normalization, using a strong naming standards and documenting ones... |
What do you think like, which is the best BPM tool that is there in the market and why it is the best. Share your views on this.. |
To me, as budgets tighten, the role of virtual teams will grow along with the demand for the skill sets to manage them, especially through change. And powerful communication, key management strategies and new rules of engagement will be required to... |