Re: Additional Interfaces deriving from previous interfaces - Wizard?



Not true with COM interfaces. It's ok with dispinterfaces.
See my other reply. Reply here if you need to use COM
interfaces for your events, since then you do need multiple
connection points.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

<lea@xxxxxxxxxxxxxx> wrote in message
news:1124296443.063280.70370@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Uhm, of course having a little time to re-think the paradigm of
> events.
>
> Why would you want to version callback interfaces?? All they do is
> call a connection point in the client and so are really quite benign.
> If I'm thinking correctly, there is no versioning required as the
> client implements the code, not the server..
>
> So I don't need event inheritance, or do I?
>
> Lea
>


.



Relevant Pages

  • Re: soapsuds
    ... We can then compile the client using this code which allows us to ... of this stops you from implementing your own remoting framework. ... server or be sure that the v1 clients will work with the v2 server. ... Are you going to have all new v2 interfaces in the ...
    (microsoft.public.dotnet.framework.remoting)
  • Exception with interface as parameter of a remoted object method
    ... aderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAp ... contains all the classes that implement the interfaces i've talked above ... that implements the IClienteManager interface ... And on client side i work only with interfaces. ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Webservices, Interfaces and Polymorphism in proxy classes.
    ... I completely agree that WS are not strictly OOP but the code on ... possible to tell .NET to generate interfaces. ... implementation based on the client. ... With web services, the only interface you REALLY have is the WSDL contract ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: WCF Advice
    ... by contracts I mean the INTERFACES ONLY. ... The service and the client would share the dll ...
    (microsoft.public.dotnet.languages.csharp)
  • Webservices, Interfaces and Polymorphism in proxy classes.
    ... As a rule I have a design policy of programming to interfaces ... are serialized/deserialized between the service and client (though not ... write my proxy's with all the events and yuk yuk yuk. ... techniques in a OOP language and I know it must be possible I just need ...
    (microsoft.public.dotnet.framework.aspnet.webservices)