Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 950 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 950 Bytes

.NET Interop Document Respository

This repository is inspired by mem-doc. Its purpose is to provide insight and guidance on how to be successful when interoperating between .NET and another virtual machine or non-managed language (for example, C/C++). This repository is living so is by definition "incomplete". Contributions are welcome.

Disclaimer: Details in this repository are based on the author's experience. Information contained within should not be taken as official Microsoft or .NET recommendations/guidance. For official documentation see below.

Official Links

.NET organization - the GitHub organization for .NET.

.NET runtime - the .NET runtime source repository.

Native interoperability with .NET - official documentation for interoperability with .NET.