Appendix B. C# Survival Guide for PerlNET Programmers

Although .NET was designed to work effectively with many programming languages, the new C# language plays a special role, designed from the ground up along with the .NET Framework. Thus C# enjoys the best match with the facilities of .NET. C# is an especially good language for the PerlNET programmer's toolkit, because its C-like syntax will be comfortable for Perl programmers, and PerlNET data types have been designed to match the C# data types. Also, since the current release of PerlNET does not allow you to do everything in Perl (for example, create your own interface), you will sometimes find it convenient to create C# components to work with your PerlNET programs.

This appendix is intended ...

Get Programming PERL in the .NET Environment now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.