HighTechTalks DotNet Forums  

Wrapper for 3rd party controls

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss Wrapper for 3rd party controls in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Rajesh V
 
Posts: n/a

Default Wrapper for 3rd party controls - 07-09-2010 , 05:53 AM






Hi,
We have purchased a thrid party silverlight controls. We have some
framework and this framework is consume by web applictions (more than one) We
dont want each of these client applications to refer this thrid party
controls assembly instead we want to wrap it. Problem is there are more than
150 class whihc we have to wrap to make it work that way.
is there any wayout for this problem.
Thanks in advance.
Regards
Rajesh V

Reply With Quote
  #2  
Old   
Günter Prossliner
 
Posts: n/a

Default Re: Wrapper for 3rd party controls - 07-13-2010 , 04:38 AM






Hello Rajesh!

Quote:
We have purchased a thrid party silverlight controls. We have some
framework and this framework is consume by web applictions (more than
one) We dont want each of these client applications to refer this
thrid party controls assembly instead we want to wrap it. Problem is
there are more than 150 class whihc we have to wrap to make it work
that way. is there any wayout for this problem.
Thanks in advance.

If you can't define a "simple" contract with a few Methods it will not be
worth to warp 150 types. What will you gain from it?

* If you wrap at the level of individual types and behaviour of the control,
it will be nealy impossible to implement the same interface for another
control.

* You have a binary dependency, so the Assembly must be available anyway.



GP

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.