.Net Core / Interop 2025 Standalone command line executable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all, I've been scraping data from this site for awhile, but am diving deeper into formal .Net development. What I intend to do is use .Net core for an out of process executable to read and write into AutoCAD. I understand that previously .Net framework with interop was more universally accepted.
My question is: is .Net Core a good plan for future development compatibility using the methods outlined here: bridging net core
1. If so, it appears that this is a Netload *.dll program loaded into AutoCAD. How exactly do I link this up with an external executable?
2. Is the external executable program a .Net Core framework and which headers/libraries should I include?
3. I intend to use C#, are there any good sources for documentation or simply scan the ObjectArx samples?
Thanks all for the consideration.