You don't really need the PDK to interoperate with .NET with Perl unless you want to explicitly want to use classes from a managed assembly directly in your Perl code without using COM (via Win32::OLE) or SOAP.

The slides of the talk I gave on this very subject at yapc::Europe last I can't seem to find at the moment or I would point you toward them. Basically the bottom line is that you should be conservative with the data structures you are a going to share between Perl and .NET and that you will get better results with SOAP between the two if you don't think of it as an RPC mechanism rather as a document-centred message passing. C# Web Services clients also much prefer a WSDL document and currently the only reliable way to get one of these for a Perl server is to make it by hand.

/J\


In reply to Re: Comment about Active Perl Dev Kit by gellyfish
in thread Comment about Active Perl Dev Kit by Discipulus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.