some ideas on the Component Design in .NET

  • Thread starter Tarundeep Singh Kalra
  • Start date
T

Tarundeep Singh Kalra

Hi,
I am new to .NET.
I want to design a new architecture for my application that has following :-

1). Application should be pluggable in architecture, i.e new modules , new
funcationalities can be added in it easily.
2). Event based communication

I was doing the above stuff in COM , but how to do that in .NET
What is analgoues to COM Component in .NET?
How event based architecture can be designed?

Any advantages why choose .NET instead on COM?

TIA.
--
Regards
Tarundeep Singh Kalra

www_dot_tarunsadhana_dot_com.

tarun_at_removeAT_tarunsadhana_dot_com.remove_dots




--
Regards
Tarundeep Singh Kalra

www_dot_tarunsadhana_dot_com.

tarun_at_removeAT_tarunsadhana_dot_com.remove_dots
 
J

John Saunders

Tarundeep Singh Kalra said:
Hi,
I am new to .NET.
I want to design a new architecture for my application that has following :-

1). Application should be pluggable in architecture, i.e new modules , new
funcationalities can be added in it easily.
2). Event based communication

I was doing the above stuff in COM , but how to do that in .NET
What is analgoues to COM Component in .NET?
How event based architecture can be designed?

Any advantages why choose .NET instead on COM?

You may want to look at
http://msdn.microsoft.com/library/d.../html/cpconcomponentprogrammingessentials.asp
in MSDN.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top