Does MS will provide a RCP like Eclipse RCP or Macromedia Flex?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The smart client offered by MS is more like a concept and the features is
more separately.
I think the client application vender need a clien side framework like
Eclipse RCP.

Does MS or any others provide one for .NET?
 
Thanks for your reply very much.

But the Eclipse Rich Client Platform provide more functions and features as
a client application platform. The core feature of the Eclipse RCP is plugin
mechanism. Developer can develop plugin rapidly based on it to extend the
function of your client application.

It somes like add-in program development for Visual Studio. But development
based on Eclipse RCP is more easy and flexible.
 
i confess not to know anything about Eclipse RCP, but i would suggest
that the .Net Framework is one of the top software frameworks in todays
world, especially regarding features and rapid development. you can
develop entirely modular software with .Net and if you use the
Application Updater block, you could just bundle a new DLL on the
server which could be dynamically loaded into your client application
(with Reflection).

perhaps someone reading this post with experience of .Net and Eclipse
RCP could give a more qualified comment?

tim
 
I am new guy for .net framework and need more further study.
Thanks again for your suggestion:)
 
Back
Top